holey-bytes/Cargo.lock

123 lines
2.6 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
[[package]]
name = "argh"
version = "0.1.12"
2024-07-08 00:44:06 -05:00
source = "git+https://github.com/google/argh.git?branch=master#f02f6b44444b340a553ff2db298744721ebc77a7"
dependencies = [
"argh_derive",
"argh_shared",
2024-07-08 00:44:06 -05:00
"rust-fuzzy-search",
]
[[package]]
name = "argh_derive"
version = "0.1.12"
2024-07-08 00:44:06 -05:00
source = "git+https://github.com/google/argh.git?branch=master#f02f6b44444b340a553ff2db298744721ebc77a7"
dependencies = [
"argh_shared",
"proc-macro2",
"quote",
2024-07-08 00:22:53 -05:00
"syn",
]
[[package]]
name = "argh_shared"
version = "0.1.12"
2024-07-08 00:44:06 -05:00
source = "git+https://github.com/google/argh.git?branch=master#f02f6b44444b340a553ff2db298744721ebc77a7"
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-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"
2024-05-15 07:39:36 -05:00
version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 07:39:36 -05:00
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
2023-11-25 21:13:30 -06:00
[[package]]
name = "memmap2"
version = "0.9.4"
2023-11-25 21:13:30 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
2023-11-25 21:13:30 -06:00
dependencies = [
"libc",
]
[[package]]
name = "proc-macro2"
2024-05-15 07:39:36 -05:00
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 07:39:36 -05:00
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-05-15 07:39:36 -05:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 07:39:36 -05:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
[[package]]
2024-07-08 00:44:06 -05:00
name = "rust-fuzzy-search"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 00:44:06 -05:00
checksum = "a157657054ffe556d8858504af8a672a054a6e0bd9e8ee531059100c0fa11bb2"
[[package]]
name = "syn"
2024-05-15 07:39:36 -05:00
version = "2.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-15 07:39:36 -05:00
checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
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
[[package]]
name = "xtask"
version = "0.1.0"
dependencies = [
"argh",
2023-09-26 16:36:27 -05:00
]