2022-12-20 13:38:05 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-02 21:27:00 +02:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.12.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-05-18 13:57:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.6.15"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is_terminal_polyfill",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.0.8"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
2024-05-18 13:57:15 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.2.5"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.1.1"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
2024-10-02 21:27:00 +02:00
|
|
|
"windows-sys 0.52.0",
|
2024-05-18 13:57:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "3.0.4"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-10-02 21:27:00 +02:00
|
|
|
"windows-sys 0.52.0",
|
2024-05-18 13:57:15 +02:00
|
|
|
]
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.7.6"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-04-12 00:09:35 +02:00
|
|
|
"hermit-abi 0.1.19",
|
2022-12-20 13:38:05 +01:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.4.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "1.3.2"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
2024-10-02 21:27:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
|
2023-04-12 00:09:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2024-10-02 21:27:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.18.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "1.5.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder-lite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.7.2"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "caesiumclt"
|
2024-10-11 20:52:47 +02:00
|
|
|
version = "0.22.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-07-20 11:51:27 +02:00
|
|
|
"filetime",
|
2022-12-20 13:38:05 +01:00
|
|
|
"human_bytes",
|
2024-08-10 18:12:19 +02:00
|
|
|
"imagesize",
|
2022-12-20 13:38:05 +01:00
|
|
|
"indicatif",
|
2023-04-12 00:09:35 +02:00
|
|
|
"infer",
|
2022-12-20 13:38:05 +01:00
|
|
|
"libcaesium",
|
|
|
|
"num_cpus",
|
|
|
|
"rand",
|
|
|
|
"rayon",
|
|
|
|
"structopt",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.1.24"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "812acba72f0a070b003d3697490d2b55b837230ae7c6c6497f05cc2ddbb8d938"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2024-05-18 13:57:15 +02:00
|
|
|
"libc",
|
2024-10-02 21:27:00 +02:00
|
|
|
"shlex",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfb"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"fnv",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "2.34.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2024-10-02 21:27:00 +02:00
|
|
|
"bitflags 1.3.2",
|
2022-12-20 13:38:05 +01:00
|
|
|
"strsim 0.8.0",
|
2024-05-18 13:57:15 +02:00
|
|
|
"textwrap",
|
2022-12-20 13:38:05 +01:00
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "4.5.19"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-05-18 13:57:15 +02:00
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "4.5.19"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-12-20 13:38:05 +01:00
|
|
|
"clap_lex",
|
2024-05-18 13:57:15 +02:00
|
|
|
"strsim 0.11.1",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.7.2"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
2024-05-18 13:57:15 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_mangen"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.2.23"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-10-02 21:27:00 +02:00
|
|
|
"clap 4.5.19",
|
2024-05-18 13:57:15 +02:00
|
|
|
"roff",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2024-05-18 13:57:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.0.2"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
2024-05-18 13:57:15 +02:00
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.15.8"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2024-05-18 13:57:15 +02:00
|
|
|
"lazy_static",
|
2022-12-20 13:38:05 +01:00
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2024-10-02 21:27:00 +02:00
|
|
|
"windows-sys 0.52.0",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.4.2"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.5.13"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.8.5"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.9.18"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.8.20"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.0.5"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.13.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2024-05-18 13:57:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.3.5"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.2.25"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-10-02 21:27:00 +02:00
|
|
|
"libredox",
|
|
|
|
"windows-sys 0.59.0",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.0.34"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-10-02 21:27:00 +02:00
|
|
|
"miniz_oxide 0.8.0",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2023-04-12 00:09:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.2.15"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.13.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gifsicle"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.95.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "9e5a3902ed9f1acd2c4472bccc633ad1a50c710e9893c8e827ae55f84064d299"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.3.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.15.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2024-05-18 13:57:15 +02:00
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-12 00:09:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.3.9"
|
2023-04-12 00:09:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-04-12 00:09:35 +02:00
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "human_bytes"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.4.3"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.25.2"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2024-10-02 21:27:00 +02:00
|
|
|
"byteorder-lite",
|
2022-12-20 13:38:05 +01:00
|
|
|
"color_quant",
|
|
|
|
"gif",
|
2024-05-18 13:57:15 +02:00
|
|
|
"image-webp",
|
2022-12-20 13:38:05 +01:00
|
|
|
"num-traits",
|
|
|
|
"png",
|
2024-05-18 13:57:15 +02:00
|
|
|
"tiff",
|
|
|
|
"zune-core",
|
|
|
|
"zune-jpeg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image-webp"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.1.3"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder-lite",
|
2024-10-02 21:27:00 +02:00
|
|
|
"quick-error",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "imagequant"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "4.3.3"
|
2023-04-12 00:09:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "5fecc99538c9061ee4d88476f6cd704c9f06575a34f0083affdaa1337a331aa7"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"once_cell",
|
|
|
|
"rayon",
|
|
|
|
"rgb",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
2024-08-10 18:12:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "imagesize"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "img-parts"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b19358258d99a5fc34466fed27a5318f92ae636c3e36165cf9b1e87b5b6701f0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
2024-05-18 13:57:15 +02:00
|
|
|
"miniz_oxide 0.5.4",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "2.6.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-05-18 13:57:15 +02:00
|
|
|
"equivalent",
|
2024-10-02 21:27:00 +02:00
|
|
|
"hashbrown",
|
2022-12-20 13:38:05 +01:00
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.17.8"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
2024-05-18 13:57:15 +02:00
|
|
|
"instant",
|
2022-12-20 13:38:05 +01:00
|
|
|
"number_prefix",
|
2024-05-18 13:57:15 +02:00
|
|
|
"portable-atomic",
|
2022-12-20 13:38:05 +01:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "infer"
|
2024-07-20 11:51:27 +02:00
|
|
|
version = "0.16.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 11:51:27 +02:00
|
|
|
checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfb",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-18 13:57:15 +02:00
|
|
|
name = "instant"
|
|
|
|
version = "0.1.13"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-18 13:57:15 +02:00
|
|
|
name = "is_terminal_polyfill"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.70.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.1.32"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.3.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
2024-07-20 17:30:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kamadak-exif"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
|
|
|
|
dependencies = [
|
|
|
|
"mutate_once",
|
|
|
|
]
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.5.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.2.159"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libcaesium"
|
2024-10-11 20:52:47 +02:00
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a76975eb2d706a0759e61fdabbbfce62ba97ae9785997e451e29a080fc67a098"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"gifsicle",
|
|
|
|
"image",
|
|
|
|
"imagequant",
|
|
|
|
"img-parts",
|
2023-04-12 00:09:35 +02:00
|
|
|
"infer",
|
2024-07-20 17:30:47 +02:00
|
|
|
"kamadak-exif",
|
2022-12-20 13:38:05 +01:00
|
|
|
"libc",
|
|
|
|
"lodepng",
|
|
|
|
"mozjpeg-sys",
|
|
|
|
"oxipng",
|
2024-05-18 13:57:15 +02:00
|
|
|
"tiff",
|
2022-12-20 13:38:05 +01:00
|
|
|
"webp",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libdeflate-sys"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.21.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "7b14a6afa4e2e1d343fd793a1c0a7e5857a73a2697c2ff2c98ac00d6c4ecc820"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libdeflater"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.21.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "a17fe2badabdaf756f620748311e99ef99a5fdd681562dfd343fdb16ed7d4797"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"libdeflate-sys",
|
|
|
|
]
|
|
|
|
|
2024-10-02 21:27:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libwebp-sys"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.9.6"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "54cd30df7c7165ce74a456e4ca9732c603e8dc5e60784558c1c6dc047f876733"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-10-03 22:28:16 +02:00
|
|
|
"glob",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
2024-10-02 21:27:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lockfree-object-pool"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lodepng"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "3.10.7"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "7b2dea7cda68e381418c985fd8f32a9c279a21ae8c715f2376adb20c27a0fad3"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
|
|
|
"libc",
|
|
|
|
"rgb",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.4.22"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-18 13:57:15 +02:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.5.4"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-05-18 13:57:15 +02:00
|
|
|
"adler",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.8.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-10-02 21:27:00 +02:00
|
|
|
"adler2",
|
2024-05-18 13:57:15 +02:00
|
|
|
"simd-adler32",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mozjpeg-sys"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "2.2.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "27e31c0171e0b1158c0dfb7386dbdf999f4a9afaa83fd68de39c7929f4d5c16f"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"dunce",
|
|
|
|
"libc",
|
|
|
|
"nasm-rs",
|
|
|
|
]
|
|
|
|
|
2024-07-20 17:30:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mutate_once"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nasm-rs"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.3.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "12fcfa1bd49e0342ec1d07ed2be83b59963e7acbeb9310e1bb2c07b69dadd959"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-10-02 21:27:00 +02:00
|
|
|
"jobserver",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.2.19"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "1.16.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-05-18 13:57:15 +02:00
|
|
|
"hermit-abi 0.3.9",
|
2022-12-20 13:38:05 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.20.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
|
|
|
|
dependencies = [
|
|
|
|
"portable-atomic",
|
|
|
|
]
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oxipng"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "9.1.2"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "ec25597808aff9f632f018f0fe8985c6f670598ac5241d220a9f2d32ff46812e"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2023-04-12 00:09:35 +02:00
|
|
|
"bitvec",
|
2024-10-02 21:27:00 +02:00
|
|
|
"clap 4.5.19",
|
2024-05-18 13:57:15 +02:00
|
|
|
"clap_mangen",
|
2022-12-20 13:38:05 +01:00
|
|
|
"crossbeam-channel",
|
|
|
|
"filetime",
|
|
|
|
"indexmap",
|
|
|
|
"libdeflater",
|
|
|
|
"log",
|
|
|
|
"rayon",
|
|
|
|
"rgb",
|
2023-04-12 00:09:35 +02:00
|
|
|
"rustc-hash",
|
2022-12-20 13:38:05 +01:00
|
|
|
"rustc_version",
|
|
|
|
"zopfli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.17.14"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-10-02 21:27:00 +02:00
|
|
|
"bitflags 1.3.2",
|
2022-12-20 13:38:05 +01:00
|
|
|
"crc32fast",
|
2024-05-18 13:57:15 +02:00
|
|
|
"fdeflate",
|
|
|
|
"flate2",
|
2024-10-02 21:27:00 +02:00
|
|
|
"miniz_oxide 0.8.0",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
2024-05-18 13:57:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.9.0"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
|
2024-05-18 13:57:15 +02:00
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.2.20"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-18 13:57:15 +02:00
|
|
|
"syn 1.0.109",
|
2022-12-20 13:38:05 +01:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.0.86"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-05-18 13:57:15 +02:00
|
|
|
"unicode-ident",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
2024-10-02 21:27:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.0.37"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-04-12 00:09:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "1.10.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "1.12.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.5.7"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-10-02 21:27:00 +02:00
|
|
|
"bitflags 2.6.0",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.8.50"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2024-05-18 13:57:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "roff"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.2.2"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
|
2024-05-18 13:57:15 +02:00
|
|
|
|
2023-04-12 00:09:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.4.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "1.0.23"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
2024-10-02 21:27:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
2024-05-18 13:57:15 +02:00
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.7"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.11.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
|
|
|
dependencies = [
|
2024-05-18 13:57:15 +02:00
|
|
|
"clap 2.34.0",
|
2022-12-20 13:38:05 +01:00
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
|
|
|
version = "0.4.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-18 13:57:15 +02:00
|
|
|
"syn 1.0.109",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "1.0.109"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-18 13:57:15 +02:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "2.0.79"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
2023-04-12 00:09:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
2024-05-18 13:57:15 +02:00
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-05-18 13:57:15 +02:00
|
|
|
"unicode-width",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-18 13:57:15 +02:00
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.8"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-18 13:57:15 +02:00
|
|
|
name = "tiff"
|
|
|
|
version = "0.9.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-05-18 13:57:15 +02:00
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"weezl",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
2024-05-18 13:57:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.0.13"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.12.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.1.14"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-18 13:57:15 +02:00
|
|
|
name = "utf8parse"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.2.2"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "1.10.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.9.5"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "2.5.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webp"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.3.0"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "8f53152f51fb5af0c08484c33d16cca96175881d1f3dec068c23b31a158c2d99"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"image",
|
|
|
|
"libwebp-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.1.8"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 13:57:15 +02:00
|
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.1.9"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-10-02 21:27:00 +02:00
|
|
|
"windows-sys 0.59.0",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-05-18 13:57:15 +02:00
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2024-10-02 21:27:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2024-05-18 13:57:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.52.6"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-05-18 13:57:15 +02:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-12-20 13:38:05 +01:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-05-18 13:57:15 +02:00
|
|
|
"windows_i686_gnullvm",
|
2022-12-20 13:38:05 +01:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2024-05-18 13:57:15 +02:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-12-20 13:38:05 +01:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2024-05-18 13:57:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.52.6"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-05-18 13:57:15 +02:00
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.52.6"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.52.6"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-18 13:57:15 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.52.6"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.52.6"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.52.6"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-05-18 13:57:15 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.52.6"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.52.6"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2022-12-20 13:38:05 +01:00
|
|
|
|
2023-04-12 00:09:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
2024-05-18 13:57:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.7.35"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
2024-10-02 21:27:00 +02:00
|
|
|
"byteorder",
|
2024-05-18 13:57:15 +02:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.7.35"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-02 21:27:00 +02:00
|
|
|
"syn 2.0.79",
|
2024-05-18 13:57:15 +02:00
|
|
|
]
|
|
|
|
|
2022-12-20 13:38:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zopfli"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.8.1"
|
2022-12-20 13:38:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
|
2022-12-20 13:38:05 +01:00
|
|
|
dependencies = [
|
2024-10-02 21:27:00 +02:00
|
|
|
"bumpalo",
|
2024-05-18 13:57:15 +02:00
|
|
|
"crc32fast",
|
2024-10-02 21:27:00 +02:00
|
|
|
"lockfree-object-pool",
|
2022-12-20 13:38:05 +01:00
|
|
|
"log",
|
2024-10-02 21:27:00 +02:00
|
|
|
"once_cell",
|
2024-05-18 13:57:15 +02:00
|
|
|
"simd-adler32",
|
2022-12-20 13:38:05 +01:00
|
|
|
]
|
2024-05-18 13:57:15 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-core"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-jpeg"
|
2024-10-02 21:27:00 +02:00
|
|
|
version = "0.4.13"
|
2024-05-18 13:57:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-02 21:27:00 +02:00
|
|
|
checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
|
2024-05-18 13:57:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"zune-core",
|
|
|
|
]
|