forked from AbleOS/holey-bytes
83 lines
1.7 KiB
TOML
83 lines
1.7 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.14.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
[[package]]
|
|
name = "hbbytecode"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "hbjit"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "hblang"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"hbbytecode",
|
|
"hbvm",
|
|
"regalloc2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hbvm"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"hbbytecode",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hbxrt"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"hbvm",
|
|
"memmap2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.158"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regalloc2"
|
|
version = "0.10.2"
|
|
source = "git+https://github.com/jakubDoka/regalloc2#7e74b2fde4f022816cded93ab5685e46f8e3a159"
|
|
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"
|