2023-03-12 00:23:43 +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]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-03-04 12:47:24 +01:00
|
|
|
version = "0.7.8"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 12:47:24 +01:00
|
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.1.3"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aligned-vec"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
|
|
|
|
|
2024-01-29 14:23:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "anstream"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.6.14"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-07-21 10:48:20 +02:00
|
|
|
"is_terminal_polyfill",
|
2024-01-29 14:23:18 +01:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.0.7"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2024-01-29 14:23:18 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.2.4"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2024-01-29 14:23:18 +01:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.1.0"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
2024-01-29 14:23:18 +01:00
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "3.0.3"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2024-01-29 14:23:18 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.52.0",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.86"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arg_enum_proc_macro"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.3.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
|
|
|
|
|
|
|
[[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.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
]
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2024-01-29 14:23:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitstream-io"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "2.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "415f8399438eb5e4b2f73ed3152a3448b98149dda642a957ee704e1daa5cf1d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "built"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17"
|
2024-01-29 14:23:18 +01:00
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "3.16.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.16.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "1.5.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder-lite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.0.103"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "2755ff20a1d93490d26ba33a6f092a38a508398a5320df5d4b3014fcccce9410"
|
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
|
|
|
version = "0.15.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-03-14 20:07:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.4.38"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"android-tzdata",
|
2023-03-12 00:23:43 +01:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2024-07-21 10:48:20 +02:00
|
|
|
"windows-targets 0.52.5",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "4.5.8"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"clap_builder",
|
2023-03-12 00:23:43 +01:00
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap-num"
|
2024-01-29 14:26:22 +01:00
|
|
|
version = "1.1.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:26:22 +01:00
|
|
|
checksum = "0e063d263364859dc54fb064cedb7c122740cd4733644b14b176c097f51e8ab7"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "clap_builder"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "4.5.8"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "clap_derive"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "4.5.8"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-21 10:48:20 +02:00
|
|
|
"syn 2.0.68",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "clap_lex"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.7.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2024-01-29 14:23:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.0.1"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2024-01-29 14:23:18 +01:00
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "2.1.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2024-01-29 14:23:18 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.8.6"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.4.2"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.8.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.9.18"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.8.20"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2024-03-14 20:07:07 +01:00
|
|
|
version = "3.4.4"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 20:07:07 +01:00
|
|
|
checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-03-14 20:07:07 +01:00
|
|
|
"nix 0.28.0",
|
2024-01-29 14:23:18 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.13.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.8.34"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
2024-03-04 12:47:24 +01:00
|
|
|
version = "1.72.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 12:47:24 +01:00
|
|
|
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
|
|
|
"miniz_oxide",
|
2023-04-04 20:25:58 +02:00
|
|
|
"rayon-core",
|
2023-03-12 00:23:43 +01:00
|
|
|
"smallvec",
|
|
|
|
"zune-inflate",
|
|
|
|
]
|
|
|
|
|
2024-01-29 14:23:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.0.30"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.11.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.2.15"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-01-29 14:23:18 +01:00
|
|
|
"wasi",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2024-03-04 12:47:24 +01:00
|
|
|
version = "0.13.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 12:47:24 +01:00
|
|
|
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "2.4.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-03-04 12:47:24 +01:00
|
|
|
"cfg-if",
|
2023-03-12 00:23:43 +01:00
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.5.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-03-04 12:47:24 +01:00
|
|
|
version = "0.1.60"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 12:47:24 +01:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-01-29 14:23:18 +01:00
|
|
|
"windows-core",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.1.2"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"cc",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.25.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"exr",
|
|
|
|
"gif",
|
2024-07-21 10:48:20 +02:00
|
|
|
"image-webp",
|
2023-03-12 00:23:43 +01:00
|
|
|
"num-traits",
|
|
|
|
"png",
|
2024-01-29 14:23:18 +01:00
|
|
|
"qoi",
|
2024-07-21 10:48:20 +02:00
|
|
|
"ravif",
|
|
|
|
"rayon",
|
|
|
|
"rgb",
|
2023-03-12 00:23:43 +01:00
|
|
|
"tiff",
|
2024-07-21 10:48:20 +02:00
|
|
|
"zune-core",
|
|
|
|
"zune-jpeg",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "image-webp"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder-lite",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "imgref"
|
|
|
|
version = "1.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "include-flate"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2e11569346406931d20276cc460215ee2826e7cad43aa986999cb244dd7adb0"
|
|
|
|
dependencies = [
|
|
|
|
"include-flate-codegen-exports",
|
|
|
|
"lazy_static",
|
|
|
|
"libflate",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "include-flate-codegen"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a7d6e1419fa3129eb0802b4c99603c0d425c79fb5d76191d5a20d0ab0d664e8"
|
|
|
|
dependencies = [
|
|
|
|
"libflate",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-29 14:23:18 +01:00
|
|
|
"syn 1.0.109",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "include-flate-codegen-exports"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75657043ffe3d8280f1cb8aef0f505532b392ed7758e0baeac22edadcee31a03"
|
|
|
|
dependencies = [
|
|
|
|
"include-flate-codegen",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "interpolate_name"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "io-kit-sys"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.4.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "617ee6cf8e3f66f3b4ea67a4058564628cde41901316e19f559e14c7c72c5e7b"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"core-foundation-sys",
|
|
|
|
"mach2",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.3.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-03-14 20:07:07 +01:00
|
|
|
version = "0.3.69"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 20:07:07 +01:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.5.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lebe"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.2.155"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "1.4.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
"crc32fast",
|
|
|
|
"libflate_lz77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate_lz77"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf"
|
|
|
|
dependencies = [
|
|
|
|
"rle-decode-fast",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libftdi1-source-lgpl"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4412918d38c7b78f59c5b0cefec46e2099876dfd95f07f9bb2269d1d7b09fdb1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libftdi1-sys"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "575286f9af093f56c7805f4f94874871b84216d1545f499d2cbad9e370000fe7"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"libftdi1-source-lgpl",
|
|
|
|
"libusb1-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libfuzzer-sys"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
|
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
"cc",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libudev"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78b324152da65df7bb95acfcaab55e3097ceaab02fb19b228a9eb74d55f135e0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libudev-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libudev-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libusb1-sys"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17f6bace2f39082e9787c851afce469e7b2fe0f1cc64bbc68ca96653b63d8f17"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.4.12"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.4.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "loop9"
|
|
|
|
version = "0.1.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
|
|
|
|
dependencies = [
|
|
|
|
"imgref",
|
|
|
|
]
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "mach2"
|
|
|
|
version = "0.4.2"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-rayon"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "2.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.7.4"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2024-01-29 14:23:18 +01:00
|
|
|
"simd-adler32",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
|
|
|
2023-04-04 20:25:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.26.4"
|
2023-04-04 20:25:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
2023-04-04 20:25:58 +02:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"bitflags 1.3.2",
|
2023-04-04 20:25:58 +02:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-03-14 20:07:07 +01:00
|
|
|
version = "0.28.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 20:07:07 +01:00
|
|
|
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-07-21 10:48:20 +02:00
|
|
|
"bitflags 2.6.0",
|
2023-03-12 00:23:43 +01:00
|
|
|
"cfg-if",
|
2024-03-14 20:07:07 +01:00
|
|
|
"cfg_aliases",
|
2023-03-12 00:23:43 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "noop_proc_macro"
|
|
|
|
version = "0.3.0"
|
|
|
|
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"
|
|
|
|
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 2.0.68",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.2.19"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "1.19.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
|
|
|
dependencies = [
|
|
|
|
"dlv-list",
|
2024-07-21 10:48:20 +02:00
|
|
|
"hashbrown 0.12.3",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic-message"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "384e52fd8fbd4cbe3c317e8216260c21a0f9134de108cea8a4dd4e7e152c472d"
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-03-04 12:47:24 +01:00
|
|
|
version = "0.3.30"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 12:47:24 +01:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-03-04 12:47:24 +01:00
|
|
|
version = "0.17.13"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 12:47:24 +01:00
|
|
|
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"bitflags 1.3.2",
|
2023-03-12 00:23:43 +01:00
|
|
|
"crc32fast",
|
2024-01-29 14:23:18 +01:00
|
|
|
"fdeflate",
|
2023-03-12 00:23:43 +01:00
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2024-05-08 20:24:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.20+deprecated"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.0.86"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
|
|
|
|
dependencies = [
|
|
|
|
"profiling-procmacros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling-procmacros"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
|
|
|
]
|
|
|
|
|
2024-01-29 14:23:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "qoi"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.0.36"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-05-08 20:24:08 +02: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",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[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.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67376f469e7e7840d0040bbf4b9b3334005bb167f814621326e4c7ab8cd6e944"
|
|
|
|
dependencies = [
|
|
|
|
"avif-serialize",
|
|
|
|
"imgref",
|
|
|
|
"loop9",
|
|
|
|
"quick-error",
|
|
|
|
"rav1e",
|
|
|
|
"rayon",
|
|
|
|
"rgb",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.10.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "1.12.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.10.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2024-01-29 14:23:18 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.4.7"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
|
|
|
version = "0.8.40"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "a7439be6844e40133eda024efd85bf07f59d0dd2f59b10c00dd6cfb92cc5c741"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rle-decode-fast"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"ordered-multimap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sc64deployer"
|
2024-01-29 14:26:22 +01:00
|
|
|
version = "2.18.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"clap-num",
|
|
|
|
"colored",
|
|
|
|
"crc32fast",
|
|
|
|
"ctrlc",
|
|
|
|
"encoding_rs",
|
|
|
|
"hex",
|
|
|
|
"image",
|
|
|
|
"include-flate",
|
2024-07-21 10:48:20 +02:00
|
|
|
"libftdi1-sys",
|
|
|
|
"libusb1-sys",
|
2023-03-12 00:23:43 +01:00
|
|
|
"md5",
|
|
|
|
"panic-message",
|
2024-05-08 20:24:08 +02:00
|
|
|
"rand",
|
2023-03-12 00:23:43 +01:00
|
|
|
"rust-ini",
|
2023-04-04 20:25:58 +02:00
|
|
|
"serial2",
|
2023-03-12 00:23:43 +01:00
|
|
|
"serialport",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "1.2.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.203"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.203"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-04 20:25:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serial2"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.2.26"
|
2023-04-04 20:25:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "f39915da34f43a64c66d53c228b8ba9a4e21fed4894af24304e47f96996acafd"
|
2023-04-04 20:25:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serialport"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "4.4.0"
|
2023-04-04 20:25:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "de7c4f0cce25b9b3518eea99618112f9ee4549f974480c8f43d3c06f03c131a0"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-07-21 10:48:20 +02:00
|
|
|
"bitflags 2.6.0",
|
2023-03-12 00:23:43 +01:00
|
|
|
"cfg-if",
|
2024-01-29 14:23:18 +01:00
|
|
|
"core-foundation-sys",
|
|
|
|
"io-kit-sys",
|
2023-03-12 00:23:43 +01:00
|
|
|
"libudev",
|
2024-01-29 14:23:18 +01:00
|
|
|
"mach2",
|
|
|
|
"nix 0.26.4",
|
2023-03-12 00:23:43 +01:00
|
|
|
"regex",
|
2024-01-29 14:23:18 +01:00
|
|
|
"scopeguard",
|
|
|
|
"unescaper",
|
2023-03-12 00:23:43 +01:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.3.7"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "simd_helpers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.13.2"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.9.8"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.11.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "syn"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "2.0.68"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
|
|
|
version = "6.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-expr",
|
|
|
|
"heck",
|
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
|
|
|
"version-compare",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.12.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
|
|
|
|
|
2024-01-29 14:23:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.0.61"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
2024-01-29 14:23:18 +01:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "1.0.61"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
2024-01-29 14:23:18 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-21 10:48:20 +02:00
|
|
|
"syn 2.0.68",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.9.1"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2024-07-21 10:48:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.22.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2023-03-12 00:23:43 +01:00
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "unescaper"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.1.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "c878a167baa8afd137494101a688ef8c67125089ff2249284bd2b5f9bfedb815"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"thiserror",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "1.0.12"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "utf8parse"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "v_frame"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
|
|
|
|
dependencies = [
|
|
|
|
"aligned-vec",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.2.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[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"
|
2024-03-14 20:07:07 +01:00
|
|
|
version = "0.2.92"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 20:07:07 +01:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-03-14 20:07:07 +01:00
|
|
|
version = "0.2.92"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 20:07:07 +01:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-21 10:48:20 +02:00
|
|
|
"syn 2.0.68",
|
2023-03-12 00:23:43 +01:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-03-14 20:07:07 +01:00
|
|
|
version = "0.2.92"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 20:07:07 +01:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-03-14 20:07:07 +01:00
|
|
|
version = "0.2.92"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 20:07:07 +01:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-21 10:48:20 +02:00
|
|
|
"syn 2.0.68",
|
2023-03-12 00:23:43 +01:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-03-14 20:07:07 +01:00
|
|
|
version = "0.2.92"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 20:07:07 +01:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2024-01-29 14:26:22 +01:00
|
|
|
version = "0.1.8"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:26:22 +01:00
|
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
2023-03-12 00:23:43 +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]]
|
2024-01-29 14:23:18 +01:00
|
|
|
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-core"
|
|
|
|
version = "0.52.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-07-21 10:48:20 +02:00
|
|
|
"windows-targets 0.52.5",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-29 14:23:18 +01:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.52.0"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-07-21 10:48:20 +02:00
|
|
|
"windows-targets 0.52.5",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.48.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
2024-01-29 14:23:18 +01:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.52.5"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
2024-01-29 14:23:18 +01:00
|
|
|
dependencies = [
|
2024-07-21 10:48:20 +02:00
|
|
|
"windows_aarch64_gnullvm 0.52.5",
|
|
|
|
"windows_aarch64_msvc 0.52.5",
|
|
|
|
"windows_i686_gnu 0.52.5",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc 0.52.5",
|
|
|
|
"windows_x86_64_gnu 0.52.5",
|
|
|
|
"windows_x86_64_gnullvm 0.52.5",
|
|
|
|
"windows_x86_64_msvc 0.52.5",
|
2023-03-12 00:23:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.52.5"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
2024-01-29 14:23:18 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.52.5"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
2024-01-29 14:23:18 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.52.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.5"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
2024-01-29 14:23:18 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.52.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.48.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.52.5"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.52.5"
|
2024-01-29 14:23:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
2024-01-29 14:23:18 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-21 10:48:20 +02:00
|
|
|
version = "0.52.5"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-21 10:48:20 +02:00
|
|
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-core"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
|
2023-03-12 00:23:43 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-inflate"
|
2024-01-29 14:23:18 +01:00
|
|
|
version = "0.2.54"
|
2023-03-12 00:23:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 14:23:18 +01:00
|
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
2023-03-12 00:23:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
2024-07-21 10:48:20 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-jpeg"
|
|
|
|
version = "0.4.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
|
|
|
|
dependencies = [
|
|
|
|
"zune-core",
|
|
|
|
]
|