ddnet-map-gen/Cargo.lock

970 lines
24 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"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
[[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"
2022-10-28 10:29:51 +00:00
version = "0.3.66"
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 = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
2022-03-14 13:29:05 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2022-11-02 10:14:02 +00:00
"miniz_oxide 0.5.4",
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"
version = "3.11.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 = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-03-14 13:29:05 +00:00
[[package]]
2022-10-28 10:29:51 +00:00
name = "bytemuck"
2022-11-11 16:34:49 +00:00
version = "1.12.3"
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 = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
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"
2022-11-11 16:34:49 +00:00
version = "1.3.0"
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 = "5fe233b960f12f8007e3db2d136e3cb1c291bfd7396e384ee76025fc1a3932b4"
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"
2022-11-11 16:34:49 +00:00
version = "1.0.76"
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 = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
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"
2022-11-11 16:34:49 +00:00
version = "4.0.22"
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 = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682"
2022-03-14 20:08:13 +00:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
2022-10-28 10:29:51 +00:00
"clap_lex",
"once_cell",
"strsim",
2022-03-14 20:08:13 +00:00
"termcolor",
]
[[package]]
name = "clap_derive"
2022-11-11 16:34:49 +00:00
version = "4.0.21"
2022-03-14 20:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-11 16:34:49 +00:00
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
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"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
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"
2022-11-11 16:34:49 +00:00
version = "0.2.2"
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",
]
[[package]]
name = "either"
2022-10-28 10:29:51 +00:00
version = "1.8.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 = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
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"
2022-11-11 16:34:49 +00:00
version = "1.20.0"
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 = "418922d2c280b8c68f82699494cc8c48f392233233a9a8b9a48a57a36c0ad0ef"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"az",
"bytemuck",
"half",
"serde",
"typenum",
2022-03-14 13:29:05 +00:00
]
[[package]]
2022-10-28 10:29:51 +00:00
name = "flate2"
version = "1.0.24"
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 = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2022-03-14 13:29:05 +00:00
dependencies = [
2022-10-28 10:29:51 +00:00
"crc32fast",
"libz-sys",
2022-11-02 10:14:02 +00:00
"miniz_oxide 0.5.4",
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"
2022-10-28 10:29:51 +00:00
version = "0.26.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 = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
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"
version = "2.1.0"
2022-03-14 20:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 10:29:51 +00:00
checksum = "ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554"
dependencies = [
"crunchy",
]
2022-03-14 20:08:13 +00:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2022-03-14 13:29:05 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "image"
2022-10-28 10:29:51 +00:00
version = "0.24.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 = "bd8e4fb07cf672b1642304e731ef8a6a4c7891d67bb4fd4f5ce58cd6ed86803c"
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"
[[package]]
name = "irrgarten"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac9f41006cfe4c8b5ce720a8d1f41e4f12a5095e73591af467823e772fe43aa"
dependencies = [
"rand",
"thiserror",
]
[[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"
2022-10-28 10:29:51 +00:00
version = "1.0.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 = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2022-03-14 13:29:05 +00:00
[[package]]
2022-10-28 10:29:51 +00:00
name = "js-sys"
version = "0.3.60"
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 = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
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"
2022-10-28 10:29:51 +00:00
version = "0.2.137"
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 = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
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",
]
[[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
[[package]]
name = "miniz_oxide"
2022-10-28 10:29:51 +00:00
version = "0.5.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 = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
2022-03-14 13:29:05 +00:00
dependencies = [
"adler",
]
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"
2022-10-28 10:29:51 +00:00
version = "0.4.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 = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
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"
2022-10-28 10:29:51 +00:00
version = "0.29.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 = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2022-03-14 13:29:05 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2022-11-02 10:14:02 +00:00
version = "1.16.0"
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 = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
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"
2022-11-11 16:34:49 +00:00
version = "6.4.0"
2022-03-14 20:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-11 16:34:49 +00:00
checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e"
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",
2022-11-02 10:14:02 +00:00
"miniz_oxide 0.6.2",
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"
2022-10-28 10:29:51 +00:00
version = "1.0.47"
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 = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
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"
2022-10-28 10:29:51 +00:00
version = "1.0.21"
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 = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
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"
2022-11-11 16:34:49 +00:00
version = "1.7.0"
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 = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
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"
[[package]]
name = "ryu"
2022-10-28 10:29:51 +00:00
version = "1.0.11"
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 = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
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",
]
[[package]]
name = "serde"
2022-10-28 10:29:51 +00:00
version = "1.0.147"
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 = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
2022-03-14 13:29:05 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-10-28 10:29:51 +00:00
version = "1.0.147"
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 = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
2022-03-14 13:29:05 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-10-28 10:29:51 +00:00
version = "1.0.87"
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 = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
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"
2022-10-28 10:29:51 +00:00
version = "1.0.103"
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 = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
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"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
2022-03-14 13:29:05 +00:00
[[package]]
name = "thiserror"
2022-10-28 10:29:51 +00:00
version = "1.0.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 = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
2022-03-14 13:29:05 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-10-28 10:29:51 +00:00
version = "1.0.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 = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
2022-03-14 13:29:05 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"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"
2022-11-11 16:34:49 +00:00
version = "0.9.1"
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 = "e8d22e0085b0a65f399fcac949306194f0217c06aa2217b9e19a01944d162851"
2022-03-14 13:29:05 +00:00
dependencies = [
"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",
]
[[package]]
name = "typenum"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
2022-10-28 10:29:51 +00:00
name = "unicode-ident"
version = "1.0.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 = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
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"
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"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.83"
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 = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
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"