2020-06-06 21:02:26 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-19 19:39:41 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2024-01-31 23:47:42 +00:00
|
|
|
version = "0.5.2"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 23:47:42 +00:00
|
|
|
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
|
2020-09-10 16:12:42 +00:00
|
|
|
dependencies = [
|
2024-07-09 17:50:32 +00:00
|
|
|
"bitflags 2.6.0",
|
2020-09-10 16:12:42 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-11-16 21:39:18 +00:00
|
|
|
"memchr",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-09-10 16:12:42 +00:00
|
|
|
"tokio",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2023-05-23 23:54:33 +00:00
|
|
|
"tracing",
|
2020-09-10 16:12:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-form-data"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.7.0-beta.8"
|
2024-03-28 00:10:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "6a4f1e31610d53f56cb38c07fd8e10033e8462091528f3af6970f81a27ef9bba"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-multipart",
|
|
|
|
"actix-web",
|
2023-07-17 03:11:39 +00:00
|
|
|
"futures-core",
|
2020-06-06 21:02:26 +00:00
|
|
|
"mime",
|
2023-12-11 00:33:20 +00:00
|
|
|
"streem",
|
2020-06-06 21:02:26 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2020-06-14 18:56:42 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "3.9.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2024-01-31 23:47:42 +00:00
|
|
|
"actix-tls",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2023-10-09 22:46:26 +00:00
|
|
|
"ahash",
|
2024-05-19 15:08:48 +00:00
|
|
|
"base64 0.22.1",
|
2024-07-09 17:50:32 +00:00
|
|
|
"bitflags 2.6.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bytes",
|
2021-02-10 22:57:42 +00:00
|
|
|
"bytestring",
|
2020-06-06 21:02:26 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
2024-05-01 19:50:20 +00:00
|
|
|
"h2 0.3.26",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http 0.2.12",
|
2020-06-06 21:02:26 +00:00
|
|
|
"httparse",
|
2021-10-20 23:16:53 +00:00
|
|
|
"httpdate",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2020-06-06 21:02:26 +00:00
|
|
|
"language-tags",
|
2021-04-02 18:11:20 +00:00
|
|
|
"local-channel",
|
2020-06-06 21:02:26 +00:00
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-04-02 18:11:20 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"rand",
|
2022-06-21 16:27:57 +00:00
|
|
|
"sha1",
|
2021-02-10 22:57:42 +00:00
|
|
|
"smallvec",
|
2023-01-29 17:47:28 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2022-06-21 16:27:57 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.7.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "d5118a26dee7e34e894f7e85aa0ee5080ae4c18bf03c0e30d49a80e418f00a53"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-web",
|
|
|
|
"derive_more",
|
2021-04-02 18:11:20 +00:00
|
|
|
"futures-core",
|
2023-06-01 22:19:14 +00:00
|
|
|
"futures-util",
|
2020-06-06 21:02:26 +00:00
|
|
|
"httparse",
|
2021-04-02 18:11:20 +00:00
|
|
|
"local-waker",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
2023-06-01 22:19:14 +00:00
|
|
|
"memchr",
|
2020-06-06 21:02:26 +00:00
|
|
|
"mime",
|
2024-06-09 16:06:19 +00:00
|
|
|
"rand",
|
2023-06-01 22:19:14 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_plain",
|
|
|
|
"tokio",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2024-05-19 15:08:48 +00:00
|
|
|
version = "0.5.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:08:48 +00:00
|
|
|
checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
2024-05-19 15:08:48 +00:00
|
|
|
"cfg-if",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http 0.2.12",
|
2024-05-19 15:08:48 +00:00
|
|
|
"regex-lite",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2024-06-09 17:27:32 +00:00
|
|
|
version = "2.10.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 17:27:32 +00:00
|
|
|
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
2020-06-06 21:02:26 +00:00
|
|
|
"tokio",
|
2021-10-13 04:16:31 +00:00
|
|
|
"tokio-uring",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "2.5.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
2021-11-16 21:39:18 +00:00
|
|
|
"futures-util",
|
2024-10-16 22:52:00 +00:00
|
|
|
"mio",
|
2024-05-01 19:30:22 +00:00
|
|
|
"socket2 0.5.7",
|
2021-02-10 22:57:42 +00:00
|
|
|
"tokio",
|
2021-11-16 21:39:18 +00:00
|
|
|
"tokio-uring",
|
2022-03-09 00:48:08 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "2.0.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
2021-04-17 19:59:42 +00:00
|
|
|
"paste",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2024-01-31 23:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-tls"
|
2024-05-19 15:08:48 +00:00
|
|
|
version = "3.4.0"
|
2024-01-31 23:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:08:48 +00:00
|
|
|
checksum = "ac453898d866cdbecdbc2334fe1738c747b4eba14a677261f2b768ba05329389"
|
2024-01-31 23:47:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"futures-core",
|
|
|
|
"impl-more",
|
|
|
|
"pin-project-lite",
|
2024-02-04 03:58:08 +00:00
|
|
|
"rustls-pki-types",
|
2024-01-31 23:47:42 +00:00
|
|
|
"tokio",
|
2024-06-09 16:36:03 +00:00
|
|
|
"tokio-rustls",
|
2024-01-31 23:47:42 +00:00
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "3.0.1"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
|
2020-09-10 16:12:42 +00:00
|
|
|
dependencies = [
|
2021-04-02 18:11:20 +00:00
|
|
|
"local-waker",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-09-10 16:12:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "4.9.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-http",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
2024-01-31 23:47:42 +00:00
|
|
|
"actix-tls",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2023-10-09 22:46:26 +00:00
|
|
|
"ahash",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bytes",
|
2022-02-26 18:22:30 +00:00
|
|
|
"bytestring",
|
2021-06-26 18:10:28 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-10-06 02:53:23 +00:00
|
|
|
"impl-more",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2021-04-02 18:11:20 +00:00
|
|
|
"language-tags",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
2021-04-02 18:11:20 +00:00
|
|
|
"once_cell",
|
2021-12-03 20:21:31 +00:00
|
|
|
"pin-project-lite",
|
2024-05-04 03:29:18 +00:00
|
|
|
"regex-lite",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2020-06-06 21:02:26 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-02-10 22:57:42 +00:00
|
|
|
"smallvec",
|
2024-05-01 19:30:22 +00:00
|
|
|
"socket2 0.5.7",
|
2022-02-26 18:22:30 +00:00
|
|
|
"time",
|
2020-06-06 21:02:26 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-09-24 20:45:10 +00:00
|
|
|
[[package]]
|
2022-03-29 01:47:46 +00:00
|
|
|
name = "addr2line"
|
2023-08-24 00:17:14 +00:00
|
|
|
version = "0.21.0"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 00:17:14 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2024-10-06 02:53:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2023-03-10 02:02:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-03-28 00:11:41 +00:00
|
|
|
version = "0.8.11"
|
2023-03-10 02:02:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 00:11:41 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-03-10 02:02:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-04 18:18:22 +00:00
|
|
|
"zerocopy",
|
2023-03-10 02:02:10 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-03-28 00:11:41 +00:00
|
|
|
version = "1.1.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 00:11:41 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-08 15:54:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.6.15"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
2023-05-08 15:54:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-19 15:39:21 +00:00
|
|
|
"is_terminal_polyfill",
|
2023-05-08 15:54:54 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.8"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
2023-05-08 15:54:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.2.5"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
2023-05-08 15:54:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.1.1"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
2023-05-08 15:54:54 +00:00
|
|
|
dependencies = [
|
2023-12-07 23:17:10 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-05-08 15:54:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "3.0.4"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
2023-05-08 15:54:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-12-07 23:17:10 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-05-08 15:54:54 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.89"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2023-09-29 20:16:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.6"
|
2023-09-29 20:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
2023-09-29 20:16:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.6"
|
2023-09-29 20:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
2023-09-29 20:16:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2023-09-29 20:16:47 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.1.83"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2024-06-24 15:32:06 +00:00
|
|
|
]
|
2023-08-14 00:47:20 +00:00
|
|
|
|
2024-05-19 15:39:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.4.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2024-05-04 03:29:18 +00:00
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2024-10-06 04:26:36 +00:00
|
|
|
version = "0.7.7"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:26:36 +00:00
|
|
|
checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-10-06 04:26:36 +00:00
|
|
|
"http 1.1.0",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
2022-04-11 20:17:54 +00:00
|
|
|
"itoa",
|
2024-05-01 19:46:29 +00:00
|
|
|
"matchit 0.7.3",
|
2022-04-11 20:17:54 +00:00
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-12-08 00:30:44 +00:00
|
|
|
"rustversion",
|
2022-04-11 20:17:54 +00:00
|
|
|
"serde",
|
2024-10-06 04:26:36 +00:00
|
|
|
"sync_wrapper 1.0.1",
|
|
|
|
"tower 0.5.1",
|
2022-04-11 20:17:54 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2024-10-06 04:26:36 +00:00
|
|
|
version = "0.4.5"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:26:36 +00:00
|
|
|
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-10-06 04:26:36 +00:00
|
|
|
"http 1.1.0",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
2022-04-11 20:17:54 +00:00
|
|
|
"mime",
|
2024-10-06 04:26:36 +00:00
|
|
|
"pin-project-lite",
|
2022-12-08 00:30:44 +00:00
|
|
|
"rustversion",
|
2024-10-06 04:26:36 +00:00
|
|
|
"sync_wrapper 1.0.1",
|
2022-09-11 00:29:22 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-04-11 20:17:54 +00:00
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-03-28 00:11:41 +00:00
|
|
|
version = "0.3.71"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 00:11:41 +00:00
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-10-06 02:53:23 +00:00
|
|
|
"miniz_oxide 0.7.4",
|
2022-03-29 01:47:46 +00:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2023-09-02 16:52:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "barrel"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad9e605929a6964efbec5ac0884bd0fe93f12a3b1eb271f52c251316640c68d9"
|
|
|
|
|
2023-01-29 17:47:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-11 22:52:33 +00:00
|
|
|
version = "0.21.7"
|
2023-01-29 17:47:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 22:52:33 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-01-29 17:47:28 +00:00
|
|
|
|
2024-05-01 19:30:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
2024-01-15 18:33:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
2024-03-10 20:59:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bb8"
|
2024-06-21 18:43:50 +00:00
|
|
|
version = "0.8.5"
|
2024-03-10 20:59:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-21 18:43:50 +00:00
|
|
|
checksum = "b10cf871f3ff2ce56432fddc2615ac7acc3aa22ca321f8fea800846fbb32f188"
|
2024-03-10 20:59:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures-util",
|
2024-06-04 02:40:08 +00:00
|
|
|
"parking_lot 0.12.3",
|
2024-03-10 20:59:08 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "1.3.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2023-08-29 18:02:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "2.6.0"
|
2023-08-29 18:02:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-02-04 04:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-08-29 18:02:59 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-10 02:02:10 +00:00
|
|
|
version = "0.10.4"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 02:02:10 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"generic-array",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2024-02-24 04:12:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blurhash-update"
|
|
|
|
version = "0.1.0"
|
2024-02-26 23:50:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfb5ea45aeb912f2dd334834e64ecf674a6673d57c73e9d12de0298b9bf98ee8"
|
2024-02-24 04:12:19 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "3.16.0"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-02-26 18:22:30 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-07 20:17:55 +00:00
|
|
|
version = "1.5.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 20:17:55 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.7.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2023-11-04 18:18:22 +00:00
|
|
|
version = "1.3.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 18:18:22 +00:00
|
|
|
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "1.1.30"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945"
|
2024-10-06 02:53:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2021-09-12 16:00:29 +00:00
|
|
|
|
2020-10-11 18:41:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows-targets",
|
2024-06-24 19:19:36 +00:00
|
|
|
]
|
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "4.5.20"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
2023-05-08 15:54:54 +00:00
|
|
|
"clap_builder",
|
2022-03-25 03:06:29 +00:00
|
|
|
"clap_derive",
|
2023-05-08 15:54:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "4.5.20"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
2023-05-08 15:54:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2020-06-07 00:54:06 +00:00
|
|
|
"strsim",
|
2022-03-25 03:06:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "4.5.18"
|
2022-03-25 03:06:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
2022-03-25 03:06:29 +00:00
|
|
|
dependencies = [
|
2024-03-28 00:11:41 +00:00
|
|
|
"heck 0.5.0",
|
2022-03-25 03:06:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2020-06-07 00:54:06 +00:00
|
|
|
]
|
|
|
|
|
2022-04-24 22:10:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.7.2"
|
2022-04-24 22:10:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
2022-04-24 22:10:15 +00:00
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color-eyre"
|
2024-03-28 00:11:41 +00:00
|
|
|
version = "0.6.3"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 00:11:41 +00:00
|
|
|
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"color-spantrace",
|
|
|
|
"eyre",
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
"tracing-error",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color-spantrace"
|
2023-11-24 17:53:56 +00:00
|
|
|
version = "0.2.1"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 17:53:56 +00:00
|
|
|
checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-error",
|
|
|
|
]
|
|
|
|
|
2023-05-08 15:54:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.2"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
2023-05-08 15:54:54 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2024-02-04 04:10:43 +00:00
|
|
|
version = "0.14.0"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 04:10:43 +00:00
|
|
|
checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-02-26 18:22:30 +00:00
|
|
|
"nom",
|
|
|
|
"pathdiff",
|
|
|
|
"ron",
|
|
|
|
"serde",
|
2021-10-28 04:06:03 +00:00
|
|
|
"serde_json",
|
2024-02-04 04:10:43 +00:00
|
|
|
"toml",
|
2021-10-28 04:06:03 +00:00
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console-api"
|
2024-10-06 04:26:36 +00:00
|
|
|
version = "0.8.0"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:26:36 +00:00
|
|
|
checksum = "86ed14aa9c9f927213c6e4f3ef75faaad3406134efe84ba2cb7983431d5f0931"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2023-09-29 20:16:47 +00:00
|
|
|
"futures-core",
|
2024-03-10 21:03:46 +00:00
|
|
|
"prost",
|
2022-09-21 03:42:14 +00:00
|
|
|
"prost-types",
|
2024-06-21 20:06:10 +00:00
|
|
|
"tonic",
|
2021-12-17 02:46:46 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console-subscriber"
|
2024-10-06 04:26:36 +00:00
|
|
|
version = "0.4.0"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:26:36 +00:00
|
|
|
checksum = "e2e3a111a37f3333946ebf9da370ba5c5577b18eb342ec683eb488dd21980302"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"console-api",
|
2022-01-24 04:39:03 +00:00
|
|
|
"crossbeam-channel",
|
2022-02-26 18:22:30 +00:00
|
|
|
"crossbeam-utils",
|
2023-09-29 20:16:47 +00:00
|
|
|
"futures-task",
|
2021-12-17 02:46:46 +00:00
|
|
|
"hdrhistogram",
|
|
|
|
"humantime",
|
2024-10-06 04:26:36 +00:00
|
|
|
"hyper-util",
|
2024-06-21 20:06:10 +00:00
|
|
|
"prost",
|
2022-09-21 03:42:14 +00:00
|
|
|
"prost-types",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2021-12-17 02:46:46 +00:00
|
|
|
"serde_json",
|
|
|
|
"thread_local",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2024-06-21 20:06:10 +00:00
|
|
|
"tonic",
|
2021-12-17 02:46:46 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2024-01-15 18:33:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
|
2021-04-02 18:11:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 18:11:20 +00:00
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
2020-09-10 16:12:42 +00:00
|
|
|
|
2024-06-24 19:19:36 +00: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"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.8.7"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2024-06-24 19:19:36 +00:00
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
2021-06-19 19:39:41 +00:00
|
|
|
name = "cpufeatures"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.2.14"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
2021-06-19 19:39:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-09-10 16:12:42 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-06-04 02:40:08 +00:00
|
|
|
version = "1.4.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-04 02:40:08 +00:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-06-04 02:40:08 +00:00
|
|
|
version = "0.5.13"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-04 02:40:08 +00:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-11 22:52:33 +00:00
|
|
|
version = "0.9.18"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 22:52:33 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
2020-12-10 05:05:04 +00:00
|
|
|
"crossbeam-utils",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-06-04 02:40:08 +00:00
|
|
|
version = "0.8.20"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-04 02:40:08 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2020-12-03 17:38:28 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-17 16:16:44 +00:00
|
|
|
version = "0.1.6"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 16:16:44 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"generic-array",
|
2022-02-26 18:22:30 +00:00
|
|
|
"typenum",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2021-09-05 22:15:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "6.1.0"
|
2021-09-05 22:15:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
2021-09-05 22:15:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-06-24 22:10:13 +00:00
|
|
|
"crossbeam-utils",
|
2024-05-01 19:30:22 +00:00
|
|
|
"hashbrown 0.14.5",
|
2022-04-29 19:41:03 +00:00
|
|
|
"lock_api",
|
2022-09-11 00:29:22 +00:00
|
|
|
"once_cell",
|
2024-05-01 19:30:22 +00:00
|
|
|
"parking_lot_core 0.9.10",
|
2021-09-05 22:15:30 +00:00
|
|
|
]
|
|
|
|
|
2024-01-15 18:33:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2024-04-01 23:08:57 +00:00
|
|
|
version = "0.7.9"
|
2024-01-15 18:33:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 23:08:57 +00:00
|
|
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
2024-01-15 18:33:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
2024-05-04 03:29:18 +00:00
|
|
|
"der_derive",
|
|
|
|
"flagset",
|
|
|
|
"pem-rfc7468",
|
2024-01-15 18:33:36 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-05-04 03:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der_derive"
|
2024-07-19 22:27:04 +00:00
|
|
|
version = "0.7.3"
|
2024-05-04 03:29:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 22:27:04 +00:00
|
|
|
checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
|
2024-05-04 03:29:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2024-05-04 03:29:18 +00:00
|
|
|
]
|
|
|
|
|
2023-08-05 17:42:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-04 17:07:47 +00:00
|
|
|
version = "0.3.11"
|
2023-08-05 17:42:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-04 17:07:47 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-08-05 17:42:55 +00:00
|
|
|
dependencies = [
|
2023-10-21 00:25:42 +00:00
|
|
|
"powerfmt",
|
2023-08-05 17:42:55 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2024-06-21 18:43:50 +00:00
|
|
|
version = "0.99.18"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-21 18:43:50 +00:00
|
|
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-04-02 18:11:20 +00:00
|
|
|
"convert_case",
|
2020-06-06 21:02:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-10-20 23:16:53 +00:00
|
|
|
"rustc_version",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "2.1.6"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "ff236accb9a5069572099f0b350a92e9560e8e63a9b8d546162f4a5e03026bb2"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
2024-07-09 17:50:32 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-09-02 15:05:06 +00:00
|
|
|
"byteorder",
|
|
|
|
"diesel_derives",
|
|
|
|
"itoa",
|
2023-09-02 23:30:45 +00:00
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
"uuid",
|
2023-09-02 15:05:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel-async"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acada1517534c92d3f382217b485db8a8638f111b0e3f2a2a8e26165050f77be"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2024-03-10 20:59:08 +00:00
|
|
|
"bb8",
|
2023-09-02 15:05:06 +00:00
|
|
|
"diesel",
|
|
|
|
"futures-util",
|
|
|
|
"scoped-futures",
|
|
|
|
"tokio",
|
|
|
|
"tokio-postgres",
|
|
|
|
]
|
|
|
|
|
2023-09-03 17:47:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel-derive-enum"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81c5131a2895ef64741dad1d483f358c2a229a3a2d1b256778cdc5e146db64d4"
|
|
|
|
dependencies = [
|
2024-03-28 00:11:41 +00:00
|
|
|
"heck 0.4.1",
|
2023-09-03 17:47:06 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2023-09-03 17:47:06 +00:00
|
|
|
]
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "2.1.4"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "14701062d6bed917b5c7103bdffaee1e4609279e240488ad24e7bd979ca6866c"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"diesel_table_macro_syntax",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2023-09-02 15:05:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_table_macro_syntax"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc5557efc453706fed5e4fa85006fe9817c224c3f480a34c7e5959fd700921c5"
|
|
|
|
dependencies = [
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2023-09-02 15:05:06 +00:00
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-23 23:54:33 +00:00
|
|
|
version = "0.10.7"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-23 23:54:33 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"block-buffer",
|
2021-12-17 02:46:46 +00:00
|
|
|
"crypto-common",
|
2022-04-29 20:54:54 +00:00
|
|
|
"subtle",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "1.13.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.8.34"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2023-06-29 16:44:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-07-17 03:11:39 +00:00
|
|
|
version = "1.0.1"
|
2023-06-29 16:44:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 03:11:39 +00:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-29 16:44:51 +00:00
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
2024-01-31 23:47:42 +00:00
|
|
|
version = "0.6.12"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 23:47:42 +00:00
|
|
|
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
2024-05-04 03:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flagset"
|
2024-07-19 22:27:04 +00:00
|
|
|
version = "0.4.6"
|
2024-05-04 03:29:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 22:27:04 +00:00
|
|
|
checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec"
|
2024-05-04 03:29:18 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.34"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-10-06 02:53:23 +00:00
|
|
|
"miniz_oxide 0.8.0",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2024-10-16 22:20:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foldhash"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
|
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-11-24 17:53:56 +00:00
|
|
|
version = "1.2.1"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 17:53:56 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.31"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.31"
|
2021-09-14 01:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures-sink",
|
2021-09-14 01:22:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.31"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.31"
|
2021-09-14 01:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-11-02 17:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.31"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2021-11-02 17:48:11 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.31"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.31"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.31"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.31"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2024-06-24 19:19:36 +00:00
|
|
|
"futures-channel",
|
2020-06-06 21:02:26 +00:00
|
|
|
"futures-core",
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures-io",
|
2020-06-06 21:02:26 +00:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2021-11-02 17:48:11 +00:00
|
|
|
"memchr",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-05-08 15:54:54 +00:00
|
|
|
version = "0.14.7"
|
2020-06-11 00:34:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 15:54:54 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2020-06-11 00:34:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2020-06-13 19:04:33 +00:00
|
|
|
"version_check",
|
2020-06-11 00:34:25 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-19 15:39:21 +00:00
|
|
|
version = "0.2.15"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:39:21 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2023-07-21 21:58:31 +00:00
|
|
|
"js-sys",
|
2020-06-06 21:02:26 +00:00
|
|
|
"libc",
|
2022-06-21 16:27:57 +00:00
|
|
|
"wasi",
|
2023-07-21 21:58:31 +00:00
|
|
|
"wasm-bindgen",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-11-24 17:53:56 +00:00
|
|
|
version = "0.28.1"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 17:53:56 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2022-03-29 01:47:46 +00:00
|
|
|
|
2023-11-10 21:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.3.26"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http 0.2.12",
|
2024-10-06 02:53:23 +00:00
|
|
|
"indexmap 2.6.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2020-09-10 16:12:42 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2024-05-01 19:50:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.4.6"
|
2024-05-01 19:50:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
2024-05-01 19:50:20 +00:00
|
|
|
dependencies = [
|
2024-05-19 15:39:21 +00:00
|
|
|
"atomic-waker",
|
2024-05-01 19:50:20 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"http 1.1.0",
|
2024-10-06 02:53:23 +00:00
|
|
|
"indexmap 2.6.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2020-09-10 16:12:42 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-03-22 02:15:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-17 16:16:44 +00:00
|
|
|
version = "0.12.3"
|
2022-03-22 02:15:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 16:16:44 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-03-22 02:15:43 +00:00
|
|
|
|
2023-07-22 21:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.14.5"
|
2023-07-22 21:47:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-07-22 21:47:59 +00:00
|
|
|
|
2024-10-06 02:53:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2024-10-16 22:20:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"foldhash",
|
|
|
|
]
|
2024-10-06 02:53:23 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hdrhistogram"
|
2023-11-24 17:53:56 +00:00
|
|
|
version = "7.5.4"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 17:53:56 +00:00
|
|
|
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2024-05-01 19:30:22 +00:00
|
|
|
"base64 0.21.7",
|
2021-12-17 02:46:46 +00:00
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
2022-02-26 18:22:30 +00:00
|
|
|
"nom",
|
|
|
|
"num-traits",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2022-03-25 03:06:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.4.1"
|
2022-03-25 03:06:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-03-25 03:06:29 +00:00
|
|
|
|
2024-03-28 00:11:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2023-02-04 23:54:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-03 16:21:42 +00:00
|
|
|
version = "0.3.9"
|
2023-02-04 23:54:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 16:21:42 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-02-04 23:54:02 +00:00
|
|
|
|
2022-09-28 04:19:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-04-29 20:54:54 +00:00
|
|
|
version = "0.12.1"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-29 20:54:54 +00:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"digest",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-03-10 21:00:54 +00:00
|
|
|
version = "0.2.12"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 21:00:54 +00:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2024-05-01 19:46:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-07-19 22:27:04 +00:00
|
|
|
version = "1.0.1"
|
2024-05-01 19:46:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 22:27:04 +00:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-05-01 19:46:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http 1.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-06-21 18:43:50 +00:00
|
|
|
version = "0.1.2"
|
2024-05-01 19:46:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-21 18:43:50 +00:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-05-01 19:46:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-06-21 18:43:50 +00:00
|
|
|
"futures-util",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http 1.1.0",
|
2024-10-06 04:26:36 +00:00
|
|
|
"http-body",
|
2021-09-18 21:29:30 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.9.5"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-16 01:05:40 +00:00
|
|
|
version = "1.0.3"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 01:05:40 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2021-09-18 21:29:30 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2024-05-01 19:46:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "1.5.0"
|
2024-05-01 19:46:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
2024-05-01 19:46:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-10-06 02:53:23 +00:00
|
|
|
"h2 0.4.6",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http 1.1.0",
|
2024-10-06 04:26:36 +00:00
|
|
|
"http-body",
|
2024-05-01 19:46:29 +00:00
|
|
|
"httparse",
|
2024-05-01 19:50:20 +00:00
|
|
|
"httpdate",
|
2024-05-01 19:46:29 +00:00
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-07-21 21:58:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.27.3"
|
2023-07-21 21:58:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
2023-07-21 21:58:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http 1.1.0",
|
2024-10-06 04:26:36 +00:00
|
|
|
"hyper",
|
2024-05-01 19:46:29 +00:00
|
|
|
"hyper-util",
|
2024-06-09 16:36:03 +00:00
|
|
|
"rustls",
|
2024-06-24 19:19:36 +00:00
|
|
|
"rustls-native-certs",
|
2024-05-01 19:46:29 +00:00
|
|
|
"rustls-pki-types",
|
2023-07-21 21:58:31 +00:00
|
|
|
"tokio",
|
2024-06-09 16:36:03 +00:00
|
|
|
"tokio-rustls",
|
2024-05-01 19:46:29 +00:00
|
|
|
"tower-service",
|
2023-07-21 21:58:31 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
2024-10-06 04:26:36 +00:00
|
|
|
version = "0.5.1"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:26:36 +00:00
|
|
|
checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
2024-10-06 04:26:36 +00:00
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
2021-09-18 21:29:30 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2024-10-06 04:26:36 +00:00
|
|
|
"tower-service",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
2024-05-01 19:46:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.1.9"
|
2024-05-01 19:46:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
|
2024-05-01 19:46:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-10-06 04:26:36 +00:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2024-05-01 19:46:29 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2 0.5.7",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.1.61"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-11-24 17:53:56 +00:00
|
|
|
version = "0.5.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 17:53:56 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2024-01-31 23:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "impl-more"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.1.8"
|
2024-01-31 23:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "aae21c3177a27788957044151cc2800043d127acaa460a47ebb9b84dfa2c6aa0"
|
2024-01-31 23:47:42 +00:00
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-05-08 15:54:54 +00:00
|
|
|
version = "1.9.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 15:54:54 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-06-29 16:44:51 +00:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "2.6.0"
|
2023-06-29 16:44:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2023-06-29 16:44:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-10-06 02:53:23 +00:00
|
|
|
"hashbrown 0.15.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2024-05-19 15:39:21 +00:00
|
|
|
version = "0.1.13"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:39:21 +00:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2020-10-10 23:22:00 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-10-13 04:16:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-uring"
|
2024-06-09 17:27:32 +00:00
|
|
|
version = "0.6.4"
|
2021-10-13 04:16:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 17:27:32 +00:00
|
|
|
checksum = "595a0399f411a508feb2ec1e970a4a30c249351e30208960d58298de8660b0e5"
|
2021-10-13 04:16:31 +00:00
|
|
|
dependencies = [
|
2023-08-29 18:02:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-10-13 04:16:31 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-21 21:58:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "2.10.1"
|
2023-07-21 21:58:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
2023-07-21 21:58:31 +00:00
|
|
|
|
2024-05-19 15:39:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.70.1"
|
2024-05-19 15:39:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-05-19 15:39:21 +00:00
|
|
|
|
2024-10-06 02:53:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-03-28 00:11:41 +00:00
|
|
|
version = "1.0.11"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 00:11:41 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2021-12-17 02:46:46 +00:00
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.3.72"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.3.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-06-24 15:32:06 +00:00
|
|
|
version = "1.5.0"
|
2024-05-04 03:29:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-24 15:32:06 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-05-04 03:29:18 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.2.159"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-02 15:52:24 +00:00
|
|
|
version = "0.5.6"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 15:52:24 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2021-04-02 18:11:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
2023-11-04 18:18:22 +00:00
|
|
|
version = "0.1.5"
|
2021-04-02 18:11:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 18:18:22 +00:00
|
|
|
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
|
2021-04-02 18:11:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
2023-11-04 18:18:22 +00:00
|
|
|
version = "0.1.4"
|
2021-04-02 18:11:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 18:18:22 +00:00
|
|
|
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
|
2021-04-02 18:11:20 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.4.12"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2022-04-03 20:21:14 +00:00
|
|
|
"autocfg",
|
2020-06-06 21:02:26 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.4.22"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2021-10-25 01:37:59 +00:00
|
|
|
version = "0.1.0"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 01:37:59 +00:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2023-07-06 21:08:21 +00:00
|
|
|
"regex-automata 0.1.10",
|
2020-06-14 02:28:06 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-09-26 23:04:04 +00:00
|
|
|
version = "0.7.3"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 23:04:04 +00:00
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
2022-04-11 20:17:54 +00:00
|
|
|
|
2024-05-01 19:46:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2024-07-19 22:27:04 +00:00
|
|
|
version = "0.8.4"
|
2024-05-01 19:46:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 22:27:04 +00:00
|
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
2024-05-01 19:46:29 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
2022-09-24 18:39:27 +00:00
|
|
|
name = "md-5"
|
2023-09-26 23:04:04 +00:00
|
|
|
version = "0.10.6"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 23:04:04 +00:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
2023-09-26 23:04:04 +00:00
|
|
|
"cfg-if",
|
2022-09-24 18:39:27 +00:00
|
|
|
"digest",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-21 18:43:50 +00:00
|
|
|
version = "2.7.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-21 18:43:50 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2023-07-22 21:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "metrics"
|
2024-10-16 22:20:06 +00:00
|
|
|
version = "0.24.0"
|
2023-07-22 21:47:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:20:06 +00:00
|
|
|
checksum = "8ae428771d17306715c5091d446327d1cfdedc82185c65ba8423ab404e45bf10"
|
2023-07-22 21:47:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 22:46:26 +00:00
|
|
|
"ahash",
|
2023-07-22 21:47:59 +00:00
|
|
|
"portable-atomic",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-exporter-prometheus"
|
2024-10-16 22:20:06 +00:00
|
|
|
version = "0.16.0"
|
2023-07-22 21:47:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:20:06 +00:00
|
|
|
checksum = "85b6f8152da6d7892ff1b7a1c0fa3f435e92b5918ad67035c3bb432111d9a29b"
|
2023-07-22 21:47:59 +00:00
|
|
|
dependencies = [
|
2024-05-01 19:50:20 +00:00
|
|
|
"base64 0.22.1",
|
|
|
|
"http-body-util",
|
2024-10-06 04:26:36 +00:00
|
|
|
"hyper",
|
2024-05-01 19:50:20 +00:00
|
|
|
"hyper-util",
|
2024-10-06 02:53:23 +00:00
|
|
|
"indexmap 2.6.0",
|
2023-07-22 21:47:59 +00:00
|
|
|
"ipnet",
|
|
|
|
"metrics",
|
|
|
|
"metrics-util",
|
|
|
|
"quanta",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2024-05-01 19:50:20 +00:00
|
|
|
"tracing",
|
2023-07-22 21:47:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-util"
|
2024-10-16 22:20:06 +00:00
|
|
|
version = "0.18.0"
|
2023-07-22 21:47:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:20:06 +00:00
|
|
|
checksum = "15b482df36c13dd1869d73d14d28cd4855fbd6cfc32294bee109908a9f4a4ed7"
|
2023-07-22 21:47:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2024-10-16 22:20:06 +00:00
|
|
|
"hashbrown 0.15.0",
|
2023-07-22 21:47:59 +00:00
|
|
|
"metrics",
|
|
|
|
"quanta",
|
|
|
|
"sketches-ddsketch",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-05-08 15:54:54 +00:00
|
|
|
version = "0.3.17"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 15:54:54 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-05-08 15:54:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-06-21 18:43:50 +00:00
|
|
|
version = "0.7.4"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-21 18:43:50 +00:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2023-05-08 15:54:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2024-10-06 02:53:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2021-12-06 18:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.2"
|
2021-12-06 18:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2021-12-06 18:43:03 +00:00
|
|
|
dependencies = [
|
2024-10-06 02:53:23 +00:00
|
|
|
"hermit-abi",
|
2021-12-06 18:43:03 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2022-06-21 16:27:57 +00:00
|
|
|
"wasi",
|
2024-10-06 02:53:23 +00:00
|
|
|
"windows-sys 0.52.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2023-11-10 21:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mutually_exclusive_features"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.1.0"
|
2023-11-10 21:19:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "e94e1e6445d314f972ff7395df2de295fe51b71821694f0b0e1e79c4f12c8577"
|
2023-11-10 21:19:54 +00:00
|
|
|
|
2023-07-22 15:44:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "7.1.3"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2022-10-15 16:13:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-02-04 03:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-19 15:39:21 +00:00
|
|
|
version = "0.2.19"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:39:21 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-12-24 03:46:03 +00:00
|
|
|
version = "0.32.2"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 03:46:03 +00:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object_store"
|
2024-10-06 04:28:01 +00:00
|
|
|
version = "0.11.0"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:28:01 +00:00
|
|
|
checksum = "25a0c4b3a0e31f8b66f71ad8064521efa773910196e2cde791436f13409f3b45"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.22.1",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"futures",
|
|
|
|
"humantime",
|
2024-10-06 04:26:36 +00:00
|
|
|
"hyper",
|
|
|
|
"itertools",
|
2024-06-24 19:19:36 +00:00
|
|
|
"md-5",
|
|
|
|
"parking_lot 0.12.3",
|
|
|
|
"percent-encoding",
|
|
|
|
"quick-xml",
|
|
|
|
"rand",
|
|
|
|
"reqwest",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.20.2"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2022-02-26 18:22:30 +00:00
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
2024-10-16 22:52:00 +00:00
|
|
|
version = "0.26.0"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:52:00 +00:00
|
|
|
checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
2023-11-10 21:19:54 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"thiserror",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-otlp"
|
2024-10-16 22:52:00 +00:00
|
|
|
version = "0.26.0"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:52:00 +00:00
|
|
|
checksum = "29e1f9c8b032d4f635c730c0efcf731d5e2530ea13fa8bef7939ddc8420696bd"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-08-11 16:51:49 +00:00
|
|
|
"futures-core",
|
2024-10-06 04:26:36 +00:00
|
|
|
"http 1.1.0",
|
2023-11-10 21:19:54 +00:00
|
|
|
"opentelemetry",
|
2022-09-21 03:42:14 +00:00
|
|
|
"opentelemetry-proto",
|
2023-08-11 16:51:49 +00:00
|
|
|
"opentelemetry_sdk",
|
2024-03-10 21:03:46 +00:00
|
|
|
"prost",
|
2021-09-18 21:29:30 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2024-06-21 20:06:10 +00:00
|
|
|
"tonic",
|
2022-09-21 03:42:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-proto"
|
2024-10-16 22:52:00 +00:00
|
|
|
version = "0.26.1"
|
2022-09-21 03:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:52:00 +00:00
|
|
|
checksum = "c9d3968ce3aefdcca5c27e3c4ea4391b37547726a70893aab52d3de95d5f8b34"
|
2022-09-21 03:42:14 +00:00
|
|
|
dependencies = [
|
2023-11-10 21:19:54 +00:00
|
|
|
"opentelemetry",
|
2023-08-11 16:51:49 +00:00
|
|
|
"opentelemetry_sdk",
|
2024-03-10 21:03:46 +00:00
|
|
|
"prost",
|
2024-06-21 20:06:10 +00:00
|
|
|
"tonic",
|
2023-08-11 16:51:49 +00:00
|
|
|
]
|
|
|
|
|
2022-09-21 03:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_sdk"
|
2024-10-16 22:52:00 +00:00
|
|
|
version = "0.26.0"
|
2022-09-21 03:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:52:00 +00:00
|
|
|
checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3"
|
2022-09-21 03:42:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
2023-11-10 21:19:54 +00:00
|
|
|
"glob",
|
2022-09-21 03:42:14 +00:00
|
|
|
"once_cell",
|
2023-11-10 21:19:54 +00:00
|
|
|
"opentelemetry",
|
2022-09-21 03:42:14 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
2024-10-06 04:26:36 +00:00
|
|
|
"serde_json",
|
2022-09-21 03:42:14 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2022-10-15 16:13:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "3.5.0"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
|
2022-03-29 01:47:46 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-08-28 22:15:14 +00:00
|
|
|
version = "0.11.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-28 22:15:14 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-10 16:12:42 +00:00
|
|
|
"instant",
|
2020-06-06 21:02:26 +00:00
|
|
|
"lock_api",
|
2022-12-23 18:58:30 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-02-11 17:23:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-06-04 02:40:08 +00:00
|
|
|
version = "0.12.3"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-04 02:40:08 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-02-11 17:23:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2024-05-01 19:30:22 +00:00
|
|
|
"parking_lot_core 0.9.10",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "0.8.6"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-09-10 16:12:42 +00:00
|
|
|
"instant",
|
2020-06-06 21:02:26 +00:00
|
|
|
"libc",
|
2023-06-19 20:46:23 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2020-06-06 21:02:26 +00:00
|
|
|
"smallvec",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-02-11 17:23:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.9.10"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2022-02-11 17:23:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-10-06 02:53:23 +00:00
|
|
|
"redox_syscall 0.5.7",
|
2022-02-11 17:23:48 +00:00
|
|
|
"smallvec",
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows-targets",
|
2022-02-11 17:23:48 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 19:59:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-05-19 15:39:21 +00:00
|
|
|
version = "1.0.15"
|
2021-04-17 19:59:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:39:21 +00:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2021-04-17 19:59:42 +00:00
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.2.2"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
|
2022-02-26 18:22:30 +00:00
|
|
|
|
2024-01-15 18:33:36 +00:00
|
|
|
[[package]]
|
2024-05-04 03:29:18 +00:00
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.7.0"
|
2024-01-15 18:33:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 03:29:18 +00:00
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
2024-01-15 18:33:36 +00:00
|
|
|
dependencies = [
|
2024-05-04 03:29:18 +00:00
|
|
|
"base64ct",
|
2024-01-15 18:33:36 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-24 17:53:56 +00:00
|
|
|
version = "2.3.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 17:53:56 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
|
|
dependencies = [
|
2023-09-26 23:04:04 +00:00
|
|
|
"siphasher 0.3.11",
|
2023-09-02 15:05:06 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pict-rs"
|
2024-10-17 02:25:57 +00:00
|
|
|
version = "0.5.17-pre.6"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-form-data",
|
|
|
|
"actix-web",
|
2021-10-23 04:48:56 +00:00
|
|
|
"async-trait",
|
2023-09-02 16:52:55 +00:00
|
|
|
"barrel",
|
2024-05-01 19:32:26 +00:00
|
|
|
"base64 0.22.1",
|
2024-03-10 20:59:08 +00:00
|
|
|
"bb8",
|
2024-02-24 04:12:19 +00:00
|
|
|
"blurhash-update",
|
2022-03-25 03:06:29 +00:00
|
|
|
"clap",
|
2022-03-29 01:47:46 +00:00
|
|
|
"color-eyre",
|
2021-10-28 04:06:03 +00:00
|
|
|
"config",
|
2021-12-17 02:46:46 +00:00
|
|
|
"console-subscriber",
|
2021-09-05 22:15:30 +00:00
|
|
|
"dashmap",
|
2023-09-02 15:05:06 +00:00
|
|
|
"diesel",
|
|
|
|
"diesel-async",
|
2023-09-03 17:47:06 +00:00
|
|
|
"diesel-derive-enum",
|
2023-08-23 16:59:42 +00:00
|
|
|
"futures-core",
|
2022-09-28 04:19:52 +00:00
|
|
|
"hex",
|
2022-09-25 01:33:59 +00:00
|
|
|
"md-5",
|
2023-07-22 21:47:59 +00:00
|
|
|
"metrics",
|
|
|
|
"metrics-exporter-prometheus",
|
2020-06-06 21:02:26 +00:00
|
|
|
"mime",
|
2024-03-11 03:02:27 +00:00
|
|
|
"nanorand",
|
2024-06-24 19:19:36 +00:00
|
|
|
"object_store",
|
2021-09-18 21:29:30 +00:00
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-otlp",
|
2023-11-10 21:19:54 +00:00
|
|
|
"opentelemetry_sdk",
|
2021-10-18 23:02:33 +00:00
|
|
|
"pin-project-lite",
|
2023-09-02 15:05:06 +00:00
|
|
|
"refinery",
|
2023-07-21 21:58:31 +00:00
|
|
|
"reqwest",
|
|
|
|
"reqwest-middleware",
|
|
|
|
"reqwest-tracing",
|
2024-06-09 16:36:03 +00:00
|
|
|
"rustls",
|
2024-01-31 23:47:42 +00:00
|
|
|
"rustls-channel-resolver",
|
2024-05-01 19:46:29 +00:00
|
|
|
"rustls-pemfile",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2023-07-23 16:44:41 +00:00
|
|
|
"serde-tuple-vec-map",
|
2020-06-06 21:02:26 +00:00
|
|
|
"serde_json",
|
2022-09-25 20:17:33 +00:00
|
|
|
"serde_urlencoded",
|
2022-04-29 20:54:54 +00:00
|
|
|
"sha2",
|
2020-12-10 05:05:04 +00:00
|
|
|
"sled",
|
2023-09-10 22:55:13 +00:00
|
|
|
"streem",
|
2023-10-04 17:11:29 +00:00
|
|
|
"subtle",
|
2020-06-06 21:02:26 +00:00
|
|
|
"thiserror",
|
2022-02-26 18:22:30 +00:00
|
|
|
"time",
|
2021-08-26 02:46:11 +00:00
|
|
|
"tokio",
|
2023-09-02 15:05:06 +00:00
|
|
|
"tokio-postgres",
|
2024-05-04 03:29:18 +00:00
|
|
|
"tokio-postgres-generic-rustls",
|
2021-10-13 04:16:31 +00:00
|
|
|
"tokio-uring",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2024-02-04 04:10:43 +00:00
|
|
|
"toml",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing-actix-web",
|
|
|
|
"tracing-error",
|
2023-11-24 17:53:56 +00:00
|
|
|
"tracing-log",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tracing-opentelemetry",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-subscriber",
|
2021-09-18 21:29:30 +00:00
|
|
|
"url",
|
2022-07-02 15:52:24 +00:00
|
|
|
"uuid",
|
2024-05-01 19:46:29 +00:00
|
|
|
"webpki-roots",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 20:23:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.1.6"
|
2020-11-01 20:23:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec"
|
2020-11-01 20:23:56 +00:00
|
|
|
dependencies = [
|
2021-03-10 02:51:03 +00:00
|
|
|
"pin-project-internal",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 20:23:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.1.6"
|
2020-11-01 20:23:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8"
|
2020-11-01 20:23:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2020-11-01 20:23:56 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-01 23:08:57 +00:00
|
|
|
version = "0.2.14"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 23:08:57 +00:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2020-12-03 17:38:28 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-07-22 21:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.9.0"
|
2023-07-22 21:47:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
|
2023-07-22 21:47:59 +00:00
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "postgres"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.19.9"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "95c918733159f4d55d2ceb262950f00b0aebd6af4aa97b5a47bb0655120475ed"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fallible-iterator",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tokio-postgres",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "postgres-protocol"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.6.7"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "acda0ebdebc28befa84bee35e651e4c5f09073d668c7aed4cf7e23c3cda84b23"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
2024-10-06 02:53:23 +00:00
|
|
|
"base64 0.22.1",
|
2023-09-02 15:05:06 +00:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"fallible-iterator",
|
|
|
|
"hmac",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"rand",
|
|
|
|
"sha2",
|
|
|
|
"stringprep",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "postgres-types"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.2.8"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fallible-iterator",
|
|
|
|
"postgres-protocol",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2023-10-21 00:25:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.2.20"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "1.0.88"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2022-05-26 14:46:43 +00:00
|
|
|
"unicode-ident",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2023-09-29 20:16:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2024-10-06 04:26:36 +00:00
|
|
|
version = "0.13.3"
|
2023-09-29 20:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:26:36 +00:00
|
|
|
checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f"
|
2023-09-29 20:16:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-03-10 21:03:46 +00:00
|
|
|
"prost-derive",
|
2022-04-11 20:17:54 +00:00
|
|
|
]
|
|
|
|
|
2023-09-29 20:16:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2024-10-06 04:26:36 +00:00
|
|
|
version = "0.13.3"
|
2023-09-29 20:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:26:36 +00:00
|
|
|
checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5"
|
2023-09-29 20:16:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-10-06 04:26:36 +00:00
|
|
|
"itertools",
|
2023-09-29 20:16:47 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2023-09-29 20:16:47 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2024-10-06 04:26:36 +00:00
|
|
|
version = "0.13.3"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:26:36 +00:00
|
|
|
checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
2024-03-10 21:03:46 +00:00
|
|
|
"prost",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
2023-07-22 21:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quanta"
|
2024-04-01 23:08:57 +00:00
|
|
|
version = "0.12.3"
|
2023-07-22 21:47:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 23:08:57 +00:00
|
|
|
checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5"
|
2023-07-22 21:47:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid",
|
|
|
|
"wasi",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-05-08 15:57:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.36.2"
|
2023-05-08 15:57:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
|
2023-05-08 15:57:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.11.5"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
2024-10-06 02:53:23 +00:00
|
|
|
"socket2 0.5.7",
|
2024-06-24 19:19:36 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.11.8"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"rand",
|
|
|
|
"ring",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.5.5"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2 0.5.7",
|
|
|
|
"tracing",
|
2024-10-06 02:53:23 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-06-24 19:19:36 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.37"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-26 18:22:30 +00:00
|
|
|
version = "0.8.5"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 18:22:30 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.3.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.6.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2023-07-22 21:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "11.2.0"
|
2023-07-22 21:47:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0"
|
2023-07-22 21:47:59 +00:00
|
|
|
dependencies = [
|
2024-07-09 17:50:32 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-07-22 21:47:59 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-19 19:13:06 +00:00
|
|
|
version = "0.2.16"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 19:13:06 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-03-10 02:51:03 +00:00
|
|
|
dependencies = [
|
2023-08-29 18:02:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-03-10 02:51:03 +00:00
|
|
|
]
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2023-06-19 20:46:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.5.7"
|
2024-05-01 19:30:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2024-05-01 19:30:22 +00:00
|
|
|
dependencies = [
|
2024-07-09 17:50:32 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-05-01 19:30:22 +00:00
|
|
|
]
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "refinery"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.8.14"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "0904191f0566c3d3e0091d5cc8dec22e663d77def2d247b16e7a438b188bf75d"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"refinery-core",
|
|
|
|
"refinery-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "refinery-core"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.8.14"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "9bf253999e1899ae476c910b994959e341d84c4389ba9533d3dacbe06df04825"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"postgres",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
2024-03-28 00:11:41 +00:00
|
|
|
"siphasher 1.0.1",
|
2023-09-02 15:05:06 +00:00
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tokio-postgres",
|
2024-02-04 04:10:43 +00:00
|
|
|
"toml",
|
2023-09-02 15:05:06 +00:00
|
|
|
"url",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "refinery-macros"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.8.14"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "bd81f69687fe8a1fa10995108b3ffc7cdbd63e682a4f8fbfd1020130780d7e17"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
2024-05-01 19:30:22 +00:00
|
|
|
"heck 0.4.1",
|
2023-09-02 15:05:06 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"refinery-core",
|
|
|
|
"regex",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2023-09-02 15:05:06 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.11.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-10-06 02:53:23 +00:00
|
|
|
"regex-automata 0.4.8",
|
|
|
|
"regex-syntax 0.8.5",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.1.10"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2023-05-08 15:54:54 +00:00
|
|
|
"regex-syntax 0.6.29",
|
2020-06-14 02:28:06 +00:00
|
|
|
]
|
|
|
|
|
2023-07-06 21:08:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.4.8"
|
2023-07-06 21:08:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
2023-07-06 21:08:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-10-06 02:53:23 +00:00
|
|
|
"regex-syntax 0.8.5",
|
2023-07-06 21:08:21 +00:00
|
|
|
]
|
|
|
|
|
2024-05-04 03:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-lite"
|
2024-06-09 16:06:19 +00:00
|
|
|
version = "0.1.6"
|
2024-05-04 03:29:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 16:06:19 +00:00
|
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
2024-05-04 03:29:18 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-05-08 15:54:54 +00:00
|
|
|
version = "0.6.29"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 15:54:54 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.8.5"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2023-07-21 21:58:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.12.8"
|
2024-06-21 18:43:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
|
2023-07-21 21:58:31 +00:00
|
|
|
dependencies = [
|
2024-05-01 19:46:29 +00:00
|
|
|
"base64 0.22.1",
|
2023-07-21 21:58:31 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-10-06 02:53:23 +00:00
|
|
|
"h2 0.4.6",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http 1.1.0",
|
2024-10-06 04:26:36 +00:00
|
|
|
"http-body",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http-body-util",
|
2024-10-06 04:26:36 +00:00
|
|
|
"hyper",
|
2023-07-21 21:58:31 +00:00
|
|
|
"hyper-rustls",
|
2024-05-01 19:46:29 +00:00
|
|
|
"hyper-util",
|
2023-07-21 21:58:31 +00:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-06-24 19:19:36 +00:00
|
|
|
"quinn",
|
2024-06-09 16:36:03 +00:00
|
|
|
"rustls",
|
2024-06-24 19:19:36 +00:00
|
|
|
"rustls-native-certs",
|
2024-05-01 19:46:29 +00:00
|
|
|
"rustls-pemfile",
|
|
|
|
"rustls-pki-types",
|
2023-07-21 21:58:31 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-06-09 16:36:03 +00:00
|
|
|
"sync_wrapper 1.0.1",
|
2023-07-21 21:58:31 +00:00
|
|
|
"tokio",
|
2024-06-09 16:36:03 +00:00
|
|
|
"tokio-rustls",
|
2023-07-21 21:58:31 +00:00
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-streams",
|
|
|
|
"web-sys",
|
2024-10-06 02:53:23 +00:00
|
|
|
"windows-registry",
|
2023-07-21 21:58:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest-middleware"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.3"
|
2023-07-21 21:58:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "562ceb5a604d3f7c885a792d42c199fd8af239d0a51b2fa6a78aafa092452b04"
|
2023-07-21 21:58:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http 1.1.0",
|
2023-07-21 21:58:31 +00:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2024-05-01 19:46:29 +00:00
|
|
|
"tower-service",
|
2023-07-21 21:58:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest-tracing"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.5.3"
|
2023-07-21 21:58:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "bfdd9bfa64c72233d8dd99ab7883efcdefe9e16d46488ecb9228b71a2e2ceb45"
|
2023-07-21 21:58:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"getrandom",
|
2024-05-01 19:46:29 +00:00
|
|
|
"http 1.1.0",
|
2024-07-19 22:27:04 +00:00
|
|
|
"matchit 0.8.4",
|
2023-07-21 21:58:31 +00:00
|
|
|
"reqwest",
|
|
|
|
"reqwest-middleware",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-02-24 04:12:19 +00:00
|
|
|
version = "0.17.8"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-24 04:12:19 +00:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-02-24 04:12:19 +00:00
|
|
|
"cfg-if",
|
2023-11-04 18:18:22 +00:00
|
|
|
"getrandom",
|
2021-09-12 16:00:29 +00:00
|
|
|
"libc",
|
2024-01-25 14:57:40 +00:00
|
|
|
"spin",
|
2024-06-24 15:32:06 +00:00
|
|
|
"untrusted",
|
2024-02-24 04:12:19 +00:00
|
|
|
"windows-sys 0.52.0",
|
2021-09-12 16:00:29 +00:00
|
|
|
]
|
|
|
|
|
2021-10-14 00:06:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rio"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e98c25665909853c07874301124482754434520ab572ac6a22e90366de6685b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
2022-02-26 18:22:30 +00:00
|
|
|
name = "ron"
|
2024-02-04 04:10:43 +00:00
|
|
|
version = "0.8.1"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 04:10:43 +00:00
|
|
|
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
|
2022-02-26 18:22:30 +00:00
|
|
|
dependencies = [
|
2024-05-01 19:30:22 +00:00
|
|
|
"base64 0.21.7",
|
2024-07-09 17:50:32 +00:00
|
|
|
"bitflags 2.6.0",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2024-02-04 04:10:43 +00:00
|
|
|
"serde_derive",
|
2022-02-26 18:22:30 +00:00
|
|
|
]
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-19 15:39:21 +00:00
|
|
|
version = "0.1.24"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:39:21 +00:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2022-03-29 01:47:46 +00:00
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "2.0.0"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
2024-06-24 19:19:36 +00:00
|
|
|
|
2020-06-07 15:59:58 +00:00
|
|
|
[[package]]
|
2021-08-26 02:46:11 +00:00
|
|
|
name = "rustc_version"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.4.1"
|
2020-06-07 15:59:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2020-06-07 15:59:58 +00:00
|
|
|
dependencies = [
|
2021-10-20 23:16:53 +00:00
|
|
|
"semver",
|
2020-06-07 15:59:58 +00:00
|
|
|
]
|
|
|
|
|
2024-05-01 19:40:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.23.15"
|
2024-05-01 19:40:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
|
2024-05-01 19:40:08 +00:00
|
|
|
dependencies = [
|
2024-05-04 03:29:18 +00:00
|
|
|
"log",
|
2024-05-01 19:40:08 +00:00
|
|
|
"once_cell",
|
2024-06-24 15:32:06 +00:00
|
|
|
"ring",
|
2024-05-01 19:40:08 +00:00
|
|
|
"rustls-pki-types",
|
2024-05-19 14:40:45 +00:00
|
|
|
"rustls-webpki",
|
2024-05-01 19:40:08 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-01-31 23:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-channel-resolver"
|
2024-05-19 15:08:48 +00:00
|
|
|
version = "0.3.0"
|
2024-01-31 23:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:08:48 +00:00
|
|
|
checksum = "fede2a247359da6b4998f7723ec6468c2d6a577a5d8c17e54f21806426ad2290"
|
2024-01-31 23:47:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"nanorand",
|
2024-06-09 16:36:03 +00:00
|
|
|
"rustls",
|
|
|
|
]
|
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.8.0"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
2024-01-15 23:11:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "2.2.0"
|
2024-01-15 23:11:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
2024-01-15 23:11:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
2024-01-15 18:33:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "1.10.0"
|
2024-01-15 18:33:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
2024-01-15 18:33:36 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.102.8"
|
2024-01-15 18:33:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2024-01-15 18:33:36 +00:00
|
|
|
dependencies = [
|
2024-01-25 14:57:40 +00:00
|
|
|
"ring",
|
2024-01-15 18:33:36 +00:00
|
|
|
"rustls-pki-types",
|
2024-06-24 15:32:06 +00:00
|
|
|
"untrusted",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2022-12-08 00:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "1.0.18"
|
2022-12-08 00:30:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
2022-12-08 00:30:44 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-19 15:39:21 +00:00
|
|
|
version = "1.0.18"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:39:21 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.1.26"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
2024-10-06 02:53:23 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-06-24 19:19:36 +00:00
|
|
|
]
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-futures"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1473e24c637950c9bd38763220bea91ec3e095a89f672bbd7a10d03e77ba467"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-21 21:59:05 +00:00
|
|
|
version = "1.2.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 21:59:05 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-07-19 22:27:04 +00:00
|
|
|
version = "2.11.1"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-19 22:27:04 +00:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
2024-07-09 17:50:32 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-06-24 19:19:36 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "2.12.0"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-19 15:39:21 +00:00
|
|
|
version = "1.0.23"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 15:39:21 +00:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.210"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2022-04-06 01:29:30 +00:00
|
|
|
[[package]]
|
2023-07-23 16:44:41 +00:00
|
|
|
name = "serde-tuple-vec-map"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a04d0ebe0de77d7d445bb729a895dcb0a288854b267ca85f030ce51cdc578c82"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.210"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.128"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2024-10-06 02:53:23 +00:00
|
|
|
"memchr",
|
2020-06-06 21:02:26 +00:00
|
|
|
"ryu",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2023-06-01 22:19:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_plain"
|
2023-08-28 23:44:55 +00:00
|
|
|
version = "1.0.2"
|
2023-06-01 22:19:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 23:44:55 +00:00
|
|
|
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
|
2023-06-01 22:19:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-29 17:47:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.6.8"
|
2023-01-29 17:47:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2023-01-29 17:47:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-18 17:46:01 +00:00
|
|
|
version = "0.7.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-18 17:46:01 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-12-03 17:38:28 +00:00
|
|
|
"form_urlencoded",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2020-12-03 17:38:28 +00:00
|
|
|
"ryu",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
2022-06-21 16:27:57 +00:00
|
|
|
name = "sha1"
|
2023-09-26 23:04:04 +00:00
|
|
|
version = "0.10.6"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 23:04:04 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2021-06-19 19:39:41 +00:00
|
|
|
"cpufeatures",
|
2022-08-19 19:13:06 +00:00
|
|
|
"digest",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-09-26 23:04:04 +00:00
|
|
|
version = "0.10.8"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 23:04:04 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-08-19 19:13:06 +00:00
|
|
|
"digest",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-07 20:17:55 +00:00
|
|
|
version = "0.1.7"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 20:17:55 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-10-06 02:53:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "1.4.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
|
2023-09-26 23:04:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2024-03-28 00:11:41 +00:00
|
|
|
version = "1.0.1"
|
2023-09-26 23:04:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 00:11:41 +00:00
|
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
2023-09-26 23:04:04 +00:00
|
|
|
|
2023-07-22 21:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sketches-ddsketch"
|
2024-10-16 22:20:06 +00:00
|
|
|
version = "0.3.0"
|
2023-07-22 21:47:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:20:06 +00:00
|
|
|
checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
|
2023-07-22 21:47:59 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-24 00:17:14 +00:00
|
|
|
version = "0.4.9"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 00:17:14 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-08-19 19:13:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sled"
|
2021-09-12 16:00:29 +00:00
|
|
|
version = "0.34.7"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 16:00:29 +00:00
|
|
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
|
2020-09-10 16:12:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2020-12-10 05:05:04 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2020-09-10 16:12:42 +00:00
|
|
|
"fs2",
|
|
|
|
"fxhash",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-02-11 17:23:48 +00:00
|
|
|
"parking_lot 0.11.2",
|
2021-10-14 00:06:53 +00:00
|
|
|
"rio",
|
2020-09-10 16:12:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-03-28 00:11:41 +00:00
|
|
|
version = "1.13.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 00:11:41 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snafu"
|
2024-10-06 04:28:01 +00:00
|
|
|
version = "0.8.5"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:28:01 +00:00
|
|
|
checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"snafu-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu-derive"
|
2024-10-06 04:28:01 +00:00
|
|
|
version = "0.8.5"
|
2024-06-24 19:19:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:28:01 +00:00
|
|
|
checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917"
|
2024-06-24 19:19:36 +00:00
|
|
|
dependencies = [
|
2024-10-06 04:28:01 +00:00
|
|
|
"heck 0.5.0",
|
2024-06-24 19:19:36 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2024-06-24 19:19:36 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-10-21 00:25:42 +00:00
|
|
|
version = "0.4.10"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 00:25:42 +00:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2023-08-11 16:51:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.5.7"
|
2023-08-11 16:51:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-08-11 16:51:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-02-24 04:12:19 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-11 16:51:49 +00:00
|
|
|
]
|
|
|
|
|
2023-07-22 15:44:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
2024-01-15 18:33:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2023-09-10 22:55:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "streem"
|
2023-09-11 00:43:51 +00:00
|
|
|
version = "0.2.0"
|
2023-09-10 22:55:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 00:43:51 +00:00
|
|
|
checksum = "6c8b0c8184b0fe05b37dd75d66205195cd57563c6c87cb92134a025a34a6ab34"
|
2023-09-10 22:55:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
2024-06-04 02:40:08 +00:00
|
|
|
version = "0.1.5"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-04 02:40:08 +00:00
|
|
|
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2024-06-04 02:40:08 +00:00
|
|
|
"unicode-properties",
|
2023-09-02 15:05:06 +00:00
|
|
|
]
|
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.11.1"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2020-06-07 00:54:06 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-06-24 22:10:13 +00:00
|
|
|
version = "2.6.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-24 22:10:13 +00:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2023-05-08 15:54:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "2.0.79"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
2023-05-08 15:54:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.1.2"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-04-11 20:17:54 +00:00
|
|
|
|
2024-06-09 16:36:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
2024-10-06 02:53:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
2024-06-09 16:36:03 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.64"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.64"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-02-24 04:12:19 +00:00
|
|
|
version = "1.1.8"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-24 04:12:19 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2023-02-13 05:15:14 +00:00
|
|
|
"cfg-if",
|
2021-02-10 22:57:42 +00:00
|
|
|
"once_cell",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-08-28 22:50:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.3.36"
|
2021-08-28 22:50:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2021-08-28 22:50:56 +00:00
|
|
|
dependencies = [
|
2023-08-05 17:42:55 +00:00
|
|
|
"deranged",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2024-02-04 03:58:08 +00:00
|
|
|
"num-conv",
|
2023-10-21 00:25:42 +00:00
|
|
|
"powerfmt",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2022-11-26 17:17:47 +00:00
|
|
|
"time-core",
|
2022-02-26 18:22:30 +00:00
|
|
|
"time-macros",
|
2021-08-28 22:50:56 +00:00
|
|
|
]
|
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-09-26 23:04:04 +00:00
|
|
|
version = "0.1.2"
|
2022-11-26 17:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 23:04:04 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-11-26 17:17:47 +00:00
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-05-01 19:30:22 +00:00
|
|
|
version = "0.2.18"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 19:30:22 +00:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-11-26 17:17:47 +00:00
|
|
|
dependencies = [
|
2024-02-04 03:58:08 +00:00
|
|
|
"num-conv",
|
2022-11-26 17:17:47 +00:00
|
|
|
"time-core",
|
|
|
|
]
|
2022-02-26 18:22:30 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "1.8.0"
|
2020-10-10 23:22:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2020-10-10 23:22:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.1.1"
|
2020-10-10 23:22:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-10-10 23:22:00 +00:00
|
|
|
|
2024-05-04 03:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tls_codec"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a"
|
|
|
|
dependencies = [
|
|
|
|
"tls_codec_derive",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tls_codec_derive"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2024-05-04 03:29:18 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-10-16 22:52:00 +00:00
|
|
|
version = "1.40.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:52:00 +00:00
|
|
|
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2023-06-29 16:44:51 +00:00
|
|
|
"backtrace",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
2024-10-16 22:52:00 +00:00
|
|
|
"mio",
|
2024-06-04 02:40:08 +00:00
|
|
|
"parking_lot 0.12.3",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"signal-hook-registry",
|
2024-05-01 19:30:22 +00:00
|
|
|
"socket2 0.5.7",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tokio-macros",
|
2021-12-17 02:46:46 +00:00
|
|
|
"tracing",
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows-sys 0.52.0",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-10-16 22:52:00 +00:00
|
|
|
version = "2.4.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:52:00 +00:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-postgres"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.7.12"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"fallible-iterator",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2024-06-04 02:40:08 +00:00
|
|
|
"parking_lot 0.12.3",
|
2023-09-02 15:05:06 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"phf",
|
|
|
|
"pin-project-lite",
|
|
|
|
"postgres-protocol",
|
|
|
|
"postgres-types",
|
|
|
|
"rand",
|
2024-05-01 19:30:22 +00:00
|
|
|
"socket2 0.5.7",
|
2023-09-02 15:05:06 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
2024-01-15 18:33:36 +00:00
|
|
|
[[package]]
|
2024-05-04 03:29:18 +00:00
|
|
|
name = "tokio-postgres-generic-rustls"
|
|
|
|
version = "0.1.0"
|
2024-01-15 18:33:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 03:29:18 +00:00
|
|
|
checksum = "c8e98c31c29b2666fb28720739e11476166be4ead1610a37dcd7414bb124413a"
|
2024-01-15 18:33:36 +00:00
|
|
|
dependencies = [
|
2024-06-24 15:32:06 +00:00
|
|
|
"ring",
|
2024-06-09 16:36:03 +00:00
|
|
|
"rustls",
|
2024-01-15 18:33:36 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-postgres",
|
2024-06-09 16:36:03 +00:00
|
|
|
"tokio-rustls",
|
2024-05-04 03:29:18 +00:00
|
|
|
"x509-cert",
|
2024-01-15 18:33:36 +00:00
|
|
|
]
|
|
|
|
|
2024-05-01 19:40:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
|
|
|
dependencies = [
|
2024-06-09 16:36:03 +00:00
|
|
|
"rustls",
|
2024-05-01 19:40:08 +00:00
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.1.16"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-10-13 04:16:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-uring"
|
2024-06-09 17:27:32 +00:00
|
|
|
version = "0.5.0"
|
2021-10-13 04:16:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 17:27:32 +00:00
|
|
|
checksum = "748482e3e13584a34664a710168ad5068e8cb1d968aa4ffa887e83ca6dd27967"
|
2021-10-13 04:16:31 +00:00
|
|
|
dependencies = [
|
2022-01-14 00:11:46 +00:00
|
|
|
"bytes",
|
2024-06-09 17:27:32 +00:00
|
|
|
"futures-util",
|
2021-10-13 04:16:31 +00:00
|
|
|
"io-uring",
|
|
|
|
"libc",
|
|
|
|
"slab",
|
2023-10-21 00:25:42 +00:00
|
|
|
"socket2 0.4.10",
|
2021-10-13 04:16:31 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.7.12"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
2022-02-26 18:22:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-09-26 23:04:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.8.19"
|
2023-09-26 23:04:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2023-09-26 23:04:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-01-25 14:57:40 +00:00
|
|
|
"toml_edit",
|
2023-01-29 17:47:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.6.8"
|
2023-01-29 17:47:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-01-29 17:47:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-09-26 23:04:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.22.22"
|
2023-09-26 23:04:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2023-09-26 23:04:49 +00:00
|
|
|
dependencies = [
|
2024-10-06 02:53:23 +00:00
|
|
|
"indexmap 2.6.0",
|
2023-09-26 23:04:49 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2023-09-29 20:16:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2024-10-06 04:26:36 +00:00
|
|
|
version = "0.12.3"
|
2023-09-29 20:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 04:26:36 +00:00
|
|
|
checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
|
2023-09-29 20:16:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2024-10-06 04:26:36 +00:00
|
|
|
"base64 0.22.1",
|
2023-09-29 20:16:47 +00:00
|
|
|
"bytes",
|
2024-10-06 04:26:36 +00:00
|
|
|
"h2 0.4.6",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
2023-09-29 20:16:47 +00:00
|
|
|
"hyper-timeout",
|
2024-10-06 04:26:36 +00:00
|
|
|
"hyper-util",
|
2023-09-29 20:16:47 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2024-03-10 21:03:46 +00:00
|
|
|
"prost",
|
2024-10-06 04:26:36 +00:00
|
|
|
"socket2 0.5.7",
|
2023-05-23 23:54:33 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2024-10-06 04:26:36 +00:00
|
|
|
"tower 0.4.13",
|
2023-05-23 23:54:33 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2022-06-21 16:27:57 +00:00
|
|
|
version = "0.4.13"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 16:27:57 +00:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-06-29 16:44:51 +00:00
|
|
|
"indexmap 1.9.3",
|
2021-09-18 21:29:30 +00:00
|
|
|
"pin-project",
|
2021-10-18 23:02:33 +00:00
|
|
|
"pin-project-lite",
|
2021-09-18 21:29:30 +00:00
|
|
|
"rand",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-10-06 04:26:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"sync_wrapper 0.1.2",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.3"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2021-09-18 21:29:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.3"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2021-09-18 21:29:30 +00:00
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-10-21 00:25:42 +00:00
|
|
|
version = "0.1.40"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 00:25:42 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2021-09-14 01:22:42 +00:00
|
|
|
"log",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-actix-web"
|
2024-10-16 22:52:00 +00:00
|
|
|
version = "0.7.14"
|
2023-09-29 16:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 18:35:41 +00:00
|
|
|
checksum = "6b87073920bcce23e9f5cb0d2671e9f01d6803bb5229c159b2f5ce6806d73ffc"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-web",
|
2023-11-10 21:19:54 +00:00
|
|
|
"mutually_exclusive_features",
|
2021-09-19 19:36:53 +00:00
|
|
|
"opentelemetry",
|
2021-10-11 17:13:46 +00:00
|
|
|
"pin-project",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing",
|
2021-09-19 19:36:53 +00:00
|
|
|
"tracing-opentelemetry",
|
2022-07-02 15:52:24 +00:00
|
|
|
"uuid",
|
2021-09-14 01:22:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-10-21 00:25:42 +00:00
|
|
|
version = "0.1.27"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 00:25:42 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2020-06-14 02:28:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-10-21 00:25:42 +00:00
|
|
|
version = "0.1.32"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 00:25:42 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2022-06-21 16:27:57 +00:00
|
|
|
"once_cell",
|
2022-02-04 17:33:12 +00:00
|
|
|
"valuable",
|
2020-06-14 02:28:06 +00:00
|
|
|
]
|
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-error"
|
2021-10-25 01:37:59 +00:00
|
|
|
version = "0.2.0"
|
2021-09-14 01:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 01:37:59 +00:00
|
|
|
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2023-11-10 21:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
2024-10-16 22:52:00 +00:00
|
|
|
version = "0.27.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:52:00 +00:00
|
|
|
checksum = "dc58af5d3f6c5811462cabb3289aec0093f7338e367e5a33d28c0433b3c7360b"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
2023-11-10 21:19:54 +00:00
|
|
|
"js-sys",
|
2022-06-21 16:27:57 +00:00
|
|
|
"once_cell",
|
2021-09-18 21:29:30 +00:00
|
|
|
"opentelemetry",
|
2023-09-04 02:32:31 +00:00
|
|
|
"opentelemetry_sdk",
|
|
|
|
"smallvec",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2023-11-24 17:53:56 +00:00
|
|
|
"tracing-log",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tracing-subscriber",
|
2023-11-10 21:19:54 +00:00
|
|
|
"web-time",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
2022-03-28 04:27:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-11-24 17:53:56 +00:00
|
|
|
version = "0.3.18"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 17:53:56 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-10-15 16:13:24 +00:00
|
|
|
"nu-ansi-term",
|
2022-07-02 15:52:24 +00:00
|
|
|
"once_cell",
|
2020-06-14 02:28:06 +00:00
|
|
|
"regex",
|
2022-03-28 04:27:07 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-06-14 02:28:06 +00:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
2020-09-10 16:12:42 +00:00
|
|
|
"thread_local",
|
2020-10-10 23:22:00 +00:00
|
|
|
"tracing",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-core",
|
2023-11-24 17:53:56 +00:00
|
|
|
"tracing-log",
|
2022-03-28 04:27:07 +00:00
|
|
|
"tracing-serde",
|
2020-06-14 02:28:06 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-12-07 23:17:10 +00:00
|
|
|
version = "0.2.5"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-07 23:17:10 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2021-09-18 21:29:30 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-09-26 23:04:04 +00:00
|
|
|
version = "1.17.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 23:04:04 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.3.17"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2022-05-26 14:46:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.0.13"
|
2022-05-26 14:46:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2022-05-26 14:46:43 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.1.24"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-12-03 17:38:28 +00:00
|
|
|
"tinyvec",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2024-06-04 02:40:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-properties"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.1.3"
|
2024-06-04 02:40:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
2024-06-04 02:40:08 +00:00
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2023-11-04 18:18:22 +00:00
|
|
|
version = "0.9.0"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 18:18:22 +00:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2021-09-12 16:00:29 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-06-21 18:43:50 +00:00
|
|
|
version = "2.5.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-21 18:43:50 +00:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-12-03 17:38:28 +00:00
|
|
|
"form_urlencoded",
|
2020-06-06 21:02:26 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2023-05-08 15:54:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-06-09 16:06:19 +00:00
|
|
|
version = "0.2.2"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 16:06:19 +00:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-05-08 15:54:54 +00:00
|
|
|
|
2022-04-24 22:11:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "1.11.0"
|
2022-04-24 22:11:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
2020-06-14 18:56:42 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"getrandom",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2020-06-14 18:56:42 +00:00
|
|
|
]
|
|
|
|
|
2022-02-04 17:33:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.9.5"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-03-03 16:21:42 +00:00
|
|
|
version = "2.5.0"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 16:21:42 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-19 20:46:23 +00:00
|
|
|
version = "0.3.1"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-19 20:46:23 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-03-22 02:15:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2024-03-10 21:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.2.95"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2024-10-06 02:53:23 +00:00
|
|
|
"once_cell",
|
2020-06-06 21:02:26 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.2.95"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-19 19:13:06 +00:00
|
|
|
"once_cell",
|
2020-06-06 21:02:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2020-06-06 21:02:26 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2023-07-21 21:58:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.4.45"
|
2023-07-21 21:58:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
2023-07-21 21:58:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.2.95"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.2.95"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2020-06-06 21:02:26 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.2.95"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
2020-06-07 15:59:58 +00:00
|
|
|
|
2023-07-21 21:58:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.4.1"
|
2023-07-21 21:58:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
|
2023-07-21 21:58:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-10-16 22:17:20 +00:00
|
|
|
version = "0.3.72"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 22:17:20 +00:00
|
|
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-11-10 21:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
2024-03-10 21:03:46 +00:00
|
|
|
version = "1.1.0"
|
2023-11-10 21:19:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 21:03:46 +00:00
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
2023-11-10 21:19:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-01-15 23:11:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.26.6"
|
2024-01-15 23:11:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
|
2024-01-15 23:11:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "1.5.2"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
2024-10-06 02:53:23 +00:00
|
|
|
"redox_syscall 0.5.7",
|
2024-03-10 21:00:54 +00:00
|
|
|
"wasite",
|
2023-09-02 15:05:06 +00:00
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-10 16:12:42 +00:00
|
|
|
version = "0.3.9"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 16:12:42 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-06-06 21:02:26 +00:00
|
|
|
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"
|
|
|
|
|
2023-09-02 15:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.1.9"
|
2023-09-02 15:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2023-09-02 15:05:06 +00:00
|
|
|
dependencies = [
|
2024-10-06 02:53:23 +00:00
|
|
|
"windows-sys 0.59.0",
|
2023-09-02 15:05:06 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00: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"
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2024-06-24 19:19:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows-targets",
|
2024-06-24 19:19:36 +00:00
|
|
|
]
|
|
|
|
|
2023-02-04 23:54:02 +00:00
|
|
|
[[package]]
|
2024-10-06 02:53:23 +00:00
|
|
|
name = "windows-registry"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
|
|
|
"windows-strings",
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows-targets",
|
2024-10-06 02:53:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
|
|
dependencies = [
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows-targets",
|
2024-10-06 02:53:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.1.0"
|
2023-02-04 23:54:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
2023-02-04 23:54:02 +00:00
|
|
|
dependencies = [
|
2024-10-06 02:53:23 +00:00
|
|
|
"windows-result",
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows-targets",
|
2023-12-07 23:17:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows-targets",
|
2023-02-04 23:54:02 +00:00
|
|
|
]
|
|
|
|
|
2023-05-08 15:54:54 +00:00
|
|
|
[[package]]
|
2024-10-06 02:53:23 +00:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2023-05-08 15:54:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2023-05-08 15:54:54 +00:00
|
|
|
dependencies = [
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows-targets",
|
2023-12-07 23:17:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.52.6"
|
2023-12-07 23:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-07 23:17:10 +00:00
|
|
|
dependencies = [
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-05-01 19:30:22 +00:00
|
|
|
"windows_i686_gnullvm",
|
2024-10-16 22:52:00 +00:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-05-08 15:54:54 +00:00
|
|
|
]
|
|
|
|
|
2023-12-07 23:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.52.6"
|
2023-12-07 23:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-07 23:17:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.52.6"
|
2023-12-07 23:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-07 23:17:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.52.6"
|
2023-12-07 23:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-01 19:30:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.52.6"
|
2024-05-01 19:30:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-07 23:17:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.52.6"
|
2023-12-07 23:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-07 23:17:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.52.6"
|
2023-12-07 23:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-07 23:17:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.52.6"
|
2023-12-07 23:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-07 23:17:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.52.6"
|
2023-12-07 23:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-12-07 23:17:10 +00:00
|
|
|
|
2023-02-25 17:48:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-10-06 02:53:23 +00:00
|
|
|
version = "0.6.20"
|
2023-02-25 17:48:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 02:53:23 +00:00
|
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
2023-02-25 17:48:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-01-15 18:33:36 +00:00
|
|
|
[[package]]
|
2024-05-04 03:29:18 +00:00
|
|
|
name = "x509-cert"
|
|
|
|
version = "0.2.5"
|
2024-01-15 18:33:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 03:29:18 +00:00
|
|
|
checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
|
2024-01-15 18:33:36 +00:00
|
|
|
dependencies = [
|
2024-05-04 03:29:18 +00:00
|
|
|
"const-oid",
|
2024-01-15 18:33:36 +00:00
|
|
|
"der",
|
|
|
|
"spki",
|
2024-05-04 03:29:18 +00:00
|
|
|
"tls_codec",
|
2024-01-15 18:33:36 +00:00
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2022-09-24 18:39:27 +00:00
|
|
|
|
2023-11-04 18:18:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.7.35"
|
2023-11-04 18:18:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2023-11-04 18:18:22 +00:00
|
|
|
dependencies = [
|
2024-10-06 02:53:23 +00:00
|
|
|
"byteorder",
|
2023-11-04 18:18:22 +00:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-07-09 17:50:32 +00:00
|
|
|
version = "0.7.35"
|
2023-11-04 18:18:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 17:50:32 +00:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2023-11-04 18:18:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2023-11-04 18:18:22 +00:00
|
|
|
]
|
|
|
|
|
2022-09-24 18:39:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-06-04 02:40:08 +00:00
|
|
|
version = "1.8.1"
|
2022-09-24 18:39:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-04 02:40:08 +00:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-01-25 14:57:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-06 04:28:01 +00:00
|
|
|
"syn",
|
2024-01-25 14:57:40 +00:00
|
|
|
]
|