caesium-clt/Cargo.lock

1739 lines
44 KiB
Plaintext
Raw Normal View History

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]]
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 = "aligned-vec"
version = "0.5.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
2022-12-20 13:38:05 +01:00
2024-05-18 13:57:15 +02:00
[[package]]
name = "anstream"
version = "0.6.18"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
2024-05-18 13:57:15 +02:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.10"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
2024-05-18 13:57:15 +02:00
[[package]]
name = "anstyle-parse"
version = "0.2.6"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
2024-05-18 13:57:15 +02:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.2"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
2024-05-18 13:57:15 +02:00
dependencies = [
"windows-sys 0.59.0",
2024-05-18 13:57:15 +02:00
]
[[package]]
name = "anstyle-wincon"
version = "3.0.6"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
2024-05-18 13:57:15 +02:00
dependencies = [
"anstyle",
"windows-sys 0.59.0",
2024-05-18 13:57:15 +02:00
]
2022-12-20 13:38:05 +01:00
[[package]]
name = "anyhow"
version = "1.0.91"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
2022-12-20 13:38:05 +01:00
[[package]]
name = "arbitrary"
version = "1.4.1"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
[[package]]
name = "arg_enum_proc_macro"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
2022-12-20 13:38:05 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2022-12-20 13:38:05 +01:00
[[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 = "av1-grain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
dependencies = [
"anyhow",
"arrayvec",
"log",
"nom",
"num-rational",
"v_frame",
]
[[package]]
name = "avif-serialize"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
dependencies = [
"arrayvec",
]
[[package]]
name = "bit_field"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
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"
[[package]]
name = "bitstream-io"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
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",
]
[[package]]
name = "built"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
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"
version = "1.20.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
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"
version = "1.8.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
2022-12-20 13:38:05 +01:00
[[package]]
name = "caesiumclt"
version = "1.0.0-beta.0"
2022-12-20 13:38:05 +01:00
dependencies = [
"clap",
2024-07-20 11:51:27 +02:00
"filetime",
"image",
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",
"rayon",
"tempfile",
2022-12-20 13:38:05 +01:00
"walkdir",
]
[[package]]
name = "cc"
version = "1.2.1"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
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-expr"
version = "0.15.8"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
dependencies = [
"smallvec",
"target-lexicon",
]
2022-12-20 13:38:05 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-12-20 13:38:05 +01:00
[[package]]
name = "clap"
version = "4.5.21"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
2022-12-20 13:38:05 +01:00
dependencies = [
2024-05-18 13:57:15 +02:00
"clap_builder",
"clap_derive",
2024-05-18 13:57:15 +02:00
]
[[package]]
name = "clap_builder"
version = "4.5.21"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
2024-05-18 13:57:15 +02:00
dependencies = [
"anstream",
"anstyle",
2022-12-20 13:38:05 +01:00
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
version = "4.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "clap_lex"
version = "0.7.3"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
2024-05-18 13:57:15 +02:00
[[package]]
name = "clap_mangen"
version = "0.2.24"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf"
2022-12-20 13:38:05 +01:00
dependencies = [
"clap",
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"
version = "1.0.3"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
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 0.1.14",
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 = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
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 = "errno"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "exr"
version = "1.73.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
dependencies = [
"bit_field",
"half",
"lebe",
"miniz_oxide",
"rayon-core",
"smallvec",
"zune-inflate",
]
[[package]]
name = "fastrand"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
2024-05-18 13:57:15 +02:00
[[package]]
name = "fdeflate"
version = "0.3.6"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07c6f4c64c1d33a3111c4466f7365ebdcc37c5bd1ea0d62aae2e3d722aacbedb"
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"
version = "1.0.35"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
2022-12-20 13:38:05 +01:00
dependencies = [
"crc32fast",
"miniz_oxide",
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 = "half"
version = "2.4.1"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
2022-12-20 13:38:05 +01:00
dependencies = [
"cfg-if",
"crunchy",
2022-12-20 13:38:05 +01:00
]
2023-04-12 00:09:35 +02:00
[[package]]
name = "hashbrown"
version = "0.15.1"
2023-04-12 00:09:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
2023-04-12 00:09:35 +02:00
2022-12-20 13:38:05 +01:00
[[package]]
name = "heck"
version = "0.5.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2022-12-20 13:38:05 +01:00
[[package]]
name = "image"
version = "0.25.5"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
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",
"exr",
2022-12-20 13:38:05 +01:00
"gif",
2024-05-18 13:57:15 +02:00
"image-webp",
2022-12-20 13:38:05 +01:00
"num-traits",
"png",
"qoi",
"ravif",
"rayon",
"rgb",
2024-05-18 13:57:15 +02:00
"tiff",
"zune-core",
"zune-jpeg",
]
[[package]]
name = "image-webp"
version = "0.2.0"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
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",
]
[[package]]
name = "img-parts"
version = "0.3.1"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cd653b443fbb9271d937a4b2c1c7489af95c284a56f84d76bbd00eac857cb1c"
2022-12-20 13:38:05 +01:00
dependencies = [
"bytes",
"crc32fast",
"miniz_oxide",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "imgref"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
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"
version = "0.17.9"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
2022-12-20 13:38:05 +01:00
dependencies = [
"console",
"number_prefix",
2024-05-18 13:57:15 +02:00
"portable-atomic",
"rayon",
"unicode-width 0.2.0",
"web-time",
2022-12-20 13:38:05 +01:00
]
[[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]]
name = "interpolate_name"
version = "0.2.4"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
2024-05-18 13:57:15 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-05-18 13:57:15 +02:00
]
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 = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
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
[[package]]
name = "js-sys"
version = "0.3.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
dependencies = [
"wasm-bindgen",
]
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 = "lebe"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2022-12-20 13:38:05 +01:00
[[package]]
name = "libc"
version = "0.2.164"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
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"
version = "1.22.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f4ae7b48098016dc3bc64a35605668f0af4425ec1a4a175ce2d0c1129067932"
2022-12-20 13:38:05 +01:00
dependencies = [
"cc",
]
[[package]]
name = "libdeflater"
version = "1.22.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567ff5eb948d34d3f93d8da568e72db0f5a12c89efb6c3913e4d6b142cc7ec34"
2022-12-20 13:38:05 +01:00
dependencies = [
"libdeflate-sys",
]
[[package]]
name = "libfuzzer-sys"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
dependencies = [
"arbitrary",
"cc",
]
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",
"glob",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
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]]
name = "loop9"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
dependencies = [
"imgref",
]
[[package]]
name = "maybe-rayon"
version = "0.1.1"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
2022-12-20 13:38:05 +01:00
dependencies = [
"cfg-if",
"rayon",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
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 = "new_debug_unreachable"
version = "1.0.6"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-12-20 13:38:05 +01:00
dependencies = [
"memchr",
"minimal-lexical",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "noop_proc_macro"
version = "0.3.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2022-12-20 13:38:05 +01:00
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-derive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "once_cell"
version = "1.20.2"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
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",
"clap",
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 = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
[[package]]
name = "pkg-config"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2022-12-20 13:38:05 +01:00
[[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",
"miniz_oxide",
2022-12-20 13:38:05 +01:00
]
2024-05-18 13:57:15 +02:00
[[package]]
name = "portable-atomic"
version = "1.10.0"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
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-macro2"
version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
dependencies = [
"unicode-ident",
]
[[package]]
name = "profiling"
version = "1.0.16"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
2022-12-20 13:38:05 +01:00
dependencies = [
"profiling-procmacros",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "profiling-procmacros"
version = "1.0.16"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
2022-12-20 13:38:05 +01:00
dependencies = [
"quote",
"syn",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "qoi"
version = "0.4.1"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
2022-12-20 13:38:05 +01:00
dependencies = [
"bytemuck",
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 = "rav1e"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
dependencies = [
"arbitrary",
"arg_enum_proc_macro",
"arrayvec",
"av1-grain",
"bitstream-io",
"built",
"cfg-if",
"interpolate_name",
"itertools",
"libc",
"libfuzzer-sys",
"log",
"maybe-rayon",
"new_debug_unreachable",
"noop_proc_macro",
"num-derive",
"num-traits",
"once_cell",
"paste",
"profiling",
"rand",
"rand_chacha",
"simd_helpers",
"system-deps",
"thiserror",
"v_frame",
"wasm-bindgen",
]
[[package]]
name = "ravif"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
dependencies = [
"avif-serialize",
"imgref",
"loop9",
"quick-error",
"rav1e",
"rayon",
"rgb",
]
2022-12-20 13:38:05 +01:00
[[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 = "rustix"
version = "0.38.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
2022-12-20 13:38:05 +01:00
[[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
[[package]]
name = "serde"
version = "1.0.213"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.213"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_spanned"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
dependencies = [
"serde",
]
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 = "simd_helpers"
version = "0.1.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
dependencies = [
"quote",
]
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2022-12-20 13:38:05 +01:00
[[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 = "syn"
version = "2.0.85"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
2022-12-20 13:38:05 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "system-deps"
version = "6.2.2"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
2022-12-20 13:38:05 +01:00
dependencies = [
"cfg-expr",
2022-12-20 13:38:05 +01:00
"heck",
"pkg-config",
"toml",
"version-compare",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "tap"
version = "1.0.1"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2024-05-18 13:57:15 +02:00
[[package]]
name = "target-lexicon"
version = "0.12.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tempfile"
version = "3.14.0"
2024-05-18 13:57:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
2024-05-18 13:57:15 +02:00
dependencies = [
"cfg-if",
"fastrand",
"once_cell",
"rustix",
"windows-sys 0.59.0",
2022-12-20 13:38:05 +01:00
]
2023-04-12 00:09:35 +02:00
[[package]]
name = "thiserror"
version = "1.0.65"
2023-04-12 00:09:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
dependencies = [
"thiserror-impl",
]
2023-04-12 00:09:35 +02:00
2022-12-20 13:38:05 +01:00
[[package]]
name = "thiserror-impl"
version = "1.0.65"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
2022-12-20 13:38:05 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
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
]
[[package]]
name = "toml"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
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-width"
version = "0.1.14"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2022-12-20 13:38:05 +01:00
[[package]]
name = "unicode-width"
version = "0.2.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
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"
version = "1.11.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
2022-12-20 13:38:05 +01:00
[[package]]
name = "v_frame"
version = "0.3.8"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
dependencies = [
"aligned-vec",
"num-traits",
"wasm-bindgen",
]
2022-12-20 13:38:05 +01:00
[[package]]
name = "version-compare"
version = "0.2.0"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
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 = "wasm-bindgen"
version = "0.2.95"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
2022-12-20 13:38:05 +01:00
dependencies = [
"cfg-if",
"once_cell",
"wasm-bindgen-macro",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.95"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
2022-12-20 13:38:05 +01:00
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.95"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
2022-12-20 13:38:05 +01:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
2022-12-20 13:38:05 +01:00
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.95"
2022-12-20 13:38:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webp"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f53152f51fb5af0c08484c33d16cca96175881d1f3dec068c23b31a158c2d99"
dependencies = [
"image",
"libwebp-sys",
]
[[package]]
name = "weezl"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
2022-12-20 13:38:05 +01:00
[[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 = "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
[[package]]
name = "winnow"
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
dependencies = [
"memchr",
]
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",
"syn",
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-inflate"
version = "0.2.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
dependencies = [
"simd-adler32",
]
2024-05-18 13:57:15 +02:00
[[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",
]