2022-11-01 12:41:57 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.8.11"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
2024-06-01 15:49:58 -05:00
|
|
|
"cfg-if",
|
2022-11-01 12:41:57 -05:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2024-06-01 15:49:58 -05:00
|
|
|
"zerocopy",
|
2022-11-01 12:41:57 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.7.4"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.3.0"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "binread"
|
|
|
|
version = "2.2.0"
|
|
|
|
dependencies = [
|
|
|
|
"binread_derive",
|
|
|
|
"rustversion",
|
|
|
|
"std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "binread_derive"
|
|
|
|
version = "2.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-01 15:49:58 -05:00
|
|
|
"syn 1.0.109",
|
2022-11-01 12:41:57 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.10.2"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2024-06-01 15:49:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
|
|
|
|
2022-11-01 12:41:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cobs"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core2"
|
|
|
|
version = "0.4.0"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.3.11"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.8.20"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive-try-from-primitive"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "302ccf094df1151173bb6f5a2282fcd2f45accd5eae1bdf82dcbfefbc501ad5c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-01 15:49:58 -05:00
|
|
|
"syn 1.0.109",
|
2022-11-01 12:41:57 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dev_driver_rpc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"postcard",
|
|
|
|
"serde",
|
|
|
|
"spin",
|
|
|
|
"std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elf"
|
|
|
|
version = "0.7.4"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elfloader"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.16.0"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "6a7b18d35bf8ec3bac59c3ec29cf1f1b46e764e00b42a9c0c754d06e38e78f3b"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
2024-06-01 15:49:58 -05:00
|
|
|
"bitflags 1.3.2",
|
2022-11-01 12:41:57 -05:00
|
|
|
"log",
|
|
|
|
"xmas-elf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-06-01 15:49:58 -05:00
|
|
|
name = "embedded-io"
|
|
|
|
version = "0.4.0"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.13.2"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "init"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"binread",
|
2024-06-01 15:49:58 -05:00
|
|
|
"bitflags 1.3.2",
|
2022-11-01 12:41:57 -05:00
|
|
|
"dev_driver_rpc",
|
|
|
|
"itertools",
|
|
|
|
"postcard",
|
|
|
|
"serde",
|
|
|
|
"spin",
|
|
|
|
"std",
|
|
|
|
"tap",
|
|
|
|
"tar-no-std",
|
2024-06-01 15:49:58 -05:00
|
|
|
"x86_64 0.15.1",
|
2022-11-01 12:41:57 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.10.5"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked_list_allocator"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.10.5"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "9afa463f5405ee81cdb9cc2baf37e08ec7e4c8209442b5d72c04cfb2cd6e6286"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"spinning_top",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.4.12"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.4.21"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "2.7.2"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.19.0"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "postcard"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.0.8"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"cobs",
|
2024-06-01 15:49:58 -05:00
|
|
|
"embedded-io",
|
2022-11-01 12:41:57 -05:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.0.84"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.0.36"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.0.17"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.2.0"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.0.203"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.0.203"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-01 15:49:58 -05:00
|
|
|
"syn 2.0.66",
|
2022-11-01 12:41:57 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.9.8"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spinning_top"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.2.5"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "5b9eb1a2f4c41445a3a0ff9abc5221c5fcd28e1f13cd7c0397706f9ac938ddb0"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "std"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"core2",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"derive-try-from-primitive",
|
2024-06-01 15:49:58 -05:00
|
|
|
"elf",
|
2022-11-01 12:41:57 -05:00
|
|
|
"elfloader",
|
|
|
|
"hashbrown",
|
|
|
|
"linked_list_allocator",
|
|
|
|
"postcard",
|
|
|
|
"serde",
|
|
|
|
"spin",
|
2024-06-01 15:49:58 -05:00
|
|
|
"x86_64 0.14.12",
|
2022-11-01 12:41:57 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.0.109"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.66"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tar-no-std"
|
|
|
|
version = "0.1.7"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
2024-06-01 15:49:58 -05:00
|
|
|
"bitflags 1.3.2",
|
2022-11-01 12:41:57 -05:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "1.0.12"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "volatile"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.4.6"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "442887c63f2c839b346c192d047a7c87e73d0689c9157b00b53dcc27dd5ea793"
|
2022-11-01 12:41:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x86_64"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.14.12"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "96cb6fd45bfeab6a5055c5bffdb08768bd0c069f1d946debe585bbb380a7c062"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
2024-06-01 15:49:58 -05:00
|
|
|
"bitflags 2.5.0",
|
2022-11-01 12:41:57 -05:00
|
|
|
"rustversion",
|
|
|
|
"volatile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x86_64"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "git+https://gitea.pterpstra.com/mikros/x86_64#8debcc3504d7e5c39c10b28f2a0661b19ee3a6f0"
|
2022-11-01 12:41:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
2024-06-01 15:49:58 -05:00
|
|
|
"bitflags 2.5.0",
|
2022-11-01 12:41:57 -05:00
|
|
|
"rustversion",
|
|
|
|
"volatile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmas-elf"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d29b4d8e7beaceb4e77447ba941a7600d23d0319ab52da0461abea214832d5a"
|
|
|
|
dependencies = [
|
|
|
|
"zero",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zero"
|
2024-06-01 15:49:58 -05:00
|
|
|
version = "0.1.3"
|
2022-11-01 12:41:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 15:49:58 -05:00
|
|
|
checksum = "2fe21bcc34ca7fe6dd56cc2cb1261ea59d6b93620215aefb5ea6032265527784"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.66",
|
|
|
|
]
|