2023-04-17 07:31:18 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-04-22 17:17:49 -05:00
|
|
|
[[package]]
|
2023-09-26 16:36:27 -05:00
|
|
|
name = "hbbytecode"
|
2023-06-20 19:07:48 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-09-26 16:36:27 -05:00
|
|
|
"with_builtin_macros",
|
2023-06-20 19:07:48 -05:00
|
|
|
]
|
|
|
|
|
2023-04-17 07:31:18 -05:00
|
|
|
[[package]]
|
2023-05-09 03:47:21 -05:00
|
|
|
name = "hbvm"
|
2023-04-17 07:31:18 -05:00
|
|
|
version = "0.1.0"
|
2023-04-22 16:06:33 -05:00
|
|
|
dependencies = [
|
2023-06-20 19:07:48 -05:00
|
|
|
"hbbytecode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-26 16:36:27 -05:00
|
|
|
name = "hbxrt"
|
2023-07-11 19:16:23 -05:00
|
|
|
version = "0.1.0"
|
2023-06-20 19:07:48 -05:00
|
|
|
dependencies = [
|
2023-09-26 16:36:27 -05:00
|
|
|
"hbvm",
|
2023-06-20 19:07:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-09-26 16:36:27 -05:00
|
|
|
version = "1.0.67"
|
2023-06-20 19:07:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 16:36:27 -05:00
|
|
|
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
|
2023-06-20 19:07:48 -05:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-19 16:24:31 -05:00
|
|
|
version = "1.0.33"
|
2023-06-20 19:07:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 16:24:31 -05:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-06-20 19:07:48 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-06-24 17:16:14 -05:00
|
|
|
[[package]]
|
2023-06-20 19:07:48 -05:00
|
|
|
name = "syn"
|
2023-09-26 16:36:27 -05:00
|
|
|
version = "1.0.109"
|
2023-06-20 19:07:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 16:36:27 -05:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2023-06-20 19:07:48 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-26 16:36:27 -05:00
|
|
|
version = "1.0.12"
|
2023-07-11 04:08:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 16:36:27 -05:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-07-11 04:08:20 -05:00
|
|
|
|
2023-04-22 17:17:49 -05:00
|
|
|
[[package]]
|
2023-09-26 16:36:27 -05:00
|
|
|
name = "with_builtin_macros"
|
|
|
|
version = "0.0.3"
|
2023-04-22 17:17:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 16:36:27 -05:00
|
|
|
checksum = "a59d55032495429b87f9d69954c6c8602e4d3f3e0a747a12dea6b0b23de685da"
|
|
|
|
dependencies = [
|
|
|
|
"with_builtin_macros-proc_macros",
|
|
|
|
]
|
2023-07-11 04:08:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2023-09-26 16:36:27 -05:00
|
|
|
name = "with_builtin_macros-proc_macros"
|
|
|
|
version = "0.0.3"
|
2023-07-11 04:08:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 16:36:27 -05:00
|
|
|
checksum = "15bd7679c15e22924f53aee34d4e448c45b674feb6129689af88593e129f8f42"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|