2019-11-22 19:26:12 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-03-22 16:50:38 +00:00
|
|
|
version = 3
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "adler"
|
|
|
|
version = "0.2.3"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
2021-02-22 19:56:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "1.0.56"
|
2021-02-22 19:56:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
|
2021-02-22 19:56:59 +00:00
|
|
|
|
2019-02-17 19:55:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "1.0.1"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-02-17 19:55:04 +00:00
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "1.2.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "bytemuck"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "1.8.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "0e851ca7c24871e7336801608a4797d7376545b6928a10d32d75685687141ead"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-02-17 17:08:24 +00:00
|
|
|
version = "1.4.2"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 17:08:24 +00:00
|
|
|
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
2021-01-03 12:52:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2019-02-24 09:23:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "2.33.3"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2019-02-24 09:23:50 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"bitflags",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
2019-02-17 19:55:04 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "1.1.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:40:13 +00:00
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
2021-01-03 12:52:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2021-02-17 17:08:24 +00:00
|
|
|
version = "0.4.5"
|
2021-01-03 12:52:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 17:08:24 +00:00
|
|
|
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
|
2021-01-03 12:52:50 +00:00
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "crc32fast"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "1.2.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2021-02-17 17:08:24 +00:00
|
|
|
"cfg-if",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "crossbeam-channel"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "0.5.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2021-02-17 17:08:24 +00:00
|
|
|
"cfg-if",
|
2020-10-17 10:37:35 +00:00
|
|
|
"crossbeam-utils",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "0.8.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2021-02-17 17:08:24 +00:00
|
|
|
"cfg-if",
|
2020-10-17 10:37:35 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "0.9.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2021-02-17 17:08:24 +00:00
|
|
|
"cfg-if",
|
2021-01-03 12:52:50 +00:00
|
|
|
"const_fn",
|
2020-10-17 10:37:35 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "0.8.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"autocfg",
|
2021-02-17 17:08:24 +00:00
|
|
|
"cfg-if",
|
2020-10-17 10:37:35 +00:00
|
|
|
"lazy_static",
|
2019-02-04 01:37:48 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "1.0.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"adler32",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "1.6.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:40:13 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
2022-04-29 00:05:33 +00:00
|
|
|
version = "1.4.2"
|
2022-03-22 16:50:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-29 00:05:33 +00:00
|
|
|
checksum = "14cc0e06fb5f67e5d6beadf3a382fec9baca1aa751c6d5368fdeee7e5932c215"
|
2022-03-22 16:50:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"deflate",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"inflate",
|
|
|
|
"lebe",
|
|
|
|
"smallvec",
|
|
|
|
"threadpool",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2021-02-17 17:08:24 +00:00
|
|
|
version = "1.0.20"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 17:08:24 +00:00
|
|
|
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2021-02-17 17:08:24 +00:00
|
|
|
"cfg-if",
|
2020-10-17 10:37:35 +00:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
2020-10-17 10:40:13 +00:00
|
|
|
"miniz_oxide 0.4.3",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
|
|
|
version = "0.10.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "843c03199d0c0ca54bc1ea90ac0d507274c28abcc4f691ae8b4eaa375087c76a"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"nanorand",
|
|
|
|
"pin-project",
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
|
|
|
|
2019-02-04 01:37:48 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "getrandom"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "0.2.5"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
|
2020-08-31 14:22:32 +00:00
|
|
|
dependencies = [
|
2021-02-17 17:08:24 +00:00
|
|
|
"cfg-if",
|
2022-03-22 16:50:38 +00:00
|
|
|
"js-sys",
|
2020-10-17 10:37:35 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2022-03-22 16:50:38 +00:00
|
|
|
"wasm-bindgen",
|
2020-08-31 14:22:32 +00:00
|
|
|
]
|
2019-02-17 19:55:04 +00:00
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.11.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:40:13 +00:00
|
|
|
checksum = "02efba560f227847cb41463a7395c514d127d4f74fff12ef0137fff1b84b96c4"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"color_quant",
|
2020-10-17 10:40:13 +00:00
|
|
|
"weezl",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "1.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
2019-02-24 09:23:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "0.3.2"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
2019-02-24 09:23:50 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"unicode-segmentation",
|
2020-08-31 14:22:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-02-17 17:08:24 +00:00
|
|
|
version = "0.1.18"
|
2020-08-31 14:22:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 17:08:24 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-08-31 14:22:32 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"libc",
|
2019-02-24 09:23:50 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id3"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "1.0.2"
|
2019-02-24 15:21:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "7a3598f9ed06d8a7ff358dc1a52f07f98d6625b996ad60588805b3d8cfd4d0cd"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-22 16:56:46 +00:00
|
|
|
name = "id3-image-rs"
|
2022-03-22 16:52:58 +00:00
|
|
|
version = "0.4.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2021-02-22 19:56:59 +00:00
|
|
|
"anyhow",
|
2020-10-17 10:37:35 +00:00
|
|
|
"id3",
|
|
|
|
"image",
|
|
|
|
"structopt",
|
|
|
|
"tempfile",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-04-29 00:05:33 +00:00
|
|
|
version = "0.24.2"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-29 00:05:33 +00:00
|
|
|
checksum = "28edd9d7bc256be2502e325ac0628bde30b7001b9b52e0abe31a1a9dc2701212"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
2021-01-03 12:52:50 +00:00
|
|
|
"color_quant",
|
2022-03-22 16:50:38 +00:00
|
|
|
"exr",
|
2020-10-17 10:37:35 +00:00
|
|
|
"gif",
|
2022-03-22 16:50:38 +00:00
|
|
|
"jpeg-decoder 0.2.2",
|
2020-10-17 10:37:35 +00:00
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
"scoped_threadpool",
|
|
|
|
"tiff",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inflate"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2021-02-17 17:08:24 +00:00
|
|
|
version = "0.1.22"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 17:08:24 +00:00
|
|
|
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
|
2022-03-22 16:50:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "105fb082d64e2100074587f59a74231f771750c664af903f1f9f76c9dedfc6f1"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"rayon",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.56"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "1.4.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lebe"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7efd1d698db0759e6ef11a7cd44407407399a910c774dd804c64c032da7826ff"
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-02-17 17:08:24 +00:00
|
|
|
version = "0.2.86"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 17:08:24 +00:00
|
|
|
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "0.6.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"autocfg",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "0.4.3"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2022-03-22 16:50:38 +00:00
|
|
|
"adler 0.2.3",
|
|
|
|
"autocfg",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "miniz_oxide"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "0.5.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2022-03-22 16:50:38 +00:00
|
|
|
"adler 1.0.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "0.1.44"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "0.1.42"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "0.4.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "0.2.14"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-08-31 14:22:32 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"autocfg",
|
2020-08-31 14:22:32 +00:00
|
|
|
]
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "1.13.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "0.17.5"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2022-03-22 16:50:38 +00:00
|
|
|
"miniz_oxide 0.5.1",
|
2019-11-22 19:26:12 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 19:26:12 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
2019-11-22 19:26:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2019-11-22 19:26:12 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2019-11-22 19:26:12 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "proc-macro2"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "1.0.24"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:40:13 +00:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"unicode-xid",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2019-11-22 19:26:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-17 17:08:24 +00:00
|
|
|
version = "1.0.9"
|
2019-11-22 19:26:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 17:08:24 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2019-11-22 19:26:12 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"proc-macro2",
|
2019-11-22 19:26:12 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "1.5.0"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "1.9.0"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
2019-02-17 19:55:04 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2019-02-17 19:55:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "0.2.11"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
|
2021-02-17 17:08:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2019-02-17 19:55:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.5.3"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-02-17 19:55:04 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"winapi",
|
2019-02-17 19:55:04 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "1.1.0"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-02-17 19:55:04 +00:00
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2019-02-24 09:23:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "0.3.26"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2019-02-24 09:23:50 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2019-02-24 09:23:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "0.4.18"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2019-02-24 09:23:50 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-02-24 09:23:50 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "1.0.67"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-11-22 19:26:12 +00:00
|
|
|
]
|
|
|
|
|
2019-02-17 19:55:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "3.3.0"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2019-02-17 19:55:04 +00:00
|
|
|
dependencies = [
|
2021-02-17 17:08:24 +00:00
|
|
|
"cfg-if",
|
2022-03-22 16:50:38 +00:00
|
|
|
"fastrand",
|
2020-10-17 10:37:35 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2019-02-17 19:55:04 +00:00
|
|
|
]
|
|
|
|
|
2019-02-24 09:23:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-11-22 19:26:12 +00:00
|
|
|
version = "0.11.0"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-02-24 09:23:50 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"unicode-width",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
|
|
dependencies = [
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2022-03-22 16:50:38 +00:00
|
|
|
version = "0.7.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 16:50:38 +00:00
|
|
|
checksum = "0247608e998cb6ce39dfc8f4a16c50361ce71e5b52e6d24ea1227ea8ea8ee0b2"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2022-03-22 16:50:38 +00:00
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder 0.1.22",
|
2021-01-03 12:52:50 +00:00
|
|
|
"weezl",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2019-02-24 09:23:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-01-03 12:52:50 +00:00
|
|
|
version = "1.7.1"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-03 12:52:50 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2019-02-24 09:23:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.1.8"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2019-02-24 09:23:50 +00:00
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.2.1"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.2"
|
2019-01-26 02:54:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
2019-02-24 09:23:50 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "wasi"
|
2021-02-17 17:08:24 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 17:08:24 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2019-02-24 09:23:50 +00:00
|
|
|
|
2022-03-22 16:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.79"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.79"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.79"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.79"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.79"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
|
|
|
|
2020-10-17 10:40:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2021-02-17 17:08:24 +00:00
|
|
|
version = "0.1.4"
|
2020-10-17 10:40:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 17:08:24 +00:00
|
|
|
checksum = "4a32b378380f4e9869b22f0b5177c68a5519f03b3454fde0b291455ddbae266c"
|
2020-10-17 10:40:13 +00:00
|
|
|
|
2019-02-17 19:55:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.3.9"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-02-17 19:55:04 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-02-17 19:55:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-02-17 19:55:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|