ddnet-map-gen/Cargo.lock

1119 lines
28 KiB
Plaintext
Raw Normal View History

2022-03-14 13:29:05 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2023-03-10 12:19:05 +00:00
version = "0.19.0"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
2022-03-14 13:29:05 +00:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-03-10 12:27:46 +00:00
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-10-28 10:29:51 +00:00
[[package]]
name = "az"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
2022-03-14 13:29:05 +00:00
[[package]]
name = "backtrace"
2023-03-10 12:19:05 +00:00
version = "0.3.67"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
2022-03-14 13:29:05 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2023-03-10 12:19:05 +00:00
"miniz_oxide",
2022-03-14 13:29:05 +00:00
"object",
"rustc-demangle",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
2022-10-28 10:29:51 +00:00
name = "bumpalo"
2023-03-10 12:19:05 +00:00
version = "3.12.0"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2022-03-14 13:29:05 +00:00
[[package]]
2022-10-28 10:29:51 +00:00
name = "bytemuck"
2023-03-10 12:19:05 +00:00
version = "1.13.1"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"bytemuck_derive",
2022-03-14 13:29:05 +00:00
]
[[package]]
2022-10-28 10:29:51 +00:00
name = "bytemuck_derive"
2023-03-10 12:19:05 +00:00
version = "1.4.0"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322"
2022-10-28 10:29:51 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cc"
2023-03-10 12:19:05 +00:00
version = "1.0.79"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-03-14 13:29:05 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2023-03-10 12:19:05 +00:00
version = "4.1.8"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
2022-03-14 20:08:13 +00:00
dependencies = [
"bitflags",
"clap_derive",
2022-10-28 10:29:51 +00:00
"clap_lex",
2023-03-10 12:19:05 +00:00
"is-terminal",
2022-10-28 10:29:51 +00:00
"once_cell",
"strsim",
2022-03-14 20:08:13 +00:00
"termcolor",
]
[[package]]
name = "clap_derive"
2023-03-10 12:19:05 +00:00
version = "4.1.8"
2022-03-14 20:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0"
2022-03-14 20:08:13 +00:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2022-10-28 10:29:51 +00:00
[[package]]
name = "clap_lex"
2023-03-10 12:19:05 +00:00
version = "0.3.2"
2022-10-28 10:29:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
2022-10-28 10:29:51 +00:00
dependencies = [
"os_str_bytes",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "color-eyre"
2022-10-28 10:29:51 +00:00
version = "0.6.2"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
2022-03-14 13:29:05 +00:00
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
2022-10-28 10:29:51 +00:00
name = "crunchy"
version = "0.2.2"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2022-03-14 13:29:05 +00:00
[[package]]
name = "ddnet-map-gen"
2023-03-10 12:27:46 +00:00
version = "0.2.3"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"clap",
2022-03-14 13:29:05 +00:00
"color-eyre",
"eyre",
2022-10-28 10:29:51 +00:00
"fixed",
2022-03-14 13:29:05 +00:00
"irrgarten",
2022-10-28 10:29:51 +00:00
"itertools",
2022-03-14 13:29:05 +00:00
"ndarray",
2022-10-28 10:29:51 +00:00
"owo-colors",
2022-03-14 13:29:05 +00:00
"rand",
2022-10-28 10:29:51 +00:00
"rand_chacha",
2022-03-14 13:29:05 +00:00
"rand_distr",
2022-10-28 10:29:51 +00:00
"rand_seeder",
2022-03-14 13:29:05 +00:00
"twmap",
2023-03-10 12:27:46 +00:00
"vek",
2022-03-14 13:29:05 +00:00
]
[[package]]
name = "either"
2023-03-10 12:19:05 +00:00
version = "1.8.1"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "eyre"
2022-10-28 10:29:51 +00:00
version = "0.6.8"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
2022-03-14 13:29:05 +00:00
dependencies = [
"indenter",
"once_cell",
]
[[package]]
2022-10-28 10:29:51 +00:00
name = "fixed"
2023-03-10 12:19:05 +00:00
version = "1.23.0"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "55f3be4cf4fc227d3a63bb77512a2b7d364200b2a715f389155785c4d3345495"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"az",
"bytemuck",
"half",
2023-03-10 12:27:46 +00:00
"num-traits",
2022-10-28 10:29:51 +00:00
"serde",
"typenum",
2022-03-14 13:29:05 +00:00
]
[[package]]
2022-10-28 10:29:51 +00:00
name = "flate2"
2023-03-10 12:19:05 +00:00
version = "1.0.25"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"crc32fast",
"libz-sys",
2023-03-10 12:19:05 +00:00
"miniz_oxide",
2022-03-14 13:29:05 +00:00
]
[[package]]
name = "getrandom"
2022-10-28 10:29:51 +00:00
version = "0.2.8"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2022-03-14 13:29:05 +00:00
dependencies = [
"cfg-if",
2022-10-28 10:29:51 +00:00
"js-sys",
2022-03-14 13:29:05 +00:00
"libc",
"wasi",
2022-10-28 10:29:51 +00:00
"wasm-bindgen",
2022-03-14 13:29:05 +00:00
]
[[package]]
name = "gimli"
2023-03-10 12:19:05 +00:00
version = "0.27.2"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2022-03-14 13:29:05 +00:00
2022-03-14 20:08:13 +00:00
[[package]]
2022-10-28 10:29:51 +00:00
name = "half"
2023-03-10 12:19:05 +00:00
version = "2.2.1"
2022-03-14 20:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
2022-10-28 10:29:51 +00:00
dependencies = [
"crunchy",
]
2022-03-14 20:08:13 +00:00
[[package]]
name = "heck"
2023-03-10 12:19:05 +00:00
version = "0.4.1"
2022-03-14 20:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-03-14 20:08:13 +00:00
2022-03-14 13:29:05 +00:00
[[package]]
name = "hermit-abi"
2023-03-10 12:19:05 +00:00
version = "0.3.1"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2022-03-14 13:29:05 +00:00
[[package]]
name = "image"
2023-03-10 12:19:05 +00:00
version = "0.24.5"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
2022-03-14 13:29:05 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-rational",
"num-traits",
"png",
]
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2023-03-10 12:19:05 +00:00
[[package]]
name = "io-lifetimes"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
dependencies = [
"libc",
"windows-sys",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "irrgarten"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac9f41006cfe4c8b5ce720a8d1f41e4f12a5095e73591af467823e772fe43aa"
dependencies = [
"rand",
"thiserror",
]
2023-03-10 12:19:05 +00:00
[[package]]
name = "is-terminal"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
dependencies = [
"hermit-abi",
"io-lifetimes",
"rustix",
"windows-sys",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "itertools"
2022-10-28 10:29:51 +00:00
version = "0.10.5"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2022-03-14 13:29:05 +00:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
2023-03-10 12:19:05 +00:00
version = "1.0.6"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-03-14 13:29:05 +00:00
[[package]]
2022-10-28 10:29:51 +00:00
name = "js-sys"
2023-03-10 12:19:05 +00:00
version = "0.3.61"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"wasm-bindgen",
2022-03-14 13:29:05 +00:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-03-10 12:19:05 +00:00
version = "0.2.140"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
2022-03-14 13:29:05 +00:00
[[package]]
name = "libm"
2022-11-11 16:34:49 +00:00
version = "0.2.6"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-11 16:34:49 +00:00
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
2022-03-14 13:29:05 +00:00
[[package]]
name = "libz-sys"
2022-10-28 10:29:51 +00:00
version = "1.1.8"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
2022-03-14 13:29:05 +00:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2023-03-10 12:19:05 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-03-14 13:29:05 +00:00
[[package]]
name = "log"
2022-10-28 10:29:51 +00:00
version = "0.4.17"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022-03-14 13:29:05 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "matrixmultiply"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"
dependencies = [
"rawpointer",
]
[[package]]
name = "memchr"
2022-10-28 10:29:51 +00:00
version = "2.5.0"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-03-14 13:29:05 +00:00
2022-11-02 10:14:02 +00:00
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "ndarray"
2022-10-28 10:29:51 +00:00
version = "0.15.6"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
2022-03-14 13:29:05 +00:00
dependencies = [
"matrixmultiply",
"num-complex",
"num-integer",
"num-traits",
"rawpointer",
]
[[package]]
name = "num-complex"
2023-03-10 12:19:05 +00:00
version = "0.4.3"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
2022-03-14 13:29:05 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-integer"
2022-10-28 10:29:51 +00:00
version = "0.1.45"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-03-14 13:29:05 +00:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-rational"
2022-10-28 10:29:51 +00:00
version = "0.4.1"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2022-03-14 13:29:05 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2022-10-28 10:29:51 +00:00
version = "0.2.15"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2022-03-14 13:29:05 +00:00
dependencies = [
"autocfg",
"libm",
]
[[package]]
name = "object"
2023-03-10 12:19:05 +00:00
version = "0.30.3"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
2022-03-14 13:29:05 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-03-10 12:19:05 +00:00
version = "1.17.1"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-03-14 13:29:05 +00:00
[[package]]
name = "opus_headers"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afbb993947f111397c2bc536944f8dac7f54a4e73383d478efe1990b56404b60"
2022-03-14 20:08:13 +00:00
[[package]]
name = "os_str_bytes"
2023-03-10 12:19:05 +00:00
version = "6.4.1"
2022-03-14 20:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2022-03-14 20:08:13 +00:00
2022-03-14 13:29:05 +00:00
[[package]]
name = "owo-colors"
2022-10-28 10:29:51 +00:00
version = "3.5.0"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2022-03-14 13:29:05 +00:00
[[package]]
name = "pin-project-lite"
2022-10-28 10:29:51 +00:00
version = "0.2.9"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2022-03-14 13:29:05 +00:00
[[package]]
name = "pkg-config"
2022-10-28 10:29:51 +00:00
version = "0.3.26"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2022-03-14 13:29:05 +00:00
[[package]]
name = "png"
2022-11-02 10:14:02 +00:00
version = "0.17.7"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-02 10:14:02 +00:00
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
2022-03-14 13:29:05 +00:00
dependencies = [
"bitflags",
"crc32fast",
2022-10-28 10:29:51 +00:00
"flate2",
2023-03-10 12:19:05 +00:00
"miniz_oxide",
2022-03-14 13:29:05 +00:00
]
[[package]]
name = "ppv-lite86"
2022-11-11 16:34:49 +00:00
version = "0.2.17"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-11 16:34:49 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-03-14 13:29:05 +00:00
2022-03-14 20:08:13 +00:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "proc-macro2"
2023-03-10 12:19:05 +00:00
version = "1.0.51"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"unicode-ident",
2022-03-14 13:29:05 +00:00
]
[[package]]
name = "quote"
2023-03-10 12:19:05 +00:00
version = "1.0.23"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2022-03-14 13:29:05 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2022-10-28 10:29:51 +00:00
version = "0.6.4"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-03-14 13:29:05 +00:00
dependencies = [
"getrandom",
]
[[package]]
name = "rand_distr"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
dependencies = [
"num-traits",
"rand",
]
[[package]]
2022-10-28 10:29:51 +00:00
name = "rand_seeder"
version = "0.2.3"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "cf2890aaef0aa82719a50e808de264f9484b74b442e1a3a0e5ee38243ac40bdb"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"rand_core",
2022-03-14 13:29:05 +00:00
]
[[package]]
2022-10-28 10:29:51 +00:00
name = "rawpointer"
version = "0.2.1"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
2022-03-14 13:29:05 +00:00
[[package]]
name = "regex"
2023-03-10 12:19:05 +00:00
version = "1.7.1"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
2022-03-14 13:29:05 +00:00
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-11-11 16:34:49 +00:00
version = "0.6.28"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-11 16:34:49 +00:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-03-14 13:29:05 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2023-03-10 12:27:46 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2023-03-10 12:19:05 +00:00
[[package]]
name = "rustix"
version = "0.36.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "ryu"
2023-03-10 12:19:05 +00:00
version = "1.0.13"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2022-03-14 13:29:05 +00:00
[[package]]
name = "sanitize-filename"
2022-10-28 10:29:51 +00:00
version = "0.4.0"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "08c502bdb638f1396509467cb0580ef3b29aa2a45c5d43e5d84928241280296c"
2022-03-14 13:29:05 +00:00
dependencies = [
"lazy_static",
"regex",
]
2023-03-10 12:27:46 +00:00
[[package]]
name = "semver"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2022-03-14 13:29:05 +00:00
[[package]]
name = "serde"
2023-03-10 12:19:05 +00:00
version = "1.0.154"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "8cdd151213925e7f1ab45a9bbfb129316bd00799784b174b7cc7bcd16961c49e"
2022-03-14 13:29:05 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-03-10 12:19:05 +00:00
version = "1.0.154"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "4fc80d722935453bcafdc2c9a73cd6fac4dc1938f0346035d84bf99fa9e33217"
2022-03-14 13:29:05 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2023-03-10 12:19:05 +00:00
version = "1.0.94"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
2022-03-14 13:29:05 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2022-03-14 20:08:13 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-03-14 13:29:05 +00:00
[[package]]
name = "structview"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c0d596711317178a78de98b3e30e151fb3d3bbff000f5da37e2b460b99c2182"
dependencies = [
"byteorder",
"structview_derive",
]
[[package]]
name = "structview_derive"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e738957e98ce93e9ecad0df60ffe77bd8511a9a1c503f6def8a4cd28ae53b59a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "syn"
2023-03-10 12:19:05 +00:00
version = "1.0.109"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-03-14 13:29:05 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-10-28 10:29:51 +00:00
"unicode-ident",
2022-03-14 13:29:05 +00:00
]
2022-03-14 20:08:13 +00:00
[[package]]
name = "termcolor"
2023-03-10 12:19:05 +00:00
version = "1.2.0"
2022-03-14 20:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2022-03-14 20:08:13 +00:00
dependencies = [
"winapi-util",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "thiserror"
2023-03-10 12:19:05 +00:00
version = "1.0.39"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
2022-03-14 13:29:05 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-03-10 12:19:05 +00:00
version = "1.0.39"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
2022-03-14 13:29:05 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
2023-03-10 12:19:05 +00:00
version = "1.1.7"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-03-14 13:29:05 +00:00
dependencies = [
2023-03-10 12:19:05 +00:00
"cfg-if",
2022-03-14 13:29:05 +00:00
"once_cell",
]
[[package]]
name = "tracing"
2022-10-28 10:29:51 +00:00
version = "0.1.37"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-03-14 13:29:05 +00:00
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2022-10-28 10:29:51 +00:00
version = "0.1.30"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"once_cell",
2022-03-14 13:29:05 +00:00
"valuable",
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-subscriber"
2022-10-28 10:29:51 +00:00
version = "0.3.16"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
2022-03-14 13:29:05 +00:00
dependencies = [
"sharded-slab",
"thread_local",
"tracing-core",
]
[[package]]
name = "twmap"
2023-03-10 12:27:46 +00:00
version = "0.10.0"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:27:46 +00:00
checksum = "e572d31d0ba97c8509edd1956d4828cd8c7b5139a7192d7d7865517cddd3aeee"
2022-03-14 13:29:05 +00:00
dependencies = [
2023-03-10 12:27:46 +00:00
"az",
2022-03-14 13:29:05 +00:00
"bitflags",
2022-10-28 10:29:51 +00:00
"bytemuck",
"fixed",
"flate2",
"getrandom",
2022-03-14 13:29:05 +00:00
"image",
"log",
"ndarray",
"opus_headers",
"sanitize-filename",
"serde",
"serde_json",
"structview",
"thiserror",
2023-03-10 12:27:46 +00:00
"vek",
2022-03-14 13:29:05 +00:00
]
[[package]]
name = "typenum"
2023-03-10 12:19:05 +00:00
version = "1.16.0"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-03-14 13:29:05 +00:00
[[package]]
2022-10-28 10:29:51 +00:00
name = "unicode-ident"
2023-03-10 12:19:05 +00:00
version = "1.0.8"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-03-14 13:29:05 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2023-03-10 12:27:46 +00:00
[[package]]
name = "vek"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8085882662f9bc47fc8b0cdafa5e19df8f592f650c02b9083da8d45ac9eebd17"
dependencies = [
"approx",
"az",
"num-integer",
"num-traits",
"rustc_version",
"serde",
]
2022-03-14 20:08:13 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-03-14 13:29:05 +00:00
[[package]]
name = "wasi"
2022-10-28 10:29:51 +00:00
version = "0.11.0+wasi-snapshot-preview1"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-03-14 13:29:05 +00:00
[[package]]
2022-10-28 10:29:51 +00:00
name = "wasm-bindgen"
2023-03-10 12:19:05 +00:00
version = "0.2.84"
2022-10-28 10:29:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2022-10-28 10:29:51 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-03-10 12:19:05 +00:00
version = "0.2.84"
2022-10-28 10:29:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2022-10-28 10:29:51 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-03-10 12:19:05 +00:00
version = "0.2.84"
2022-10-28 10:29:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2022-10-28 10:29:51 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-03-10 12:19:05 +00:00
version = "0.2.84"
2022-10-28 10:29:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2022-10-28 10:29:51 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-03-10 12:19:05 +00:00
version = "0.2.84"
2022-03-14 13:29:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 12:19:05 +00:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2022-03-14 13:29:05 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2022-03-14 20:08:13 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-03-10 12:19:05 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
[[package]]
name = "windows_i686_gnu"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
[[package]]
name = "windows_i686_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"