holey-bytes/Cargo.lock

82 lines
1.7 KiB
Plaintext
Raw Normal View History

2023-04-17 07:31:18 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-09-19 06:40:03 -05:00
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-04-22 17:17:49 -05:00
[[package]]
2023-09-26 16:36:27 -05:00
name = "hbbytecode"
version = "0.1.0"
[[package]]
name = "hbjit"
version = "0.1.0"
2024-05-09 16:43:18 -05:00
[[package]]
name = "hblang"
version = "0.1.0"
dependencies = [
"hbvm",
2024-09-19 06:40:03 -05:00
"regalloc2",
]
2024-05-09 16:43:18 -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 = [
"hbbytecode",
]
[[package]]
2023-10-27 20:29:02 -05:00
name = "hbxrt"
version = "0.1.0"
dependencies = [
2023-10-27 20:29:02 -05:00
"hbvm",
2023-11-25 21:13:30 -06:00
"memmap2",
]
[[package]]
name = "libc"
version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
2023-11-25 21:13:30 -06:00
[[package]]
name = "memmap2"
version = "0.9.5"
2023-11-25 21:13:30 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
2023-11-25 21:13:30 -06:00
dependencies = [
"libc",
]
2024-09-19 06:40:03 -05:00
[[package]]
name = "regalloc2"
version = "0.10.2"
2024-09-20 01:09:29 -05:00
source = "git+https://github.com/jakubDoka/regalloc2#7e74b2fde4f022816cded93ab5685e46f8e3a159"
2024-09-19 06:40:03 -05:00
dependencies = [
"hashbrown",
"rustc-hash",
"smallvec",
]
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "xtask"
version = "0.1.0"