2022-11-01 07:24:50 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.8.11"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
2024-06-06 22:02:00 -05:00
|
|
|
"cfg-if",
|
2022-11-01 07:24:50 -05:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2024-06-06 22:02:00 -05:00
|
|
|
"zerocopy",
|
2022-11-01 07:24:50 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-06-06 22:02:00 -05:00
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.18"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "1.3.0"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.10.2"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2024-06-06 22:02:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
|
|
|
|
2022-11-01 07:24:50 -05:00
|
|
|
[[package]]
|
2023-09-29 15:44:53 -05:00
|
|
|
name = "bootloader_api"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.11.7"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "a35ba5100c2431e20b924c8103c2cf8adb919ed9880f625e8770c3cb9d1b06aa"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.3.11"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.8.20"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-06-06 22:02:00 -05:00
|
|
|
name = "elf"
|
|
|
|
version = "0.7.4"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.28.1"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.14.5"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
2024-06-06 22:02:00 -05:00
|
|
|
"allocator-api2",
|
2022-11-01 07:24:50 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "intrusive-collections"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.9.6"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "b694dc9f70c3bda874626d2aed13b780f137aab435f4e9814121955cf706122e"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"memoffset",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-09-29 15:44:53 -05:00
|
|
|
"bootloader_api",
|
2022-11-01 07:24:50 -05:00
|
|
|
"crossbeam-queue",
|
2024-06-06 22:02:00 -05:00
|
|
|
"elf",
|
2022-11-01 07:24:50 -05:00
|
|
|
"hashbrown",
|
|
|
|
"intrusive-collections",
|
|
|
|
"linked_list_allocator",
|
|
|
|
"pic8259",
|
|
|
|
"replace_with",
|
|
|
|
"slab",
|
|
|
|
"spin",
|
|
|
|
"static_assertions",
|
|
|
|
"tap",
|
|
|
|
"tar-no-std",
|
|
|
|
"uart_16550",
|
|
|
|
"unwinding",
|
|
|
|
"x86_64",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked_list_allocator"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.10.5"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "9afa463f5405ee81cdb9cc2baf37e08ec7e4c8209442b5d72c04cfb2cd6e6286"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"spinning_top",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.4.12"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.4.21"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
2024-06-06 22:02:00 -05:00
|
|
|
"autocfg",
|
2022-11-01 07:24:50 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-06-06 22:02:00 -05:00
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.19"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "1.19.0"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pic8259"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.11.0"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "62d9a86c292b165f757e47e7fd66855def189b2564609bc4203727b27c33db22"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"x86_64",
|
|
|
|
]
|
|
|
|
|
2024-06-06 22:02:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.85"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.36"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
|
|
|
version = "10.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2022-11-01 07:24:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "replace_with"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3a8614ee435691de62bcffcf4a66d91b3594bf1428a5722e79103249a095690"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "1.0.17"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "1.2.0"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.4.9"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.9.8"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spinning_top"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.2.5"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "5b9eb1a2f4c41445a3a0ff9abc5221c5fcd28e1f13cd7c0397706f9ac938ddb0"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2024-06-06 22:02:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.66"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-11-01 07:24:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tar-no-std"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d897790ee033615752cc7bf882343881ad748438c01bc7e1b9d6242bf14a2c6"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
2024-06-06 22:02:00 -05:00
|
|
|
"bitflags 2.5.0",
|
2022-11-01 07:24:50 -05:00
|
|
|
"log",
|
2024-06-06 22:02:00 -05:00
|
|
|
"memchr",
|
|
|
|
"num-traits",
|
2022-11-01 07:24:50 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uart_16550"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.3.0"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "6dc00444796f6c71f47c85397a35e9c4dbf9901902ac02386940d178e2b78687"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
2024-06-06 22:02:00 -05:00
|
|
|
"bitflags 1.3.2",
|
2022-11-01 07:24:50 -05:00
|
|
|
"rustversion",
|
2024-06-06 22:02:00 -05:00
|
|
|
"x86",
|
2022-11-01 07:24:50 -05:00
|
|
|
]
|
|
|
|
|
2024-06-06 22:02:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
2022-11-01 07:24:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unwinding"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.2.1"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-06 22:02:00 -05:00
|
|
|
version = "0.4.6"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "442887c63f2c839b346c192d047a7c87e73d0689c9157b00b53dcc27dd5ea793"
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-06-06 22:02:00 -05:00
|
|
|
name = "x86"
|
|
|
|
version = "0.52.0"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "2781db97787217ad2a2845c396a5efe286f87467a5810836db6d74926e94a385"
|
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"raw-cpuid",
|
|
|
|
]
|
2022-11-01 07:24:50 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x86_64"
|
2024-06-06 22:02:00 -05:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bc79523af8abf92fb1a970c3e086c5a343f6bcc1a0eb890f575cbb3b45743df"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
2024-06-06 22:02:00 -05:00
|
|
|
"bitflags 2.5.0",
|
2022-11-01 07:24:50 -05:00
|
|
|
"rustversion",
|
|
|
|
"volatile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-06-06 22:02:00 -05:00
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.34"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
|
2022-11-01 07:24:50 -05:00
|
|
|
dependencies = [
|
2024-06-06 22:02:00 -05:00
|
|
|
"zerocopy-derive",
|
2022-11-01 07:24:50 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-06-06 22:02:00 -05:00
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.34"
|
2022-11-01 07:24:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 22:02:00 -05:00
|
|
|
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|