holey-bytes/Cargo.lock

80 lines
1.7 KiB
Plaintext
Raw Normal View History

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