1019 lines
26 KiB
Plaintext
1019 lines
26 KiB
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "adler2"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
||
|
|
||
|
[[package]]
|
||
|
name = "arbitrary"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
||
|
dependencies = [
|
||
|
"derive_arbitrary",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "autocfg"
|
||
|
version = "1.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "2.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bstr"
|
||
|
version = "1.10.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bumpalo"
|
||
|
version = "3.16.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "byteorder"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cc"
|
||
|
version = "1.1.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3bbb537bb4a30b90362caddba8f360c0a56bc13d3a5570028e7197204cb54a17"
|
||
|
dependencies = [
|
||
|
"shlex",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg-if"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "chksum-core"
|
||
|
version = "0.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d6db20071fdeca52ed6a7745519fb2d343fddcb93af81448373b851f072aaec5"
|
||
|
dependencies = [
|
||
|
"chksum-hash-core",
|
||
|
"thiserror 1.0.65",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "chksum-core"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0475dc9fa905fe8feca5c4a48a97f65503ebd257a7566df1367d080083e160c6"
|
||
|
dependencies = [
|
||
|
"chksum-hash-core",
|
||
|
"thiserror 1.0.65",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "chksum-hash-core"
|
||
|
version = "0.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "221456234d441c788a2c51a27b91c4380f499de560670a67d3303e621d37b3bd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "chksum-hash-md5"
|
||
|
version = "0.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "80c33d01c33c9e193fe33e719a29a7eb900c08583375dd1d3269991aacbe434a"
|
||
|
dependencies = [
|
||
|
"chksum-hash-core",
|
||
|
"thiserror 1.0.65",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "chksum-hash-md5"
|
||
|
version = "0.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b8445e9efb2556cedf4ef2bf704cb335cdd037ed20fe954f281baf93fe5e7c0d"
|
||
|
dependencies = [
|
||
|
"chksum-hash-core",
|
||
|
"thiserror 1.0.65",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "chksum-md5"
|
||
|
version = "0.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "95dda0f76fbb6069e042c370a928457086e1b4eabc7e75f5f49fe1b913634351"
|
||
|
dependencies = [
|
||
|
"chksum-core 0.0.0",
|
||
|
"chksum-hash-md5 0.0.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "chksum-md5"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dda0016624d188e791afdf491de89d0157411dafedb0a46dbcd3f1a13ef0a611"
|
||
|
dependencies = [
|
||
|
"chksum-core 0.1.0",
|
||
|
"chksum-hash-md5 0.0.1",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "colored"
|
||
|
version = "3.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
|
||
|
dependencies = [
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crc32fast"
|
||
|
version = "1.4.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-utils"
|
||
|
version = "0.8.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
||
|
|
||
|
[[package]]
|
||
|
name = "deranged"
|
||
|
version = "0.3.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
||
|
dependencies = [
|
||
|
"powerfmt",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "derive_arbitrary"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "derive_more"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
|
||
|
dependencies = [
|
||
|
"derive_more-impl",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "derive_more-impl"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "displaydoc"
|
||
|
version = "0.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "either"
|
||
|
version = "1.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "enum-as-inner"
|
||
|
version = "0.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
||
|
dependencies = [
|
||
|
"heck",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "equivalent"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "errno"
|
||
|
version = "0.3.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "flate2"
|
||
|
version = "1.0.34"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
||
|
dependencies = [
|
||
|
"crc32fast",
|
||
|
"miniz_oxide",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "flexbuffers"
|
||
|
version = "25.2.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "935627e7bc8f083035d9faad09ffaed9128f73fb1f74a8798f115749c43378e8"
|
||
|
dependencies = [
|
||
|
"bitflags 1.3.2",
|
||
|
"byteorder",
|
||
|
"num_enum",
|
||
|
"serde",
|
||
|
"serde_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "getset"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f636605b743120a8d32ed92fc27b6cde1a769f8f936c065151eb66f88ded513c"
|
||
|
dependencies = [
|
||
|
"proc-macro-error2",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hashbrown"
|
||
|
version = "0.14.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "heck"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||
|
|
||
|
[[package]]
|
||
|
name = "home"
|
||
|
version = "0.5.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
||
|
dependencies = [
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "indexmap"
|
||
|
version = "2.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
||
|
dependencies = [
|
||
|
"equivalent",
|
||
|
"hashbrown",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itertools"
|
||
|
version = "0.14.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
||
|
dependencies = [
|
||
|
"either",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itoa"
|
||
|
version = "1.0.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.159"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "linux-raw-sys"
|
||
|
version = "0.4.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lock_api"
|
||
|
version = "0.4.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"scopeguard",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "lockfree-object-pool"
|
||
|
version = "0.1.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "log"
|
||
|
version = "0.4.22"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lua-src"
|
||
|
version = "547.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "luajit-src"
|
||
|
version = "210.5.10+f725e44"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "18a0fa0df28e21f785c48d9c0f0be355cf40658badb667284207dbb4d1e574a9"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"which",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "memchr"
|
||
|
version = "2.7.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "miniz_oxide"
|
||
|
version = "0.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
||
|
dependencies = [
|
||
|
"adler2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mlua"
|
||
|
version = "0.10.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
|
||
|
dependencies = [
|
||
|
"bstr",
|
||
|
"either",
|
||
|
"mlua-sys",
|
||
|
"num-traits",
|
||
|
"parking_lot",
|
||
|
"rustc-hash",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mlua-sys"
|
||
|
version = "0.6.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"cfg-if",
|
||
|
"lua-src",
|
||
|
"luajit-src",
|
||
|
"pkg-config",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-conv"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-traits"
|
||
|
version = "0.2.19"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num_enum"
|
||
|
version = "0.5.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
|
||
|
dependencies = [
|
||
|
"num_enum_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num_enum_derive"
|
||
|
version = "0.5.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
||
|
dependencies = [
|
||
|
"proc-macro-crate",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 1.0.109",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "once_cell"
|
||
|
version = "1.20.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
|
||
|
dependencies = [
|
||
|
"portable-atomic",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking_lot"
|
||
|
version = "0.12.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
||
|
dependencies = [
|
||
|
"lock_api",
|
||
|
"parking_lot_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking_lot_core"
|
||
|
version = "0.9.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"redox_syscall",
|
||
|
"smallvec",
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "path-absolutize"
|
||
|
version = "3.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5"
|
||
|
dependencies = [
|
||
|
"path-dedot",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "path-dedot"
|
||
|
version = "3.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pathdiff"
|
||
|
version = "0.2.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-project-lite"
|
||
|
version = "0.2.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pkg-config"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
||
|
|
||
|
[[package]]
|
||
|
name = "portable-atomic"
|
||
|
version = "1.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
|
||
|
|
||
|
[[package]]
|
||
|
name = "powerfmt"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-crate"
|
||
|
version = "1.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
"toml_edit",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-error-attr2"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-error2"
|
||
|
version = "2.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
||
|
dependencies = [
|
||
|
"proc-macro-error-attr2",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro2"
|
||
|
version = "1.0.93"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
||
|
dependencies = [
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quote"
|
||
|
version = "1.0.37"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "redox_syscall"
|
||
|
version = "0.5.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-hash"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustix"
|
||
|
version = "0.38.37"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"errno",
|
||
|
"libc",
|
||
|
"linux-raw-sys",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustversion"
|
||
|
version = "1.0.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ryu"
|
||
|
version = "1.0.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "scopeguard"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde"
|
||
|
version = "1.0.217"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
||
|
dependencies = [
|
||
|
"serde_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_derive"
|
||
|
version = "1.0.217"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_json"
|
||
|
version = "1.0.128"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
||
|
dependencies = [
|
||
|
"itoa",
|
||
|
"memchr",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "shlex"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||
|
|
||
|
[[package]]
|
||
|
name = "shulkerbox"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "18704338e25effa7d02ab8d83c453814a54163b66464693bb4aac0012f05db8b"
|
||
|
dependencies = [
|
||
|
"chksum-md5 0.0.0",
|
||
|
"getset",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"tracing",
|
||
|
"zip",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "shulkerscript"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"chksum-md5 0.1.0",
|
||
|
"colored",
|
||
|
"derive_more",
|
||
|
"enum-as-inner",
|
||
|
"flexbuffers",
|
||
|
"getset",
|
||
|
"itertools",
|
||
|
"mlua",
|
||
|
"path-absolutize",
|
||
|
"pathdiff",
|
||
|
"serde",
|
||
|
"shulkerbox",
|
||
|
"strsim",
|
||
|
"strum",
|
||
|
"strum_macros",
|
||
|
"thiserror 2.0.11",
|
||
|
"tracing",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "simd-adler32"
|
||
|
version = "0.3.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
||
|
|
||
|
[[package]]
|
||
|
name = "smallvec"
|
||
|
version = "1.13.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
||
|
|
||
|
[[package]]
|
||
|
name = "strsim"
|
||
|
version = "0.11.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "strum"
|
||
|
version = "0.26.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
||
|
dependencies = [
|
||
|
"strum_macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "strum_macros"
|
||
|
version = "0.26.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
||
|
dependencies = [
|
||
|
"heck",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"rustversion",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[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",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "2.0.98"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror"
|
||
|
version = "1.0.65"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
||
|
dependencies = [
|
||
|
"thiserror-impl 1.0.65",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror"
|
||
|
version = "2.0.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
||
|
dependencies = [
|
||
|
"thiserror-impl 2.0.11",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror-impl"
|
||
|
version = "1.0.65"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror-impl"
|
||
|
version = "2.0.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "time"
|
||
|
version = "0.3.36"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
||
|
dependencies = [
|
||
|
"deranged",
|
||
|
"num-conv",
|
||
|
"powerfmt",
|
||
|
"serde",
|
||
|
"time-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "time-core"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml_datetime"
|
||
|
version = "0.6.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml_edit"
|
||
|
version = "0.19.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
||
|
dependencies = [
|
||
|
"indexmap",
|
||
|
"toml_datetime",
|
||
|
"winnow",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing"
|
||
|
version = "0.1.41"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
||
|
dependencies = [
|
||
|
"pin-project-lite",
|
||
|
"tracing-attributes",
|
||
|
"tracing-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing-attributes"
|
||
|
version = "0.1.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.98",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing-core"
|
||
|
version = "0.1.33"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-ident"
|
||
|
version = "1.0.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
||
|
|
||
|
[[package]]
|
||
|
name = "which"
|
||
|
version = "6.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
|
||
|
dependencies = [
|
||
|
"either",
|
||
|
"home",
|
||
|
"rustix",
|
||
|
"winsafe",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-sys"
|
||
|
version = "0.52.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
||
|
dependencies = [
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-targets"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
||
|
dependencies = [
|
||
|
"windows_aarch64_gnullvm",
|
||
|
"windows_aarch64_msvc",
|
||
|
"windows_i686_gnu",
|
||
|
"windows_i686_gnullvm",
|
||
|
"windows_i686_msvc",
|
||
|
"windows_x86_64_gnu",
|
||
|
"windows_x86_64_gnullvm",
|
||
|
"windows_x86_64_msvc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_gnullvm"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_msvc"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnu"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnullvm"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_msvc"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnu"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnullvm"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_msvc"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
||
|
|
||
|
[[package]]
|
||
|
name = "winnow"
|
||
|
version = "0.5.40"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winsafe"
|
||
|
version = "0.0.19"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
||
|
|
||
|
[[package]]
|
||
|
name = "zip"
|
||
|
version = "2.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494"
|
||
|
dependencies = [
|
||
|
"arbitrary",
|
||
|
"crc32fast",
|
||
|
"crossbeam-utils",
|
||
|
"displaydoc",
|
||
|
"flate2",
|
||
|
"indexmap",
|
||
|
"memchr",
|
||
|
"thiserror 1.0.65",
|
||
|
"time",
|
||
|
"zopfli",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "zopfli"
|
||
|
version = "0.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
|
||
|
dependencies = [
|
||
|
"bumpalo",
|
||
|
"crc32fast",
|
||
|
"lockfree-object-pool",
|
||
|
"log",
|
||
|
"once_cell",
|
||
|
"simd-adler32",
|
||
|
]
|