deferred_loader/Cargo.lock

573 lines
15 KiB
Plaintext
Raw Normal View History

2024-02-13 08:12:55 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-02-15 07:45:16 +00:00
[[package]]
name = "ahash"
2024-07-29 23:43:08 +00:00
version = "0.8.11"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2024-02-15 07:45:16 +00:00
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
"zerocopy",
]
[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
[[package]]
name = "array-init"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "autocfg"
2024-07-29 23:43:08 +00:00
version = "1.3.0"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2024-02-15 07:45:16 +00:00
[[package]]
name = "binrw"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173901312e9850391d4d7c1318c4e099fdc037d61870fca427429830efdb4e5f"
dependencies = [
"array-init",
"binrw_derive",
"bytemuck",
]
[[package]]
name = "binrw_derive"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb515fdd6f8d3a357c8e19b8ec59ef53880807864329b1cb1cba5c53bf76557e"
dependencies = [
"either",
"owo-colors",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "bitflags"
2024-07-29 23:43:08 +00:00
version = "2.6.0"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-02-15 07:45:16 +00:00
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
]
[[package]]
name = "bytemuck"
2024-08-08 01:39:54 +00:00
version = "1.16.3"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 01:39:54 +00:00
checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83"
2024-02-15 07:45:16 +00:00
[[package]]
name = "byteorder"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cgmath"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
dependencies = [
"approx",
"num-traits",
]
[[package]]
name = "crc"
2024-07-29 23:43:08 +00:00
version = "3.2.1"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
2024-02-15 07:45:16 +00:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crc32fast"
2024-07-29 23:43:08 +00:00
version = "1.4.2"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2024-02-15 07:45:16 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-utils"
2024-07-29 23:43:08 +00:00
version = "0.8.20"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2024-02-15 07:45:16 +00:00
[[package]]
name = "either"
2024-07-29 23:43:08 +00:00
version = "1.13.0"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-02-15 07:45:16 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "feature-probe"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
2024-10-01 19:37:14 +00:00
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2024-02-15 07:45:16 +00:00
[[package]]
name = "getrandom"
2024-07-29 23:43:08 +00:00
version = "0.2.15"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2024-02-15 07:45:16 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2024-02-13 08:12:55 +00:00
[[package]]
name = "glam"
2024-07-29 23:43:08 +00:00
version = "0.28.0"
2024-02-13 08:12:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94"
2024-02-13 08:12:55 +00:00
2024-02-15 07:45:16 +00:00
[[package]]
name = "hashbrown"
2024-07-29 23:43:08 +00:00
version = "0.14.5"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2024-02-15 07:45:16 +00:00
2024-02-13 08:12:55 +00:00
[[package]]
name = "id"
version = "0.1.0"
2024-03-29 09:12:56 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
checksum = "2337e7a6c273082b672e377e159d7a168fb51438461b7c4033c79a515dd7a25a"
2024-02-13 08:12:55 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-29 23:43:08 +00:00
"syn 2.0.72",
2024-02-15 07:45:16 +00:00
]
2024-10-01 19:37:14 +00:00
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2024-02-15 07:45:16 +00:00
[[package]]
name = "indexmap"
2024-08-08 01:39:54 +00:00
version = "2.3.0"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 01:39:54 +00:00
checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
2024-02-15 07:45:16 +00:00
dependencies = [
"equivalent",
"hashbrown",
]
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
2024-02-13 08:12:55 +00:00
]
2024-02-15 07:45:16 +00:00
[[package]]
name = "libc"
2024-07-29 23:43:08 +00:00
version = "0.2.155"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2024-02-15 07:45:16 +00:00
[[package]]
name = "lzma"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "782ba3f542e8bc1349386c15e9dc3119ae6da96479f96b3863cc7a88bbdfd4e4"
dependencies = [
"byteorder 0.5.3",
]
[[package]]
name = "lzma-rs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
dependencies = [
"byteorder 1.5.0",
"crc",
2024-02-13 08:48:30 +00:00
]
[[package]]
name = "memchr"
2024-07-29 23:43:08 +00:00
version = "2.7.4"
2024-02-13 08:48:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-02-13 08:48:30 +00:00
2024-02-15 07:45:16 +00:00
[[package]]
name = "num-traits"
2024-07-29 23:43:08 +00:00
version = "0.2.19"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-02-15 07:45:16 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_enum"
2024-07-29 23:43:08 +00:00
version = "0.7.3"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
2024-02-15 07:45:16 +00:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2024-07-29 23:43:08 +00:00
version = "0.7.3"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
2024-02-15 07:45:16 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2024-07-29 23:43:08 +00:00
"syn 2.0.72",
2024-02-15 07:45:16 +00:00
]
2024-02-13 08:48:30 +00:00
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-02-15 07:45:16 +00:00
[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2024-10-01 19:37:14 +00:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2024-02-15 07:45:16 +00:00
[[package]]
name = "proc-macro-crate"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
dependencies = [
"toml_edit",
]
2024-02-13 08:12:55 +00:00
[[package]]
name = "proc-macro2"
2024-07-29 23:43:08 +00:00
version = "1.0.86"
2024-02-13 08:12:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2024-02-13 08:12:55 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-07-29 23:43:08 +00:00
version = "1.0.36"
2024-02-13 08:12:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2024-02-13 08:12:55 +00:00
dependencies = [
"proc-macro2",
]
2024-02-15 07:45:16 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2024-02-13 08:12:55 +00:00
[[package]]
name = "strafesnet_common"
2024-08-09 21:28:13 +00:00
version = "0.4.0"
2024-03-29 09:12:56 +00:00
source = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/"
2024-08-09 21:28:13 +00:00
checksum = "ea4126f6fbf9aecf89c9e319290f0221d177dcaa8659b4b9e3d82acc37829f12"
2024-02-13 08:12:55 +00:00
dependencies = [
2024-08-08 01:39:54 +00:00
"arrayvec",
2024-03-02 13:01:22 +00:00
"bitflags",
2024-02-13 08:12:55 +00:00
"glam",
"id",
]
2024-02-13 08:14:56 +00:00
[[package]]
2024-02-14 03:48:47 +00:00
name = "strafesnet_deferred_loader"
2024-08-09 21:28:39 +00:00
version = "0.3.3"
2024-02-13 08:14:56 +00:00
dependencies = [
"strafesnet_common",
2024-10-01 19:37:14 +00:00
"url",
2024-02-15 07:45:16 +00:00
"vbsp",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2024-02-13 08:14:56 +00:00
]
2024-02-13 08:12:55 +00:00
[[package]]
name = "syn"
2024-07-29 23:43:08 +00:00
version = "2.0.72"
2024-02-13 08:12:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
2024-02-13 08:12:55 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-02-15 07:45:16 +00:00
[[package]]
name = "syn_util"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6754c4559b79657554e9d8a0d56e65e490c76d382b9c23108364ec4125dea23c"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "thiserror"
2024-07-29 23:43:08 +00:00
version = "1.0.63"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2024-02-15 07:45:16 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-07-29 23:43:08 +00:00
version = "1.0.63"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2024-02-15 07:45:16 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-29 23:43:08 +00:00
"syn 2.0.72",
2024-02-15 07:45:16 +00:00
]
2024-10-01 19:37:14 +00:00
[[package]]
name = "tinyvec"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2024-02-15 07:45:16 +00:00
[[package]]
name = "toml_datetime"
2024-08-08 01:39:54 +00:00
version = "0.6.8"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 01:39:54 +00:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2024-02-15 07:45:16 +00:00
[[package]]
name = "toml_edit"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap",
"toml_datetime",
"winnow",
]
2024-10-01 19:37:14 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2024-02-13 08:12:55 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2024-02-15 07:45:16 +00:00
2024-10-01 19:37:14 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
dependencies = [
"tinyvec",
]
[[package]]
name = "url"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2024-02-15 07:45:16 +00:00
[[package]]
name = "vbsp"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9267540dab0c93bb5201c40ba3b2d027e2717bf355a8f9bf25377b06a5b32f6"
dependencies = [
"ahash",
"arrayvec",
"binrw",
"bitflags",
"bv",
"cgmath",
"itertools",
"lzma-rs",
"num_enum",
"static_assertions",
"thiserror",
"vbsp-derive",
"zip-lzma",
]
[[package]]
name = "vbsp-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade687fadf34b1b7502387fc9eb7b4032ddc9b93022d31356e9984c957abaad"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"syn_util",
]
[[package]]
name = "version_check"
2024-07-29 23:43:08 +00:00
version = "0.9.5"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-02-15 07:45:16 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "winnow"
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "zerocopy"
2024-07-29 23:43:08 +00:00
version = "0.7.35"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-02-15 07:45:16 +00:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-07-29 23:43:08 +00:00
version = "0.7.35"
2024-02-15 07:45:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 23:43:08 +00:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-02-15 07:45:16 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-29 23:43:08 +00:00
"syn 2.0.72",
2024-02-15 07:45:16 +00:00
]
[[package]]
name = "zip-lzma"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b480cb31fccfb2786565c0e0712865fd6f1ea0ea850c50316f643c3948196e63"
dependencies = [
"byteorder 1.5.0",
"crc32fast",
"crossbeam-utils",
"lzma",
]