id3-image-rs/Cargo.lock

805 lines
20 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"
2021-02-22 19:56:59 +00:00
[[package]]
name = "anyhow"
2023-12-21 08:21:28 +00:00
version = "1.0.76"
2021-02-22 19:56:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-21 08:21:28 +00:00
checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355"
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
2023-04-18 00:26:07 +00:00
[[package]]
name = "bitflags"
2023-10-27 00:27:41 +00:00
version = "2.4.1"
2023-04-18 00:26:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 00:27:41 +00:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2023-04-18 00:26:07 +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
2023-03-09 00:21:37 +00:00
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
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 = [
2023-04-18 00:26:07 +00:00
"bitflags 1.3.2",
2020-10-17 10:37:35 +00:00
"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-10-01 08:17:27 +00:00
version = "0.9.11"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
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",
"scopeguard",
2019-01-26 02:54:44 +00:00
]
[[package]]
name = "crossbeam-utils"
2022-10-01 08:17:27 +00:00
version = "0.8.12"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
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]]
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
2023-03-09 00:21:37 +00:00
[[package]]
name = "errno"
2023-06-07 00:21:03 +00:00
version = "0.3.1"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-03-09 00:21:37 +00:00
dependencies = [
"errno-dragonfly",
"libc",
2023-04-04 00:04:49 +00:00
"windows-sys",
2023-03-09 00:21:37 +00:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-03-22 16:50:38 +00:00
[[package]]
name = "exr"
2022-10-01 08:17:27 +00:00
version = "1.5.1"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "c9a7880199e74c6d3fe45579df2f436c5913a71405494cb89d59234d86b47dc5"
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"
2023-07-21 00:33:22 +00:00
version = "2.0.0"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 00:33:22 +00:00
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
2022-03-22 16:50:38 +00:00
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"
2024-01-14 00:26:45 +00:00
version = "0.12.0"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 00:26:45 +00:00
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
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"
2023-04-18 00:26:07 +00:00
version = "1.7.0"
2019-02-24 15:21:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 00:26:07 +00:00
checksum = "9389dd9c8c4671b1e4b2878a6329bccb573f9c24a75bc91c641c451ce5436501"
2019-01-26 02:54:44 +00:00
dependencies = [
2023-10-27 00:27:41 +00:00
"bitflags 2.4.1",
2020-10-17 10:37:35 +00:00
"byteorder",
"flate2",
2019-01-26 02:54:44 +00:00
]
[[package]]
2022-03-22 16:56:46 +00:00
name = "id3-image-rs"
2022-10-01 08:23:16 +00:00
version = "0.4.2"
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"
2024-01-14 00:26:45 +00:00
version = "0.24.8"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 00:26:45 +00:00
checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23"
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-traits",
"png",
2024-01-14 00:26:45 +00:00
"qoi",
2020-10-17 10:37:35 +00:00
"tiff",
2019-01-26 02:54:44 +00:00
]
[[package]]
name = "jpeg-decoder"
2024-01-14 00:26:45 +00:00
version = "0.3.1"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 00:26:45 +00:00
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
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-10-01 08:17:27 +00:00
version = "0.3.60"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
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"
2023-10-27 00:27:41 +00:00
version = "0.2.149"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 00:27:41 +00:00
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
2019-01-26 02:54:44 +00:00
2023-03-09 00:21:37 +00:00
[[package]]
name = "linux-raw-sys"
2023-10-27 00:27:41 +00:00
version = "0.4.10"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 00:27:41 +00:00
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
2023-03-09 00:21:37 +00:00
2022-03-22 16:50:38 +00:00
[[package]]
name = "lock_api"
2022-10-01 08:17:27 +00:00
version = "0.4.9"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
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-10-01 08:17:27 +00:00
version = "0.5.4"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
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-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 = [
2023-07-21 00:33:22 +00:00
"hermit-abi",
2020-10-17 10:37:35 +00:00
"libc",
2019-01-26 02:54:44 +00:00
]
2022-08-31 11:32:12 +00:00
[[package]]
name = "once_cell"
2022-10-01 08:17:27 +00:00
version = "1.15.0"
2022-08-31 11:32:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
2022-08-31 11:32:12 +00:00
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-10-01 08:17:27 +00:00
version = "0.17.6"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "8f0e7f4c94ec26ff209cee506314212639d6c91b80afb82984819fafce9df01c"
2019-01-26 02:54:44 +00:00
dependencies = [
2023-04-18 00:26:07 +00:00
"bitflags 1.3.2",
2020-10-17 10:37:35 +00:00
"crc32fast",
2022-10-01 08:17:27 +00:00
"flate2",
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-10-01 08:17:27 +00:00
version = "1.0.46"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
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
]
2024-01-14 00:26:45 +00:00
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
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"
2023-10-27 00:27:41 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 00:27:41 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2021-02-17 17:08:24 +00:00
dependencies = [
2023-04-18 00:26:07 +00:00
"bitflags 1.3.2",
2021-02-17 17:08:24 +00:00
]
[[package]]
2023-03-09 00:21:37 +00:00
name = "rustix"
2023-10-27 00:27:41 +00:00
version = "0.38.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 00:27:41 +00:00
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
dependencies = [
2023-10-27 00:27:41 +00:00
"bitflags 2.4.1",
2023-03-09 00:21:37 +00:00
"errno",
"libc",
"linux-raw-sys",
2023-04-04 00:04:49 +00:00
"windows-sys",
]
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-10-01 08:17:27 +00:00
version = "1.0.101"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2"
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"
2023-10-27 00:27:41 +00:00
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-27 00:27:41 +00:00
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
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
"redox_syscall",
2023-03-09 00:21:37 +00:00
"rustix",
2023-04-04 00:04:49 +00:00
"windows-sys",
]
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"
2024-01-14 00:26:45 +00:00
version = "0.9.1"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-14 00:26:45 +00:00
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
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-10-01 08:17:27 +00:00
version = "1.0.4"
2019-02-24 09:23:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
2019-02-24 09:23:50 +00:00
[[package]]
2022-06-05 13:12:27 +00:00
name = "unicode-segmentation"
2022-10-01 08:17:27 +00:00
version = "1.10.0"
2019-02-24 09:23:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
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"
2022-10-01 08:17:27 +00:00
version = "0.1.10"
2019-01-26 02:54:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
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-10-01 08:17:27 +00:00
version = "0.2.83"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2022-03-22 16:50:38 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-10-01 08:17:27 +00:00
version = "0.2.83"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
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-10-01 08:17:27 +00:00
version = "0.2.83"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2022-03-22 16:50:38 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-10-01 08:17:27 +00:00
version = "0.2.83"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
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-10-01 08:17:27 +00:00
version = "0.2.83"
2022-03-22 16:50:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 08:17:27 +00:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
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]]
2023-03-09 00:21:37 +00:00
name = "windows-sys"
2023-06-07 00:21:03 +00:00
version = "0.48.0"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-03-09 00:21:37 +00:00
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-06-07 00:21:03 +00:00
version = "0.48.0"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2023-03-09 00:21:37 +00:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-06-07 00:21:03 +00:00
version = "0.48.0"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-03-09 00:21:37 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-06-07 00:21:03 +00:00
version = "0.48.0"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2023-03-09 00:21:37 +00:00
[[package]]
name = "windows_i686_gnu"
2023-06-07 00:21:03 +00:00
version = "0.48.0"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2023-03-09 00:21:37 +00:00
[[package]]
name = "windows_i686_msvc"
2023-06-07 00:21:03 +00:00
version = "0.48.0"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2023-03-09 00:21:37 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-06-07 00:21:03 +00:00
version = "0.48.0"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-03-09 00:21:37 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-06-07 00:21:03 +00:00
version = "0.48.0"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2023-03-09 00:21:37 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-06-07 00:21:03 +00:00
version = "0.48.0"
2023-03-09 00:21:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 00:21:03 +00:00
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"