2019-11-22 19:26:12 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
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
|
|
|
|
|
|
|
[[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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "bytemuck"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "1.4.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 = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "1.3.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 = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.1.10"
|
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 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
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
|
|
|
|
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "crc32fast"
|
|
|
|
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 = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"cfg-if",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "crossbeam-channel"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.4.4"
|
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 = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-17 10:40:13 +00:00
|
|
|
"maybe-uninit",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.7.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 = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"maybe-uninit",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.8.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 = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"maybe-uninit",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.7.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 = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
2019-02-04 01:37:48 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.8.6"
|
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 = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"adler32",
|
|
|
|
"byteorder",
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"encoding-index-japanese",
|
|
|
|
"encoding-index-korean",
|
|
|
|
"encoding-index-simpchinese",
|
|
|
|
"encoding-index-singlebyte",
|
|
|
|
"encoding-index-tradchinese",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-japanese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"encoding_index_tests",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-korean"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"encoding_index_tests",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-simpchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"encoding_index_tests",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-singlebyte"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"encoding_index_tests",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-tradchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"encoding_index_tests",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_index_tests"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "1.0.18"
|
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 = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
2020-10-17 10:40:13 +00:00
|
|
|
"miniz_oxide 0.4.3",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2019-02-04 01:37:48 +00:00
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "getrandom"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.1.15"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:40:13 +00:00
|
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
2020-08-31 14:22:32 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
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
|
|
|
]
|
|
|
|
|
2019-02-24 09:23:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
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"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.1.17"
|
2020-08-31 14:22:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:40:13 +00:00
|
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
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"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.5.1"
|
2019-02-24 15:21:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "02c11bb50ce1568516aefbe4b6564c3feaf15a8e5ccbea90fa652012446ae9bf"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"encoding",
|
|
|
|
"flate2",
|
|
|
|
"lazy_static",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "id3-image"
|
2020-10-17 10:37:35 +00:00
|
|
|
version = "0.1.4"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"id3",
|
|
|
|
"image",
|
|
|
|
"structopt",
|
|
|
|
"tempfile",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.23.10"
|
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 = "985fc06b1304d19c28d5c562ed78ef5316183f2b0053b46763a0b94862373c34"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"gif",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
"scoped_threadpool",
|
|
|
|
"tiff",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.1.20"
|
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 = "cc797adac5f083b8ff0ca6f6294a999393d76e197c36488e2ef732c4715f6fa3"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"byteorder",
|
|
|
|
"rayon",
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.2.79"
|
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 = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lzw"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:37:35 +00:00
|
|
|
checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.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 = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2019-01-26 02:54:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.5.6"
|
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 = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
|
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"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.3.7"
|
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 = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
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]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "miniz_oxide"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.4.3"
|
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 = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"adler",
|
2020-10-17 10:40:13 +00:00
|
|
|
"autocfg",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.1.43"
|
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 = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
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"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.1.41"
|
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 = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
|
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"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.3.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 = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138"
|
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"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.2.12"
|
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 = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.16.7"
|
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 = "dfe7f9f1c730833200b134370e1d5098964231af8450bce9b78ee3ab5278b970"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
|
|
|
"miniz_oxide 0.3.7",
|
2019-11-22 19:26:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-08-31 14:22:32 +00:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.9"
|
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 = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
|
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"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "1.0.7"
|
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 = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
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-02-17 19:55:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.7.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 = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-02-17 19:55:04 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2019-02-17 19:55:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.2.2"
|
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 = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-02-17 19:55:04 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2019-02-17 19:55:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.5.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 = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-02-17 19:55:04 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"getrandom",
|
2019-02-17 19:55:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.2.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 = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-02-17 19:55:04 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"rand_core",
|
2019-02-17 19:55:04 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 02:54:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "1.4.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 = "dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032"
|
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"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "1.8.1"
|
2019-02-17 19:55:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:40:13 +00:00
|
|
|
checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
|
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"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.1.57"
|
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 = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
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
|
|
|
|
2019-02-24 09:23:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.3.20"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:40:13 +00:00
|
|
|
checksum = "126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8"
|
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"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "0.4.13"
|
2019-02-24 09:23:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 10:40:13 +00:00
|
|
|
checksum = "65e51c492f9e23a220534971ff5afc14037289de430e3c83f9daf6a1b6ae91e8"
|
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"
|
2020-10-17 10:40:13 +00:00
|
|
|
version = "1.0.44"
|
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 = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd"
|
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"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "3.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 = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-02-17 19:55:04 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "0.5.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 = "3f3b8a87c4da944c3f27e5943289171ac71a6150a79ff6bacfff06d159dfff2f"
|
2019-01-26 02:54:44 +00:00
|
|
|
dependencies = [
|
2020-10-17 10:37:35 +00:00
|
|
|
"byteorder",
|
|
|
|
"lzw",
|
|
|
|
"miniz_oxide 0.3.7",
|
2019-01-26 02:54:44 +00:00
|
|
|
]
|
|
|
|
|
2019-02-24 09:23:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-08-31 14:22:32 +00:00
|
|
|
version = "1.6.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 = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
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"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
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 = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-02-24 09:23:50 +00:00
|
|
|
|
2020-10-17 10:40:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0e26e7a4d998e3d7949c69444b8b4916bac810da0d3a82ae612c89e952782f4"
|
|
|
|
|
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"
|