2023-08-17 21:59:56 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.21.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-08-19 17:52:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.1.3"
|
2023-08-19 17:52:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-08-19 17:52:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "anstream"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.6.14"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2023-08-18 21:19:31 +02:00
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-18 15:10:04 +02:00
|
|
|
"is_terminal_polyfill",
|
2023-08-18 21:19:31 +02:00
|
|
|
"utf8parse",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "anstyle"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.0.7"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "anstyle-parse"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.2.4"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2023-08-18 21:19:31 +02:00
|
|
|
"utf8parse",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "anstyle-query"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.0.3"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2024-05-18 15:10:04 +02:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-18 21:19:31 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "3.0.3"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2023-08-18 21:19:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-05-18 15:10:04 +02:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2023-08-18 21:19:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.0.86"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2023-08-18 21:19:31 +02:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.1.80"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.3.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.7.5"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-02-18 14:18:15 +01:00
|
|
|
"http-body-util",
|
2023-08-18 17:04:12 +02:00
|
|
|
"hyper",
|
2024-02-18 14:18:15 +01:00
|
|
|
"hyper-util",
|
2023-08-18 17:04:12 +02:00
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
2024-05-18 15:10:04 +02:00
|
|
|
"sync_wrapper 1.0.1",
|
2023-08-18 17:04:12 +02:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2024-02-18 14:18:15 +01:00
|
|
|
"tracing",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2024-02-18 14:18:15 +01:00
|
|
|
version = "0.4.3"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-18 14:18:15 +01:00
|
|
|
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-02-18 14:18:15 +01:00
|
|
|
"http-body-util",
|
2023-08-18 17:04:12 +02:00
|
|
|
"mime",
|
2024-02-18 14:18:15 +01:00
|
|
|
"pin-project-lite",
|
2023-08-18 17:04:12 +02:00
|
|
|
"rustversion",
|
2024-05-18 15:10:04 +02:00
|
|
|
"sync_wrapper 0.1.2",
|
2023-08-18 17:04:12 +02:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2024-02-18 14:18:15 +01:00
|
|
|
"tracing",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.3.71"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "2.5.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "3.16.0"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2024-03-08 22:40:19 +01:00
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.16.0"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5"
|
2024-02-20 23:30:36 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.6.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.0.97"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.4.38"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2024-03-08 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2024-05-18 15:10:04 +02:00
|
|
|
"windows-targets 0.52.5",
|
2024-03-08 22:40:19 +01:00
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "clap"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "4.5.4"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2023-08-18 21:19:31 +02:00
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "4.5.2"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
2023-08-18 21:19:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "4.5.4"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
2023-08-18 21:19:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2023-08-18 21:19:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.7.0"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
2023-08-18 21:19:31 +02:00
|
|
|
|
2023-08-18 13:25:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "colorchoice"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.0.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "copy_dir"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "543d1dd138ef086e2ff05e3a48cf9da045da2033d16f8538fd76b86cd49b2ca3"
|
|
|
|
dependencies = [
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.2.12"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2023-08-17 21:59:56 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.12.0"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
|
2024-02-20 23:30:36 +01:00
|
|
|
|
2023-08-19 17:52:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.10.2"
|
2023-08-19 17:52:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
2023-08-19 17:52:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
|
|
|
version = "1.72.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
|
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
|
|
|
"miniz_oxide",
|
|
|
|
"rayon-core",
|
|
|
|
"smallvec",
|
|
|
|
"zune-inflate",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.0.30"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
|
|
|
dependencies = [
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-03-02 20:53:44 +01:00
|
|
|
version = "1.2.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 20:53:44 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.3.30"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.3.30"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.3.30"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.3.30"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.2.15"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2023-08-19 22:39:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-05-18 15:10:04 +02:00
|
|
|
"js-sys",
|
2023-08-19 22:39:02 +02:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2024-05-18 15:10:04 +02:00
|
|
|
"wasm-bindgen",
|
2023-08-19 22:39:02 +02:00
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.13.1"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.28.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2024-02-18 14:18:15 +01:00
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "2.4.1"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "4.5.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.14.5"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-08-19 22:39:02 +02:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "heck"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.5.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "hermit-abi"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.3.9"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.1.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-02-18 14:18:15 +01:00
|
|
|
version = "1.0.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-18 14:18:15 +01:00
|
|
|
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
2024-02-18 14:18:15 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.1.1"
|
2024-02-18 14:18:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
|
2024-02-18 14:18:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-05-18 15:10:04 +02:00
|
|
|
"futures-core",
|
2024-02-18 14:18:15 +01:00
|
|
|
"http",
|
|
|
|
"http-body",
|
2023-08-18 17:04:12 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
2023-08-19 17:52:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.3.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-05-18 15:10:04 +02:00
|
|
|
"smallvec",
|
2023-08-18 17:04:12 +02:00
|
|
|
"tokio",
|
2024-02-18 14:18:15 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.60"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.24.9"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"exr",
|
|
|
|
"gif",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
"qoi",
|
|
|
|
"tiff",
|
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "2.2.6"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2023-08-19 22:39:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "is-terminal"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.4.12"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2023-08-18 21:19:31 +02:00
|
|
|
"hermit-abi",
|
2024-05-18 15:10:04 +02:00
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2024-05-18 15:10:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.0.11"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
|
|
|
dependencies = [
|
|