id3-image-rs/Cargo.lock

767 lines
19 KiB
Plaintext
Raw Normal View History

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
[[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-08-31 11:32:12 +00:00
version = "1.0.63"
2021-02-22 19:56:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a"
2021-02-22 19:56:59 +00:00
[[package]]
name = "autocfg"
2022-06-05 13:12:27 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
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"
2022-06-05 13:12:27 +00:00
version = "1.3.2"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-01-26 02:54:44 +00:00
2022-03-22 16:50:38 +00:00
[[package]]
name = "bumpalo"
2022-08-31 11:32:12 +00:00
version = "3.11.0"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
2022-03-22 16:50:38 +00:00
2019-01-26 02:54:44 +00:00
[[package]]
2020-08-31 14:22:32 +00:00
name = "bytemuck"
2022-08-31 11:32:12 +00:00
version = "1.12.1"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
2019-01-26 02:54:44 +00:00
[[package]]
name = "byteorder"
2022-06-05 13:12:27 +00:00
version = "1.4.3"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
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"
2022-06-05 13:12:27 +00:00
version = "2.34.0"
2019-02-24 09:23:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2019-02-24 09:23:50 +00:00
dependencies = [
2020-10-17 10:37:35 +00:00
"bitflags",
"textwrap",
"unicode-width",
]
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"
2022-06-05 13:12:27 +00:00
version = "1.3.2"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
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"
2022-08-31 11:32:12 +00:00
version = "0.5.6"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
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"
2022-08-31 11:32:12 +00:00
version = "0.8.2"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
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"
2022-08-31 11:32:12 +00:00
version = "0.9.10"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
2019-01-26 02:54:44 +00:00
dependencies = [
2022-06-05 13:12:27 +00:00
"autocfg",
2021-02-17 17:08:24 +00:00
"cfg-if",
2020-10-17 10:37:35 +00:00
"crossbeam-utils",
"memoffset",
2022-08-31 11:32:12 +00:00
"once_cell",
2020-10-17 10:37:35 +00:00
"scopeguard",
2019-01-26 02:54:44 +00:00
]
[[package]]
name = "crossbeam-utils"
2022-08-31 11:32:12 +00:00
version = "0.8.11"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
2019-01-26 02:54:44 +00:00
dependencies = [
2021-02-17 17:08:24 +00:00
"cfg-if",
2022-08-31 11:32:12 +00:00
"once_cell",
]
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"
2022-08-31 11:32:12 +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-08-31 11:32:12 +00:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2019-01-26 02:54:44 +00:00
2022-03-22 16:50:38 +00:00
[[package]]
name = "exr"
2022-08-31 11:32:12 +00:00
version = "1.5.0"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "78c26a90d9dd411a3d119d6f55752fb4c134ca243250c32fb9cab7b2561638d2"
2022-03-22 16:50:38 +00:00
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
2022-08-31 11:32:12 +00:00
"miniz_oxide",
2022-03-22 16:50:38 +00:00
"smallvec",
"threadpool",
]
[[package]]
name = "fastrand"
2022-08-31 11:32:12 +00:00
version = "1.8.0"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2022-03-22 16:50:38 +00:00
dependencies = [
"instant",
]
2019-01-26 02:54:44 +00:00
[[package]]
name = "flate2"
2022-06-05 13:12:27 +00:00
version = "1.0.24"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2019-01-26 02:54:44 +00:00
dependencies = [
2020-10-17 10:37:35 +00:00
"crc32fast",
2022-06-05 13:12:27 +00:00
"miniz_oxide",
2019-01-26 02:54:44 +00:00
]
2022-03-22 16:50:38 +00:00
[[package]]
name = "flume"
2022-08-31 11:32:12 +00:00
version = "0.10.14"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2022-03-22 16:50:38 +00:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"spin",
]
[[package]]
name = "futures-core"
2022-08-31 11:32:12 +00:00
version = "0.3.24"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
2022-03-22 16:50:38 +00:00
[[package]]
name = "futures-sink"
2022-08-31 11:32:12 +00:00
version = "0.3.24"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
2022-03-22 16:50:38 +00:00
[[package]]
2020-08-31 14:22:32 +00:00
name = "getrandom"
2022-08-31 11:32:12 +00:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
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-01-26 02:54:44 +00:00
[[package]]
name = "gif"
2022-08-31 11:32:12 +00:00
version = "0.11.4"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
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"
2022-06-05 13:12:27 +00:00
version = "0.3.3"
2019-02-24 09:23:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
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"
2022-06-05 13:12:27 +00:00
version = "0.1.19"
2020-08-31 14:22:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
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-08-31 11:32:12 +00:00
version = "1.3.0"
2019-02-24 15:21:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "c2cf589c9dddff0ea50b6361b8635720d721d4fbca02861f806add85afef74a0"
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-06-05 13:16:28 +00:00
version = "0.4.1"
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-08-13 00:30:14 +00:00
version = "0.24.3"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-13 00:30:14 +00:00
checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964"
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-06-05 13:12:27 +00:00
"jpeg-decoder",
2020-10-17 10:37:35 +00:00
"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 = "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"
2022-06-05 13:12:27 +00:00
version = "0.2.6"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b"
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"
2022-08-31 11:32:12 +00:00
version = "0.3.59"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
2022-03-22 16:50:38 +00:00
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"
2022-08-31 11:32:12 +00:00
version = "0.5.2"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2022-03-22 16:50:38 +00:00
2019-01-26 02:54:44 +00:00
[[package]]
name = "libc"
2022-08-31 11:32:12 +00:00
version = "0.2.132"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
2019-01-26 02:54:44 +00:00
2022-03-22 16:50:38 +00:00
[[package]]
name = "lock_api"
2022-08-31 11:32:12 +00:00
version = "0.4.8"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "9f80bf5aacaf25cbfc8210d1cfb718f2bf3b11c4c54e5afe36c236853a8ec390"
2022-03-22 16:50:38 +00:00
dependencies = [
2022-06-05 13:12:27 +00:00
"autocfg",
2022-03-22 16:50:38 +00:00
"scopeguard",
]
[[package]]
name = "log"
2022-06-05 13:12:27 +00:00
version = "0.4.17"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022-03-22 16:50:38 +00:00
dependencies = [
"cfg-if",
]
2019-01-26 02:54:44 +00:00
[[package]]
name = "memoffset"
2022-06-05 13:12:27 +00:00
version = "0.6.5"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
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-06-05 13:12:27 +00:00
version = "0.5.3"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2019-01-26 02:54:44 +00:00
dependencies = [
2022-06-05 13:12:27 +00:00
"adler",
2022-03-22 16:50:38 +00:00
]
[[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"
2022-06-05 13:12:27 +00:00
version = "0.1.45"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
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-rational"
2022-08-31 11:32:12 +00:00
version = "0.4.1"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
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"
2022-06-05 13:12:27 +00:00
version = "0.2.15"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
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"
2022-06-05 13:12:27 +00:00
version = "1.13.1"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
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-08-31 11:32:12 +00:00
[[package]]
name = "once_cell"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
2022-03-22 16:50:38 +00:00
[[package]]
name = "pin-project"
2022-08-31 11:32:12 +00:00
version = "1.0.12"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2022-03-22 16:50:38 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-08-31 11:32:12 +00:00
version = "1.0.12"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2022-03-22 16:50:38 +00:00
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-06-05 13:12:27 +00:00
"miniz_oxide",
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"
2022-08-31 11:32:12 +00:00
version = "1.0.43"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
2019-01-26 02:54:44 +00:00
dependencies = [
2022-06-05 13:12:27 +00:00
"unicode-ident",
2019-01-26 02:54:44 +00:00
]
2019-11-22 19:26:12 +00:00
[[package]]
name = "quote"
2022-08-31 11:32:12 +00:00
version = "1.0.21"
2019-11-22 19:26:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
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"
2022-06-05 13:12:27 +00:00
version = "1.5.3"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
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"
2022-06-05 13:12:27 +00:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
dependencies = [
2020-10-17 10:37:35 +00:00
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "redox_syscall"
2022-08-31 11:32:12 +00:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-02-17 17:08:24 +00:00
dependencies = [
"bitflags",
]
[[package]]
name = "remove_dir_all"
2020-08-31 14:22:32 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-17 10:37:35 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2020-10-17 10:37:35 +00:00
"winapi",
]
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-17 10:37:35 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-03-22 16:50:38 +00:00
[[package]]
name = "smallvec"
2022-08-31 11:32:12 +00:00
version = "1.9.0"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2022-03-22 16:50:38 +00:00
[[package]]
name = "spin"
2022-08-31 11:32:12 +00:00
version = "0.9.4"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
2022-03-22 16:50:38 +00:00
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-08-31 11:32:12 +00:00
version = "1.0.99"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
2019-01-26 02:54:44 +00:00
dependencies = [
2020-10-17 10:37:35 +00:00
"proc-macro2",
"quote",
2022-06-05 13:12:27 +00:00
"unicode-ident",
2019-11-22 19:26:12 +00:00
]
[[package]]
name = "tempfile"
2022-03-22 16:50:38 +00:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-22 16:50:38 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
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-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-08-31 11:32:12 +00:00
version = "0.7.3"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "7259662e32d1e219321eb309d5f9d898b779769d81b76e762c07c8e5d38fcb65"
2019-01-26 02:54:44 +00:00
dependencies = [
2022-03-22 16:50:38 +00:00
"flate2",
2022-06-05 13:12:27 +00:00
"jpeg-decoder",
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]]
2022-06-05 13:12:27 +00:00
name = "unicode-ident"
2022-08-31 11:32:12 +00:00
version = "1.0.3"
2019-02-24 09:23:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
2019-02-24 09:23:50 +00:00
[[package]]
2022-06-05 13:12:27 +00:00
name = "unicode-segmentation"
version = "1.9.0"
2019-02-24 09:23:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2019-02-24 09:23:50 +00:00
2019-01-26 02:54:44 +00:00
[[package]]
2022-06-05 13:12:27 +00:00
name = "unicode-width"
version = "0.1.9"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2019-01-26 02:54:44 +00:00
[[package]]
2020-08-31 14:22:32 +00:00
name = "version_check"
2022-06-05 13:12:27 +00:00
version = "0.9.4"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-05 13:12:27 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
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"
2022-08-31 11:32:12 +00:00
version = "0.11.0+wasi-snapshot-preview1"
2019-02-24 09:23:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2019-02-24 09:23:50 +00:00
2022-03-22 16:50:38 +00:00
[[package]]
name = "wasm-bindgen"
2022-08-31 11:32:12 +00:00
version = "0.2.82"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
2022-03-22 16:50:38 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-08-31 11:32:12 +00:00
version = "0.2.82"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
2022-03-22 16:50:38 +00:00
dependencies = [
"bumpalo",
"log",
2022-08-31 11:32:12 +00:00
"once_cell",
2022-03-22 16:50:38 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-08-31 11:32:12 +00:00
version = "0.2.82"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
2022-03-22 16:50:38 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-08-31 11:32:12 +00:00
version = "0.2.82"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
2022-03-22 16:50:38 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-08-31 11:32:12 +00:00
version = "0.2.82"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
2022-03-22 16:50:38 +00:00
2020-10-17 10:40:13 +00:00
[[package]]
name = "weezl"
2022-08-31 11:32:12 +00:00
version = "0.1.7"
2020-10-17 10:40:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:32:12 +00:00
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2020-10-17 10:40:13 +00:00
[[package]]
name = "winapi"
2020-08-31 14:22:32 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-17 10:37:35 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
2020-10-17 10:37:35 +00:00
"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"
2020-10-17 10:37:35 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[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"