2021-05-01 12:39:40 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-12-20 17:42:30 +01:00
|
|
|
version = 3
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "addr2line"
|
|
|
|
version = "0.22.0"
|
2021-05-02 12:32:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2021-05-02 12:32:13 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"gimli",
|
2021-05-02 12:32:13 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"alloc-no-stdlib",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "async-compression"
|
|
|
|
version = "0.4.5"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"brotli",
|
|
|
|
"flate2",
|
2022-03-01 00:53:47 +01:00
|
|
|
"futures-core",
|
2024-08-23 14:27:47 +02:00
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2022-03-01 00:53:47 +01:00
|
|
|
"tokio",
|
2024-08-23 14:27:47 +02:00
|
|
|
"zstd",
|
|
|
|
"zstd-safe",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.81"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.3.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "axum"
|
|
|
|
version = "0.7.5"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"futures-util",
|
2024-08-23 14:27:47 +02:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
2022-11-12 13:55:33 +01:00
|
|
|
"itoa",
|
2024-08-23 14:27:47 +02:00
|
|
|
"matchit",
|
|
|
|
"memchr",
|
2021-05-01 12:39:40 +02:00
|
|
|
"mime",
|
2024-08-23 14:27:47 +02:00
|
|
|
"percent-encoding",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
2024-08-23 14:27:47 +02:00
|
|
|
"rustversion",
|
2021-05-01 12:39:40 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-08-23 14:27:47 +02:00
|
|
|
"serde_path_to_error",
|
2021-05-01 12:39:40 +02:00
|
|
|
"serde_urlencoded",
|
2024-08-23 14:27:47 +02:00
|
|
|
"sync_wrapper 1.0.1",
|
|
|
|
"tokio",
|
|
|
|
"tower 0.4.13",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "axum-core"
|
|
|
|
version = "0.4.3"
|
2022-07-16 14:16:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
|
2022-07-16 14:16:54 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"sync_wrapper 0.1.2",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2022-07-16 14:16:54 +02:00
|
|
|
]
|
|
|
|
|
2023-08-14 10:12:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.3.73"
|
2023-08-14 10:12:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2023-08-14 10:12:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-08-22 18:42:44 +02:00
|
|
|
"miniz_oxide 0.7.4",
|
2023-08-14 10:12:26 +02:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-08-23 14:27:47 +02:00
|
|
|
version = "0.21.7"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "2.6.0"
|
2023-11-01 15:26:20 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-11-01 15:26:20 +01:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "brotli"
|
2024-08-23 14:27:47 +02:00
|
|
|
version = "3.5.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "brotli-decompressor"
|
2024-08-23 14:27:47 +02:00
|
|
|
version = "2.5.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bs62"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.1.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "afdf0f7a8a430954ae6cba49be4af8fa3a4bee15d9210aa8a82aee6abca531bd"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "3.16.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2021-12-20 17:42:30 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-unit"
|
2023-05-14 13:52:47 +02:00
|
|
|
version = "4.0.19"
|
2021-12-20 17:42:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 13:52:47 +02:00
|
|
|
checksum = "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c"
|
2021-12-20 17:42:30 +01:00
|
|
|
dependencies = [
|
2022-11-12 13:55:33 +01:00
|
|
|
"serde",
|
2021-12-20 17:42:30 +01:00
|
|
|
"utf8-width",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.7.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.1.13"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
|
2022-03-01 00:53:47 +01:00
|
|
|
dependencies = [
|
2024-05-04 16:06:40 +02:00
|
|
|
"jobserver",
|
2023-08-14 10:12:26 +02:00
|
|
|
"libc",
|
2024-08-22 18:42:44 +02:00
|
|
|
"shlex",
|
2022-03-01 00:53:47 +01:00
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "4.6.7"
|
2022-07-16 14:16:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
2022-07-16 14:16:54 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.4.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cryptgeon"
|
2024-08-27 14:52:17 +02:00
|
|
|
version = "2.8.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"axum",
|
2021-05-01 12:39:40 +02:00
|
|
|
"bs62",
|
2021-12-20 17:42:30 +01:00
|
|
|
"byte-unit",
|
2021-12-21 00:15:04 +01:00
|
|
|
"dotenv",
|
2021-05-01 12:39:40 +02:00
|
|
|
"lazy_static",
|
2022-07-16 14:16:54 +02:00
|
|
|
"redis",
|
2021-05-01 12:39:40 +02:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-08-23 14:27:47 +02:00
|
|
|
"tokio",
|
|
|
|
"tower 0.5.0",
|
|
|
|
"tower-http",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2021-12-21 00:15:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.32"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "9c0596c1eac1f9e04ed902702e9878208b336edc9d6fddc8a48387349bab3666"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-08-22 18:42:44 +02:00
|
|
|
"miniz_oxide 0.8.0",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "1.2.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-08-23 14:27:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.3.30"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.3.30"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.3.30"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.3.30"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"pin-utils",
|
2024-08-23 14:27:47 +02:00
|
|
|
"slab",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.2.15"
|
2021-12-20 17:42:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2021-12-20 17:42:30 +01:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-12-20 17:42:30 +01:00
|
|
|
"libc",
|
2022-07-16 14:16:54 +02:00
|
|
|
"wasi",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2023-08-14 10:12:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.29.0"
|
2023-08-14 10:12:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2023-08-14 10:12:26 +02:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.9"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "http"
|
|
|
|
version = "1.1.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "http-body"
|
|
|
|
version = "1.0.1"
|
2024-08-22 18:42:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
]
|
2024-08-22 18:42:44 +02:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "http-body-util"
|
|
|
|
version = "0.1.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2024-08-23 14:27:47 +02:00
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2022-03-01 00:53:47 +01:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.4.1"
|
2022-03-01 00:53:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a"
|
2022-03-01 00:53:47 +01:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.9.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2022-03-01 00:53:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-14 10:12:26 +02:00
|
|
|
version = "1.0.3"
|
2022-03-01 00:53:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 10:12:26 +02:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-03-01 00:53:47 +01:00
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "hyper"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
|
|
|
version = "0.1.7"
|
2022-07-16 14:16:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
2022-07-16 14:16:54 +02:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.5.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "iri-string"
|
|
|
|
version = "0.7.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "7f5f6c2df22c009ac44f6f1499308e7a3ac7ba42cd2378475cc691510e1eef1b"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"memchr",
|
|
|
|
"serde",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-07-16 14:16:54 +02:00
|
|
|
name = "itoa"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "1.0.11"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.1.32"
|
2024-05-04 16:06:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2024-05-04 16:06:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "js-sys"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.3.70"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"wasm-bindgen",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.5.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.2.158"
|
2022-03-01 00:53:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2022-03-01 00:53:47 +01:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.4.12"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-06-07 12:29:16 +02:00
|
|
|
"autocfg",
|
2021-05-01 12:39:40 +02:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.4.22"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2024-08-23 14:27:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "2.7.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-05-14 13:52:47 +02:00
|
|
|
version = "0.3.17"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 13:52:47 +02:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2021-05-02 12:32:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "2.0.5"
|
2021-05-02 12:32:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
2021-05-02 12:32:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.7.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "mio"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"hermit-abi",
|
2021-05-01 12:39:40 +02:00
|
|
|
"libc",
|
2022-07-16 14:16:54 +02:00
|
|
|
"wasi",
|
2024-08-22 18:42:44 +02:00
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
|
|
|
version = "0.2.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2021-05-02 12:32:13 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.4.6"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.1.46"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.2.19"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-08-14 10:12:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.36.3"
|
2023-08-14 10:12:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
|
2023-08-14 10:12:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "once_cell"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "1.19.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-03-01 15:24:17 +01:00
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
|
|
|
version = "0.10.66"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-macros",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
|
|
|
version = "0.9.103"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-03-01 15:24:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.12.3"
|
2022-03-01 15:24:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-03-01 15:24:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-07-16 14:16:54 +02:00
|
|
|
"parking_lot_core",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2022-03-01 15:24:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.9.10"
|
2022-03-01 15:24:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2022-03-01 15:24:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-08-22 18:42:44 +02:00
|
|
|
"windows-targets",
|
2022-03-01 15:24:17 +01:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "percent-encoding"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "2.3.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2024-08-23 14:27:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.2.14"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-01-13 19:36:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.3.30"
|
2023-01-13 19:36:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2023-01-13 19:36:26 +01:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.86"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-06-07 12:29:16 +02:00
|
|
|
"unicode-ident",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "1.0.36"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redis"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.25.4"
|
2022-07-16 14:16:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec"
|
2022-07-16 14:16:54 +02:00
|
|
|
dependencies = [
|
|
|
|
"combine",
|
2022-11-12 13:55:33 +01:00
|
|
|
"itoa",
|
2024-08-22 18:42:44 +02:00
|
|
|
"native-tls",
|
2022-07-16 14:16:54 +02:00
|
|
|
"percent-encoding",
|
2022-11-12 13:55:33 +01:00
|
|
|
"ryu",
|
2023-06-23 10:16:03 +02:00
|
|
|
"sha1_smol",
|
2024-08-22 18:42:44 +02:00
|
|
|
"socket2",
|
2022-07-16 14:16:54 +02:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.5.3"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-05-04 16:06:40 +02:00
|
|
|
"bitflags",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2022-03-01 00:53:47 +01:00
|
|
|
"winapi",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
2023-08-14 10:12:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.1.24"
|
2023-08-14 10:12:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-08-14 10:12:26 +02:00
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2024-08-23 14:27:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.18"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-08-14 10:12:26 +02:00
|
|
|
version = "1.2.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 10:12:26 +02:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "2.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "2.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.208"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.208"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-22 18:42:44 +02:00
|
|
|
"syn",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.125"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-11-12 13:55:33 +01:00
|
|
|
"itoa",
|
2024-08-22 18:42:44 +02:00
|
|
|
"memchr",
|
2021-05-01 12:39:40 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "serde_path_to_error"
|
|
|
|
version = "0.1.16"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-11-12 13:55:33 +01:00
|
|
|
"itoa",
|
2021-05-01 12:39:40 +02:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-23 14:27:47 +02:00
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.1"
|
2022-07-16 14:16:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2022-07-16 14:16:54 +02:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "1.4.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "0.4.9"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 15:26:20 +01:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-11-12 13:55:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "1.13.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2023-08-14 10:12:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.5.7"
|
2023-08-14 10:12:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-08-14 10:12:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-03-03 01:50:52 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-14 10:12:26 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "2.0.75"
|
2023-05-14 13:52:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
|
2023-05-14 13:52:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-08-23 14:27:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
|
|
|
2023-05-14 13:52:47 +02:00
|
|
|
[[package]]
|
2024-08-22 18:42:44 +02:00
|
|
|
name = "tempfile"
|
|
|
|
version = "3.12.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-08-22 18:42:44 +02:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"once_cell",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.59.0",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.8.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-05-14 13:52:47 +02:00
|
|
|
version = "0.1.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 13:52:47 +02:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.39.3"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2023-08-14 10:12:26 +02:00
|
|
|
"backtrace",
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"libc",
|
2022-03-01 15:24:17 +01:00
|
|
|
"mio",
|
2022-07-16 14:16:54 +02:00
|
|
|
"parking_lot",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"signal-hook-registry",
|
2024-08-22 18:42:44 +02:00
|
|
|
"socket2",
|
2024-08-23 14:27:47 +02:00
|
|
|
"tokio-macros",
|
2024-08-22 18:42:44 +02:00
|
|
|
"windows-sys 0.52.0",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2024-08-23 14:27:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.7.11"
|
2022-03-01 00:53:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2022-03-01 00:53:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-08-23 14:27:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36b837f86b25d7c0d7988f00a54e74739be6477f2aac6201b8f429a7569991b7"
|
|
|
|
dependencies = [
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
|
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"http-range-header",
|
|
|
|
"httpdate",
|
|
|
|
"iri-string",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower 0.4.13",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "0.1.40"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 15:26:20 +01:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-06-07 12:29:16 +02:00
|
|
|
"log",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "0.1.32"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 15:26:20 +01:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-07-16 14:16:54 +02:00
|
|
|
"once_cell",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2021-05-02 12:32:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "2.7.0"
|
2021-05-02 12:32:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 15:26:20 +01:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-05-02 12:32:13 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"version_check",
|
2021-05-02 12:32:13 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.3.15"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2022-06-07 12:29:16 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "1.0.12"
|
2022-06-07 12:29:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 15:26:20 +01:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.1.23"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "2.5.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-12-20 17:42:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.1.7"
|
2021-12-20 17:42:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-23 14:27:47 +02:00
|
|
|
name = "uuid"
|
|
|
|
version = "1.8.0"
|
2024-03-03 01:50:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:27:47 +02:00
|
|
|
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
2021-12-20 17:42:30 +01:00
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.9.5"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2022-06-07 12:29:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.2.93"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2024-08-22 18:42:44 +02:00
|
|
|
"once_cell",
|
2021-05-01 12:39:40 +02:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.2.93"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-11-12 13:55:33 +01:00
|
|
|
"once_cell",
|
2021-05-01 12:39:40 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-22 18:42:44 +02:00
|
|
|
"syn",
|
2021-05-01 12:39:40 +02:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.2.93"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.2.93"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-22 18:42:44 +02:00
|
|
|
"syn",
|
2021-05-01 12:39:40 +02:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.2.93"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.3.70"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2024-03-03 01:50:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-08-22 18:42:44 +02:00
|
|
|
"windows-targets",
|
2023-05-14 13:52:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-22 18:42:44 +02:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2022-03-01 15:24:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2022-03-01 15:24:17 +01:00
|
|
|
dependencies = [
|
2024-08-22 18:42:44 +02:00
|
|
|
"windows-targets",
|
2024-03-03 01:50:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.52.6"
|
2024-03-03 01:50:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-03-03 01:50:52 +01:00
|
|
|
dependencies = [
|
2024-08-22 18:42:44 +02:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-05-04 16:06:40 +02:00
|
|
|
"windows_i686_gnullvm",
|
2024-08-22 18:42:44 +02:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-03-01 15:24:17 +01:00
|
|
|
]
|
|
|
|
|
2023-05-14 13:52:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.52.6"
|
2022-11-12 13:55:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-03-03 01:50:52 +01:00
|
|
|
|
2023-05-14 13:52:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.52.6"
|
2023-05-14 13:52:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-03-03 01:50:52 +01:00
|
|
|
|
2022-03-01 15:24:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.52.6"
|
2023-05-14 13:52:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-04 16:06:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.52.6"
|
2022-03-01 15:24:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2022-03-01 15:24:17 +01:00
|
|
|
|
2024-03-03 01:50:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.52.6"
|
2024-03-03 01:50:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-03-03 01:50:52 +01:00
|
|
|
|
2023-05-14 13:52:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.52.6"
|
2023-05-14 13:52:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-03-03 01:50:52 +01:00
|
|
|
|
2023-05-14 13:52:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.52.6"
|
2022-03-01 15:24:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-11-01 15:26:20 +01:00
|
|
|
|
2024-03-03 01:50:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.52.6"
|
2024-03-03 01:50:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-03-03 01:50:52 +01:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "zstd"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.13.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"zstd-safe",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "zstd-safe"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "7.2.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "2.0.13+zstd.1.5.6"
|
2022-03-01 00:53:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 18:42:44 +02:00
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2022-03-01 00:53:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-01-13 19:36:26 +01:00
|
|
|
"pkg-config",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|