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]]
|
|
|
|
name = "actix-codec"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.5.2"
|
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 = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-05-04 16:06:40 +02:00
|
|
|
"bitflags",
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2022-03-01 00:53:47 +01:00
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tokio",
|
2022-06-07 12:29:16 +02:00
|
|
|
"tokio-util",
|
2023-05-14 13:52:47 +02:00
|
|
|
"tracing",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2021-05-02 12:32:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "actix-files"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.6.6"
|
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 = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be"
|
2021-05-02 12:32:13 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"actix-http",
|
2021-05-02 12:32:13 +02:00
|
|
|
"actix-service",
|
2022-03-01 00:53:47 +01:00
|
|
|
"actix-utils",
|
2021-05-02 12:32:13 +02:00
|
|
|
"actix-web",
|
2024-05-04 16:06:40 +02:00
|
|
|
"bitflags",
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-02 12:32:13 +02:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
2022-03-01 00:53:47 +01:00
|
|
|
"http-range",
|
2021-05-02 12:32:13 +02:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
2024-03-03 01:50:52 +01:00
|
|
|
"v_htmlescape",
|
2021-05-02 12:32:13 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "3.9.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 = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2023-11-01 15:26:20 +01:00
|
|
|
"ahash",
|
2021-05-01 12:39:40 +02:00
|
|
|
"base64",
|
2024-05-04 16:06:40 +02:00
|
|
|
"bitflags",
|
2022-03-01 00:53:47 +01:00
|
|
|
"brotli",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
2021-05-01 12:39:40 +02:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
2022-03-01 00:53:47 +01:00
|
|
|
"httpdate",
|
2022-11-12 13:55:33 +01:00
|
|
|
"itoa",
|
2021-05-01 12:39:40 +02:00
|
|
|
"language-tags",
|
2022-03-01 00:53:47 +01:00
|
|
|
"local-channel",
|
2021-05-01 12:39:40 +02:00
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
2023-06-23 10:16:03 +02:00
|
|
|
"sha1",
|
2022-03-01 00:53:47 +01:00
|
|
|
"smallvec",
|
2023-05-14 13:52:47 +02:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2022-07-16 14:16:54 +02:00
|
|
|
"tracing",
|
2022-03-01 00:53:47 +01:00
|
|
|
"zstd",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2023-08-14 10:12:26 +02:00
|
|
|
version = "0.2.4"
|
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 = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-08-22 18:42:44 +02:00
|
|
|
"syn",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
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 = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
2024-08-22 18:42:44 +02:00
|
|
|
"cfg-if",
|
2021-05-01 12:39:40 +02:00
|
|
|
"http",
|
|
|
|
"regex",
|
2024-08-22 18:42:44 +02:00
|
|
|
"regex-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"serde",
|
2022-11-12 13:55:33 +01:00
|
|
|
"tracing",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "2.10.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 = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"futures-core",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "2.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 = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2022-03-01 00:53:47 +01:00
|
|
|
"futures-core",
|
2021-05-01 12:39:40 +02:00
|
|
|
"futures-util",
|
2022-03-01 15:24:17 +01:00
|
|
|
"mio",
|
2024-08-22 18:42:44 +02:00
|
|
|
"socket2",
|
2022-03-01 00:53:47 +01:00
|
|
|
"tokio",
|
2022-06-07 12:29:16 +02:00
|
|
|
"tracing",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "2.0.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"futures-core",
|
|
|
|
"paste",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2022-11-12 13:55:33 +01:00
|
|
|
version = "3.0.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-12 13:55:33 +01:00
|
|
|
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"local-waker",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "4.9.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 = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-macros",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web-codegen",
|
2023-11-01 15:26:20 +01:00
|
|
|
"ahash",
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"cfg-if",
|
|
|
|
"cookie",
|
2021-05-01 12:39:40 +02:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-08-22 18:42:44 +02:00
|
|
|
"impl-more",
|
2022-11-12 13:55:33 +01:00
|
|
|
"itoa",
|
2022-03-01 00:53:47 +01:00
|
|
|
"language-tags",
|
2021-05-01 12:39:40 +02:00
|
|
|
"log",
|
|
|
|
"mime",
|
2022-03-01 00:53:47 +01:00
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"regex",
|
2024-08-22 18:42:44 +02:00
|
|
|
"regex-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2022-03-01 00:53:47 +01:00
|
|
|
"smallvec",
|
2024-08-22 18:42:44 +02:00
|
|
|
"socket2",
|
2021-05-01 12:39:40 +02:00
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "4.3.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 = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"actix-router",
|
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
|
|
|
]
|
|
|
|
|
2023-08-14 10:12:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.22.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 = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-08-14 10:12:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "ahash"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.8.11"
|
2023-05-14 13:52:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 16:06:40 +02:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-05-14 13:52:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-01 15:26:20 +01:00
|
|
|
"zerocopy",
|
2023-05-14 13:52:47 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "aho-corasick"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "1.1.3"
|
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 = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"memchr",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "alloc-no-stdlib"
|
2022-11-12 13:55:33 +01:00
|
|
|
version = "2.0.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-12 13:55:33 +01:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "alloc-stdlib"
|
2022-11-12 13:55:33 +01:00
|
|
|
version = "0.2.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-12 13:55:33 +01:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"alloc-no-stdlib",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2024-08-22 18:42:44 +02:00
|
|
|
"hermit-abi 0.1.19",
|
2022-07-16 14:16:54 +02:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-03-01 00:53:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "1.3.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 = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2021-05-01 12:39:40 +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-22 18:42:44 +02:00
|
|
|
version = "0.22.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 = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
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]]
|
|
|
|
name = "block-buffer"
|
2023-05-14 13:52:47 +02:00
|
|
|
version = "0.10.4"
|
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 = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "brotli"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "6.0.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 = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
|
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-22 18:42:44 +02:00
|
|
|
version = "4.0.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 = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
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
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
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 = "bytestring"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "1.3.1"
|
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 = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2023-01-13 19:36:26 +01:00
|
|
|
version = "0.16.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-13 19:36:26 +01:00
|
|
|
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
2022-03-01 00:53:47 +01:00
|
|
|
"version_check",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
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]]
|
2021-12-20 17:42:30 +01:00
|
|
|
name = "cpufeatures"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.2.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 = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
|
2021-12-20 17:42:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
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-22 20:01:14 +02:00
|
|
|
version = "2.7.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2021-05-02 12:32:13 +02:00
|
|
|
"actix-files",
|
2021-05-01 12:39:40 +02:00
|
|
|
"actix-web",
|
|
|
|
"bs62",
|
2021-12-20 17:42:30 +01:00
|
|
|
"byte-unit",
|
2021-12-21 00:15:04 +01:00
|
|
|
"dotenv",
|
2022-07-16 14:16:54 +02:00
|
|
|
"env_logger",
|
2021-05-01 12:39:40 +02:00
|
|
|
"lazy_static",
|
2023-06-23 10:16:03 +02:00
|
|
|
"log",
|
2021-12-22 13:10:08 +01:00
|
|
|
"mime",
|
2022-07-16 14:16:54 +02:00
|
|
|
"redis",
|
2021-05-01 12:39:40 +02:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-03-01 00:53:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-11-12 13:55:33 +01:00
|
|
|
version = "0.1.6"
|
2022-03-01 00:53:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-12 13:55:33 +01:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-03-01 00:53:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-08-14 10:12:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "0.3.11"
|
2023-08-14 10:12:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-11-01 15:26:20 +01:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-08-14 10:12:26 +02:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.99.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 = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-03-01 00:53:47 +01:00
|
|
|
"rustc_version",
|
2024-08-22 18:42:44 +02:00
|
|
|
"syn",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-06-23 10:16:03 +02:00
|
|
|
version = "0.10.7"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 10:16:03 +02:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
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"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.8.34"
|
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 = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
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
|
|
|
]
|
|
|
|
|
2021-05-02 03:07:08 +02:00
|
|
|
[[package]]
|
2022-07-16 14:16:54 +02:00
|
|
|
name = "env_logger"
|
2022-11-12 13:55:33 +01:00
|
|
|
version = "0.9.3"
|
2021-05-02 03:07:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-12 13:55:33 +01:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2021-05-02 03:07:08 +02:00
|
|
|
dependencies = [
|
2022-07-16 14:16:54 +02:00
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2021-05-02 03:07:08 +02:00
|
|
|
]
|
|
|
|
|
2024-03-03 01:50:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-05-14 13:52:47 +02:00
|
|
|
version = "0.14.7"
|
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 = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2022-03-01 00:53:47 +01:00
|
|
|
"version_check",
|
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]]
|
|
|
|
name = "h2"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.3.26"
|
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 = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-06-07 12:29:16 +02:00
|
|
|
"tokio-util",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.14.5"
|
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 = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.1.19"
|
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 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.2.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 = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"fnv",
|
2022-11-12 13:55:33 +01:00
|
|
|
"itoa",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2022-03-01 00:53:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "http-range"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
|
|
|
|
|
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]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
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]]
|
|
|
|
name = "impl-more"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "2.4.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 = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2024-03-03 01:50:52 +01:00
|
|
|
"equivalent",
|
2021-05-01 12:39:40 +02:00
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = "language-tags"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.3.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "0.1.5"
|
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 = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
|
2022-03-01 00:53:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"local-waker",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "local-waker"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "0.1.4"
|
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 = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
|
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
|
|
|
|
|
|
|
[[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-22 18:42:44 +02:00
|
|
|
"hermit-abi 0.3.9",
|
2021-05-01 12:39:40 +02:00
|
|
|
"libc",
|
2022-03-01 00:53:47 +01:00
|
|
|
"log",
|
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",
|
|
|
|
]
|
|
|
|
|
2024-03-03 01:50:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[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 = "paste"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.15"
|
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 = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
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
|
|
|
|
|
|
|
[[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
|
|
|
|
2023-11-01 15:26:20 +01:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.2.20"
|
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 = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
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",
|
|
|
|
]
|
|
|
|
|
2021-12-20 17:42:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-01 15:24:17 +01:00
|
|
|
version = "0.8.5"
|
2021-12-20 17:42:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 15:24:17 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-12-20 17:42:30 +01:00
|
|
|
dependencies = [
|
2021-05-01 12:39:40 +02:00
|
|
|
"libc",
|
2022-03-01 00:53:47 +01:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-03-01 00:53:47 +01:00
|
|
|
"rand_core",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-11-12 13:55:33 +01:00
|
|
|
version = "0.6.4"
|
2021-12-20 17:42:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-12 13:55:33 +01:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-12-20 17:42:30 +01:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"getrandom",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
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 = "regex"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.10.6"
|
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 = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
2023-08-14 10:12:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.4.7"
|
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 = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2024-08-22 18:42:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-lite"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.8.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 = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
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
|
|
|
|
2021-12-20 17:42:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"semver",
|
2021-05-01 12:39:40 +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",
|
|
|
|
]
|
|
|
|
|
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-12-20 17:42:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "1.0.23"
|
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 = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2021-12-20 17:42:30 +01:00
|
|
|
|
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]]
|
|
|
|
name = "serde_urlencoded"
|
2022-03-01 15:24:17 +01:00
|
|
|
version = "0.7.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 15:24:17 +01:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2022-11-12 13:55:33 +01:00
|
|
|
"itoa",
|
2021-05-01 12:39:40 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "0.10.6"
|
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 = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-12-20 17:42:30 +01:00
|
|
|
"cpufeatures",
|
2021-05-01 12:39:40 +02:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2024-03-03 01:50:52 +01:00
|
|
|
version = "1.4.1"
|
2022-07-16 14:16:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 01:50:52 +01:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2022-07-16 14:16:54 +02:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.3.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 = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2023-08-14 10:12:26 +02:00
|
|
|
"deranged",
|
2022-11-12 13:55:33 +01:00
|
|
|
"itoa",
|
2024-03-03 01:50:52 +01:00
|
|
|
"num-conv",
|
2023-11-01 15:26:20 +01:00
|
|
|
"powerfmt",
|
2022-11-12 13:55:33 +01:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2021-05-01 12:39:40 +02:00
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
2022-11-12 13:55:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "0.1.2"
|
2022-11-12 13:55:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 15:26:20 +01:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-11-12 13:55:33 +01:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-05-04 16:06:40 +02:00
|
|
|
version = "0.2.18"
|
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 = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-11-12 13:55:33 +01:00
|
|
|
dependencies = [
|
2024-03-03 01:50:52 +01:00
|
|
|
"num-conv",
|
2022-11-12 13:55:33 +01:00
|
|
|
"time-core",
|
|
|
|
]
|
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",
|
|
|
|
"windows-sys 0.52.0",
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-11-01 15:26:20 +01:00
|
|
|
version = "1.17.0"
|
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 = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
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]]
|
|
|
|
name = "v_htmlescape"
|
|
|
|
version = "0.15.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
|
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"
|
|
|
|
|
2022-07-16 14:16:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.1.9"
|
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 = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2022-07-16 14:16:54 +02:00
|
|
|
dependencies = [
|
2024-08-22 18:42:44 +02:00
|
|
|
"windows-sys 0.59.0",
|
2022-07-16 14:16:54 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
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
|
|
|
|
2023-11-01 15:26:20 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.7.35"
|
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 = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2023-11-01 15:26:20 +01:00
|
|
|
dependencies = [
|
2024-08-22 18:42:44 +02:00
|
|
|
"byteorder",
|
2023-11-01 15:26:20 +01:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-08-22 18:42:44 +02:00
|
|
|
version = "0.7.35"
|
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 = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2023-11-01 15:26:20 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-22 18:42:44 +02:00
|
|
|
"syn",
|
2023-11-01 15:26:20 +01:00
|
|
|
]
|
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 = "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
|
|
|
]
|