2020-03-15 02:05:40 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-24 17:02:27 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-05-21 21:24:56 +00:00
|
|
|
[[package]]
|
2020-09-07 21:51:02 +00:00
|
|
|
name = "activitystreams"
|
2023-07-20 01:23:11 +00:00
|
|
|
version = "0.7.0-alpha.25"
|
2020-09-07 21:51:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:23:11 +00:00
|
|
|
checksum = "9c140d4bd704e9acd758c4392e222af44c66d1a29165937c9b33c7df7b697678"
|
2020-05-21 21:24:56 +00:00
|
|
|
dependencies = [
|
2021-11-23 00:38:58 +00:00
|
|
|
"activitystreams-kinds",
|
2022-01-17 22:54:45 +00:00
|
|
|
"iri-string",
|
2020-09-07 21:51:02 +00:00
|
|
|
"mime",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-05-21 21:24:56 +00:00
|
|
|
"serde_json",
|
2022-04-08 22:39:38 +00:00
|
|
|
"time",
|
2020-05-21 21:24:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-07 21:51:02 +00:00
|
|
|
name = "activitystreams-ext"
|
2022-12-07 00:21:55 +00:00
|
|
|
version = "0.1.0-alpha.3"
|
2020-09-07 21:51:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-07 00:21:55 +00:00
|
|
|
checksum = "cd4cc5f95aabf2bc2e0672400f7494094ffae30b597317cb825b4ac5c8a405b3"
|
2020-05-21 21:24:56 +00:00
|
|
|
dependencies = [
|
2020-09-07 21:51:02 +00:00
|
|
|
"activitystreams",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-05-21 21:24:56 +00:00
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-11-23 00:38:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "activitystreams-kinds"
|
2022-12-07 00:53:19 +00:00
|
|
|
version = "0.3.0"
|
2021-11-23 00:38:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-07 00:53:19 +00:00
|
|
|
checksum = "e97dfe76efd8c0b113cc3580a6b5f4acba47662e3cfbbfcce081c9ac89798990"
|
2021-11-23 00:38:58 +00:00
|
|
|
dependencies = [
|
2022-01-17 22:54:45 +00:00
|
|
|
"iri-string",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2021-11-23 00:38:58 +00:00
|
|
|
]
|
|
|
|
|
2020-09-07 18:34:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.5.2"
|
2020-09-07 18:34:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
|
2020-09-07 18:34:29 +00:00
|
|
|
dependencies = [
|
2024-01-31 22:49:23 +00:00
|
|
|
"bitflags 2.4.2",
|
2021-02-11 00:00:11 +00:00
|
|
|
"bytes",
|
2020-09-07 18:34:29 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-11-23 00:38:58 +00:00
|
|
|
"memchr",
|
2021-02-11 00:00:11 +00:00
|
|
|
"pin-project-lite",
|
2020-09-07 18:34:29 +00:00
|
|
|
"tokio",
|
2022-09-28 23:01:52 +00:00
|
|
|
"tokio-util",
|
2023-05-24 15:19:34 +00:00
|
|
|
"tracing",
|
2020-09-07 18:34:29 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "3.6.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "d223b13fd481fc0d1f83bb12659ae774d9e3601814c68a0bc539731698cca743"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2020-09-14 00:46:13 +00:00
|
|
|
"actix-codec",
|
2020-03-15 02:05:40 +00:00
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2022-11-21 03:42:38 +00:00
|
|
|
"actix-tls",
|
2020-09-14 00:46:13 +00:00
|
|
|
"actix-utils",
|
2024-01-07 18:10:43 +00:00
|
|
|
"ahash 0.8.7",
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2024-01-18 18:34:10 +00:00
|
|
|
"bitflags 2.4.2",
|
2022-11-23 18:57:56 +00:00
|
|
|
"brotli",
|
2021-02-11 00:00:11 +00:00
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
2020-03-15 02:05:40 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
2022-11-23 18:57:56 +00:00
|
|
|
"flate2",
|
2020-03-15 02:05:40 +00:00
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
2021-10-20 23:27:22 +00:00
|
|
|
"httpdate",
|
2022-02-11 17:28:45 +00:00
|
|
|
"itoa",
|
2020-03-15 02:05:40 +00:00
|
|
|
"language-tags",
|
2021-04-02 20:38:55 +00:00
|
|
|
"local-channel",
|
2020-03-15 02:05:40 +00:00
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-04-02 20:38:55 +00:00
|
|
|
"pin-project-lite",
|
2022-04-08 22:39:38 +00:00
|
|
|
"rand",
|
2022-07-02 16:01:02 +00:00
|
|
|
"sha1",
|
2021-02-11 00:00:11 +00:00
|
|
|
"smallvec",
|
2023-01-23 14:38:55 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2022-07-02 16:01:02 +00:00
|
|
|
"tracing",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2023-07-20 01:23:11 +00:00
|
|
|
version = "0.2.4"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:23:11 +00:00
|
|
|
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.5.2"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
|
|
|
"http",
|
|
|
|
"regex",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2022-09-28 23:01:52 +00:00
|
|
|
"tracing",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "2.9.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-macros",
|
2021-02-11 00:00:11 +00:00
|
|
|
"futures-core",
|
2020-03-15 02:05:40 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "2.3.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2020-09-14 00:46:13 +00:00
|
|
|
"actix-utils",
|
2021-02-11 00:00:11 +00:00
|
|
|
"futures-core",
|
2021-11-23 00:38:58 +00:00
|
|
|
"futures-util",
|
2022-02-26 18:12:07 +00:00
|
|
|
"mio",
|
2024-01-07 18:10:43 +00:00
|
|
|
"socket2",
|
2021-02-11 00:00:11 +00:00
|
|
|
"tokio",
|
2022-04-08 22:39:38 +00:00
|
|
|
"tracing",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2021-12-19 20:24:31 +00:00
|
|
|
version = "2.0.2"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 20:24:31 +00:00
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-02-11 00:00:11 +00:00
|
|
|
"futures-core",
|
2021-04-17 17:36:47 +00:00
|
|
|
"paste",
|
2021-02-11 00:00:11 +00:00
|
|
|
"pin-project-lite",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-tls"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "3.3.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "d4cce60a2f2b477bc72e5cde0af1812a6e82d8fd85b5570a5dcf2a5bf2c5be5f"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-02-11 00:00:11 +00:00
|
|
|
"actix-rt",
|
2020-03-15 02:05:40 +00:00
|
|
|
"actix-service",
|
2020-09-14 00:46:13 +00:00
|
|
|
"actix-utils",
|
2021-02-11 00:00:11 +00:00
|
|
|
"futures-core",
|
2023-08-30 03:15:32 +00:00
|
|
|
"impl-more",
|
2021-11-23 00:38:58 +00:00
|
|
|
"pin-project-lite",
|
2024-02-05 02:25:50 +00:00
|
|
|
"rustls-pki-types",
|
2023-08-30 03:15:32 +00:00
|
|
|
"tokio",
|
2024-02-05 02:25:50 +00:00
|
|
|
"tokio-rustls 0.25.0",
|
2022-09-28 23:01:52 +00:00
|
|
|
"tokio-util",
|
2023-08-30 03:15:32 +00:00
|
|
|
"tracing",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2020-09-07 18:34:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2022-10-29 17:22:13 +00:00
|
|
|
version = "3.0.1"
|
2020-09-07 18:34:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-29 17:22:13 +00:00
|
|
|
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
|
2020-09-07 18:34:29 +00:00
|
|
|
dependencies = [
|
2021-04-02 20:38:55 +00:00
|
|
|
"local-waker",
|
2021-02-11 00:00:11 +00:00
|
|
|
"pin-project-lite",
|
2020-09-07 18:34:29 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "4.5.1"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2020-09-14 00:46:13 +00:00
|
|
|
"actix-codec",
|
2020-03-15 02:05:40 +00:00
|
|
|
"actix-http",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
2022-11-21 03:42:38 +00:00
|
|
|
"actix-tls",
|
2020-09-14 00:46:13 +00:00
|
|
|
"actix-utils",
|
2024-01-07 18:10:43 +00:00
|
|
|
"ahash 0.8.7",
|
2021-02-11 00:00:11 +00:00
|
|
|
"bytes",
|
2022-02-26 18:12:07 +00:00
|
|
|
"bytestring",
|
2021-06-26 23:14:43 +00:00
|
|
|
"cfg-if",
|
2020-03-15 02:05:40 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
2020-05-21 21:24:56 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-02-11 17:28:45 +00:00
|
|
|
"itoa",
|
2021-04-02 20:38:55 +00:00
|
|
|
"language-tags",
|
2020-03-15 02:05:40 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
2021-04-02 20:38:55 +00:00
|
|
|
"once_cell",
|
2021-12-03 22:17:25 +00:00
|
|
|
"pin-project-lite",
|
2020-03-15 02:05:40 +00:00
|
|
|
"regex",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-03-15 02:05:40 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-02-11 00:00:11 +00:00
|
|
|
"smallvec",
|
2024-01-07 18:10:43 +00:00
|
|
|
"socket2",
|
2022-04-08 22:39:38 +00:00
|
|
|
"time",
|
2020-03-15 02:05:40 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-webfinger"
|
2023-08-17 22:09:35 +00:00
|
|
|
version = "0.5.0"
|
2020-03-16 03:36:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 22:09:35 +00:00
|
|
|
checksum = "74a22b44deff50693521b489885151fd65a2a596f7aef6d8c0753485b8915082"
|
2020-03-16 03:36:46 +00:00
|
|
|
dependencies = [
|
2021-02-11 00:00:11 +00:00
|
|
|
"actix-rt",
|
2020-03-16 03:36:46 +00:00
|
|
|
"actix-web",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-03-16 03:36:46 +00:00
|
|
|
"serde_derive",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.21.0"
|
2023-07-20 01:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-07-20 01:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-02-11 00:00:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.7.7"
|
2021-02-11 00:00:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
|
2021-02-11 00:00:11 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"getrandom",
|
2021-02-11 00:00:11 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-01-02 18:43:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.8.7"
|
2023-01-02 18:43:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
2023-01-02 18:43:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-03-23 18:51:23 +00:00
|
|
|
"getrandom",
|
2023-01-02 18:43:27 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-26 01:59:28 +00:00
|
|
|
"zerocopy",
|
2023-01-02 18:43:27 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-11-23 14:27:05 +00:00
|
|
|
version = "0.7.20"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-23 14:27:05 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "1.1.2"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-04-28 00:34:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-11-23 18:57:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2023-07-20 01:25:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ammonia"
|
2022-12-07 00:21:55 +00:00
|
|
|
version = "3.3.0"
|
2020-03-26 03:26:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-07 00:21:55 +00:00
|
|
|
checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
|
2020-03-26 03:26:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"html5ever",
|
|
|
|
"maplit",
|
2022-04-08 22:39:38 +00:00
|
|
|
"once_cell",
|
2020-03-26 03:26:45 +00:00
|
|
|
"tendril",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "0.6.11"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
|
2023-04-28 00:34:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.0.5"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.2.3"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-04-28 00:34:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.0.2"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-04-28 00:34:23 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-28 00:34:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "3.0.2"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-04-28 00:34:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-28 00:34:23 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.0.79"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2021-12-28 16:30:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ap-relay"
|
2024-01-18 18:35:00 +00:00
|
|
|
version = "0.3.106"
|
2021-12-28 16:30:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"activitystreams",
|
|
|
|
"activitystreams-ext",
|
|
|
|
"actix-web",
|
|
|
|
"actix-webfinger",
|
|
|
|
"ammonia",
|
|
|
|
"anyhow",
|
2023-11-26 01:59:28 +00:00
|
|
|
"async-cpupool",
|
2021-12-28 16:30:48 +00:00
|
|
|
"background-jobs",
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2022-11-17 19:14:29 +00:00
|
|
|
"bcrypt",
|
2022-09-28 23:01:52 +00:00
|
|
|
"clap",
|
2021-12-28 16:30:48 +00:00
|
|
|
"config",
|
|
|
|
"console-subscriber",
|
|
|
|
"dashmap",
|
|
|
|
"dotenv",
|
2023-07-26 23:03:21 +00:00
|
|
|
"flume",
|
2021-12-28 16:30:48 +00:00
|
|
|
"http-signature-normalization-actix",
|
2023-08-17 22:09:35 +00:00
|
|
|
"http-signature-normalization-reqwest",
|
2021-12-28 16:30:48 +00:00
|
|
|
"lru",
|
2022-11-19 20:47:47 +00:00
|
|
|
"metrics",
|
2022-12-26 16:56:42 +00:00
|
|
|
"metrics-exporter-prometheus",
|
2022-11-19 20:47:47 +00:00
|
|
|
"metrics-util",
|
2021-12-28 16:30:48 +00:00
|
|
|
"mime",
|
2022-11-23 17:51:51 +00:00
|
|
|
"minify-html",
|
2021-12-28 16:30:48 +00:00
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-otlp",
|
2023-11-26 01:59:28 +00:00
|
|
|
"opentelemetry_sdk",
|
2022-11-23 16:44:01 +00:00
|
|
|
"pin-project-lite",
|
2022-11-19 23:28:15 +00:00
|
|
|
"quanta",
|
2022-04-08 22:39:38 +00:00
|
|
|
"rand",
|
2023-08-17 22:09:35 +00:00
|
|
|
"reqwest",
|
|
|
|
"reqwest-middleware",
|
|
|
|
"reqwest-tracing",
|
2023-08-04 23:34:42 +00:00
|
|
|
"ring",
|
2021-12-28 16:30:48 +00:00
|
|
|
"rsa",
|
|
|
|
"rsa-magic-public-key",
|
|
|
|
"ructe",
|
2024-02-05 02:25:50 +00:00
|
|
|
"rustls 0.22.2",
|
2024-01-31 22:49:23 +00:00
|
|
|
"rustls-channel-resolver",
|
|
|
|
"rustls-pemfile 2.0.0",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2021-12-28 16:30:48 +00:00
|
|
|
"serde_json",
|
|
|
|
"sled",
|
2023-11-26 02:20:38 +00:00
|
|
|
"streem",
|
2022-11-02 22:58:52 +00:00
|
|
|
"teloxide",
|
2021-12-28 16:30:48 +00:00
|
|
|
"thiserror",
|
2022-12-21 22:51:17 +00:00
|
|
|
"time",
|
2022-11-02 19:16:48 +00:00
|
|
|
"tokio",
|
2024-01-31 22:49:23 +00:00
|
|
|
"toml 0.8.9",
|
2021-12-28 16:30:48 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-actix-web",
|
|
|
|
"tracing-error",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-opentelemetry",
|
|
|
|
"tracing-subscriber",
|
2022-07-02 19:07:25 +00:00
|
|
|
"uuid",
|
2021-12-28 16:30:48 +00:00
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aquamarine"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f"
|
|
|
|
dependencies = [
|
|
|
|
"itertools 0.9.0",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 18:51:23 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-02 22:58:52 +00:00
|
|
|
]
|
|
|
|
|
2022-09-28 23:01:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2023-01-02 18:43:27 +00:00
|
|
|
version = "1.6.0"
|
2022-09-28 23:01:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 18:43:27 +00:00
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
2022-09-28 23:01:52 +00:00
|
|
|
|
2023-11-26 01:59:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-cpupool"
|
2024-01-07 18:43:58 +00:00
|
|
|
version = "0.2.0"
|
2023-11-26 03:17:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:43:58 +00:00
|
|
|
checksum = "6e8033cee1f97627591df5401e0f20496c1940dc935f3de8ddc642bf9cf836c9"
|
2023-11-26 01:59:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"flume",
|
|
|
|
"metrics",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2023-11-26 01:59:28 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.1.77"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2024-01-08 23:00:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-11 17:28:45 +00:00
|
|
|
version = "1.1.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 17:28:45 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2022-07-02 16:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-08-04 23:35:52 +00:00
|
|
|
version = "0.6.20"
|
2022-07-02 16:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 23:35:52 +00:00
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
2022-07-02 16:01:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-07-20 01:23:11 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-07-02 16:01:02 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-12-07 00:21:55 +00:00
|
|
|
"rustversion",
|
2022-07-02 16:01:02 +00:00
|
|
|
"serde",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.3.4"
|
2022-07-02 16:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2022-07-02 16:01:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
2022-12-07 00:21:55 +00:00
|
|
|
"rustversion",
|
2022-09-28 23:01:52 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-07-02 16:01:02 +00:00
|
|
|
]
|
|
|
|
|
2020-03-21 20:24:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "background-jobs"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "0.17.0"
|
2024-01-18 18:34:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "65f83277b60c9c889210ef54207cca1a8f7e6de916ad616ce4140d477c8a6094"
|
2020-03-21 20:24:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"background-jobs-core",
|
2024-01-08 23:00:15 +00:00
|
|
|
"background-jobs-metrics",
|
2024-01-14 20:56:07 +00:00
|
|
|
"background-jobs-tokio",
|
2020-03-21 20:24:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-14 20:56:07 +00:00
|
|
|
name = "background-jobs-core"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "0.17.0"
|
2024-01-18 18:34:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50ac54b76a9cb9bdf6bdb7a485181e9f9ab95e930aa34b6a74ebda76d04d6b11"
|
2020-03-21 20:24:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2024-01-14 20:56:07 +00:00
|
|
|
"event-listener",
|
2022-11-19 20:45:09 +00:00
|
|
|
"metrics",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-03-21 20:24:05 +00:00
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2024-01-14 20:56:07 +00:00
|
|
|
"time",
|
2021-09-18 17:55:39 +00:00
|
|
|
"tracing",
|
2022-07-02 19:07:25 +00:00
|
|
|
"uuid",
|
2020-03-21 20:24:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-14 20:56:07 +00:00
|
|
|
name = "background-jobs-metrics"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "0.17.0"
|
2024-01-18 18:34:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "119b921bdadd3bd666f8418054933e33b9d279203b8029c5881e3174c2821f79"
|
2020-03-21 20:24:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2024-01-14 20:56:07 +00:00
|
|
|
"background-jobs-core",
|
2022-11-19 20:45:09 +00:00
|
|
|
"metrics",
|
2024-01-14 20:56:07 +00:00
|
|
|
"metrics-util",
|
2021-09-18 17:55:39 +00:00
|
|
|
"tracing",
|
2024-01-08 23:00:15 +00:00
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-14 20:56:07 +00:00
|
|
|
name = "background-jobs-tokio"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "0.17.0"
|
2024-01-18 18:34:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d18cbc0bda6c07ffca4146ac88d93f93f93f374012a0c425c3a8b7fd34ccce4e"
|
2024-01-08 23:00:15 +00:00
|
|
|
dependencies = [
|
2024-01-14 20:56:07 +00:00
|
|
|
"anyhow",
|
2024-01-08 23:00:15 +00:00
|
|
|
"async-trait",
|
|
|
|
"background-jobs-core",
|
|
|
|
"metrics",
|
2024-01-14 20:56:07 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2024-01-08 23:00:15 +00:00
|
|
|
"tracing",
|
2022-07-02 19:07:25 +00:00
|
|
|
"uuid",
|
2020-03-21 20:24:05 +00:00
|
|
|
]
|
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.3.69"
|
2023-07-20 01:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2023-07-20 01:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2020-10-10 17:38:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-10-29 17:22:13 +00:00
|
|
|
version = "0.13.1"
|
2020-10-10 17:38:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-29 17:22:13 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2020-10-10 17:38:37 +00:00
|
|
|
|
2023-01-23 14:38:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-14 21:16:56 +00:00
|
|
|
version = "0.21.7"
|
2023-01-23 14:38:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 21:16:56 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-01-23 14:38:55 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64-simd"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
|
|
|
|
dependencies = [
|
|
|
|
"simd-abstraction",
|
|
|
|
]
|
|
|
|
|
2020-03-17 01:41:00 +00:00
|
|
|
[[package]]
|
2021-08-01 20:12:06 +00:00
|
|
|
name = "base64ct"
|
2023-03-23 18:51:23 +00:00
|
|
|
version = "1.6.0"
|
2020-03-17 01:41:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 18:51:23 +00:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2020-03-17 01:41:00 +00:00
|
|
|
|
2022-11-17 19:14:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bcrypt"
|
2023-07-20 01:25:24 +00:00
|
|
|
version = "0.15.0"
|
2022-11-17 19:14:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:25:24 +00:00
|
|
|
checksum = "28d1c9c15093eb224f0baa400f38fcd713fc1391a6f1c389d886beef146d60a3"
|
2022-11-17 19:14:29 +00:00
|
|
|
dependencies = [
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2022-11-17 19:14:29 +00:00
|
|
|
"blowfish",
|
|
|
|
"getrandom",
|
2023-02-25 21:06:18 +00:00
|
|
|
"subtle",
|
2022-11-17 19:14:29 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-18 17:55:39 +00:00
|
|
|
version = "1.3.2"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-18 17:55:39 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "2.4.2"
|
2023-07-20 01:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-07-20 01:23:11 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-23 18:51:23 +00:00
|
|
|
version = "0.10.4"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 18:51:23 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-02-26 18:12:07 +00:00
|
|
|
dependencies = [
|
2022-09-28 23:01:52 +00:00
|
|
|
"generic-array",
|
2021-12-19 20:24:31 +00:00
|
|
|
]
|
|
|
|
|
2022-11-17 19:14:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blowfish"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2022-11-23 18:57:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "3.4.0"
|
2022-11-23 18:57:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
|
2022-11-23 18:57:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "2.5.1"
|
2022-11-23 18:57:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
|
2022-11-23 18:57:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "3.14.0"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2022-02-26 18:12:07 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecheck"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.6.12"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
|
|
|
"simdutf8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.6.12"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2020-03-20 18:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.6.7"
|
2020-03-20 18:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
|
2020-03-20 18:40:18 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "1.5.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2021-02-10 04:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-09-09 00:39:37 +00:00
|
|
|
version = "1.5.0"
|
2021-02-10 04:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-09 00:39:37 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2021-02-10 04:05:06 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "1.3.1"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-02-11 00:00:11 +00:00
|
|
|
"bytes",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "1.0.83"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-08-04 23:35:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2020-12-23 18:06:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.4.33"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-11-17 19:14:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2023-03-23 18:51:23 +00:00
|
|
|
version = "0.4.4"
|
2022-11-17 19:14:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 18:51:23 +00:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2022-11-17 19:14:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
2020-03-20 00:55:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "4.4.18"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
|
2020-03-20 00:55:11 +00:00
|
|
|
dependencies = [
|
2023-04-28 00:34:23 +00:00
|
|
|
"clap_builder",
|
2022-09-28 23:01:52 +00:00
|
|
|
"clap_derive",
|
2023-04-28 00:34:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "4.4.18"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
|
2023-04-28 00:34:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2020-03-20 00:55:11 +00:00
|
|
|
"strsim",
|
2022-09-28 23:01:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "4.4.7"
|
2022-09-28 23:01:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
2022-09-28 23:01:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2022-09-28 23:01:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.6.0"
|
2022-09-28 23:01:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2020-03-20 00:55:11 +00:00
|
|
|
|
2024-01-08 23:00:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-03-20 00:55:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.13.4"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca"
|
2020-03-20 00:55:11 +00:00
|
|
|
dependencies = [
|
2022-02-26 18:12:07 +00:00
|
|
|
"async-trait",
|
|
|
|
"json5",
|
2020-03-20 00:55:11 +00:00
|
|
|
"lazy_static",
|
2023-01-23 14:38:55 +00:00
|
|
|
"nom",
|
2022-02-26 18:12:07 +00:00
|
|
|
"pathdiff",
|
|
|
|
"ron",
|
2020-03-20 00:55:11 +00:00
|
|
|
"rust-ini",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-03-20 00:55:11 +00:00
|
|
|
"serde_json",
|
2023-01-29 19:21:53 +00:00
|
|
|
"toml 0.5.11",
|
2020-03-20 00:55:11 +00:00
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console-api"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.6.0"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"futures-core",
|
|
|
|
"prost 0.12.3",
|
2022-09-28 23:01:52 +00:00
|
|
|
"prost-types",
|
2023-11-26 01:59:28 +00:00
|
|
|
"tonic 0.10.2",
|
2021-12-19 20:24:31 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console-subscriber"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.2.0"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"console-api",
|
2022-01-24 05:03:00 +00:00
|
|
|
"crossbeam-channel",
|
2022-02-26 18:12:07 +00:00
|
|
|
"crossbeam-utils",
|
2023-11-26 01:59:28 +00:00
|
|
|
"futures-task",
|
2021-12-19 20:24:31 +00:00
|
|
|
"hdrhistogram",
|
|
|
|
"humantime",
|
2022-09-28 23:01:52 +00:00
|
|
|
"prost-types",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2021-12-19 20:24:31 +00:00
|
|
|
"serde_json",
|
|
|
|
"thread_local",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2023-11-26 01:59:28 +00:00
|
|
|
"tonic 0.10.2",
|
2021-12-19 20:24:31 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2021-08-01 20:12:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-str"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
|
|
|
|
dependencies = [
|
|
|
|
"const-str-proc-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-str-proc-macro"
|
|
|
|
version = "0.3.2"
|
2020-03-15 16:29:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
2021-03-28 20:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
2020-03-15 16:29:01 +00:00
|
|
|
|
2023-11-26 01:59:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.9.4"
|
2023-11-26 01:59:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2023-11-26 01:59:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.8.6"
|
2023-11-26 01:59:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2023-11-26 01:59:28 +00:00
|
|
|
|
2020-06-27 22:29:23 +00:00
|
|
|
[[package]]
|
2021-06-24 17:02:27 +00:00
|
|
|
name = "cpufeatures"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.2.12"
|
2020-06-27 22:29:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2021-06-24 17:02:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-06-27 22:29:23 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-11 17:28:45 +00:00
|
|
|
version = "1.3.2"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 17:28:45 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-03-09 00:26:22 +00:00
|
|
|
"cfg-if",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "0.5.11"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 23:00:15 +00:00
|
|
|
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "0.8.5"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 23:00:15 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"crossbeam-epoch",
|
2021-09-18 18:40:47 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-04-21 17:07:39 +00:00
|
|
|
[[package]]
|
2021-02-10 04:05:06 +00:00
|
|
|
name = "crossbeam-epoch"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "0.9.18"
|
2020-04-21 17:07:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 23:00:15 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2020-04-21 17:07:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "0.8.19"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 23:00:15 +00:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
2021-08-01 20:12:06 +00:00
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-09-28 23:01:52 +00:00
|
|
|
version = "0.1.6"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 23:01:52 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
2022-09-28 23:01:52 +00:00
|
|
|
"generic-array",
|
2022-02-26 18:12:07 +00:00
|
|
|
"typenum",
|
2021-12-19 20:24:31 +00:00
|
|
|
]
|
|
|
|
|
2022-11-23 17:51:51 +00:00
|
|
|
[[package]]
|
2024-01-07 18:10:43 +00:00
|
|
|
name = "cssparser"
|
|
|
|
version = "0.33.0"
|
2022-11-23 17:51:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
|
2022-11-23 17:51:51 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
|
|
|
"itoa",
|
|
|
|
"phf 0.11.2",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-color"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f"
|
|
|
|
dependencies = [
|
|
|
|
"cssparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
2022-11-23 17:51:51 +00:00
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2023-03-23 18:51:23 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-02 22:58:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2023-03-23 18:51:23 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-02 22:58:52 +00:00
|
|
|
]
|
|
|
|
|
2021-11-23 22:19:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "5.5.3"
|
2021-11-23 22:19:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2021-11-23 22:19:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-01-07 18:10:43 +00:00
|
|
|
"hashbrown 0.14.3",
|
2022-07-02 16:01:02 +00:00
|
|
|
"lock_api",
|
2022-09-28 23:01:52 +00:00
|
|
|
"once_cell",
|
2023-11-26 01:59:28 +00:00
|
|
|
"parking_lot_core 0.9.9",
|
2021-11-23 22:19:59 +00:00
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-url"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
]
|
|
|
|
|
2021-08-01 20:12:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2023-08-17 22:09:35 +00:00
|
|
|
version = "0.7.8"
|
2021-08-01 20:12:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 22:09:35 +00:00
|
|
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
2021-08-01 20:12:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
2022-04-08 22:39:38 +00:00
|
|
|
"pem-rfc7468",
|
2022-10-29 17:22:13 +00:00
|
|
|
"zeroize",
|
2021-08-01 20:12:06 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 23:35:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.11"
|
2023-08-04 23:35:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-08-04 23:35:52 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"powerfmt",
|
2023-08-04 23:35:52 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-03 22:17:25 +00:00
|
|
|
version = "0.99.17"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 22:17:25 +00:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-03-28 20:02:26 +00:00
|
|
|
"convert_case",
|
2020-03-15 02:05:40 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-10-20 23:27:22 +00:00
|
|
|
"rustc_version",
|
2023-03-23 18:51:23 +00:00
|
|
|
"syn 1.0.109",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-24 15:19:34 +00:00
|
|
|
version = "0.10.7"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 15:19:34 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
2022-09-28 23:01:52 +00:00
|
|
|
"block-buffer",
|
2022-10-29 17:22:13 +00:00
|
|
|
"const-oid",
|
2021-12-19 20:24:31 +00:00
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.3.0"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
2022-02-26 18:12:07 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dptree"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d81175dab5ec79c30e0576df2ed2c244e1721720c302000bb321b107e82e265c"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-07-24 18:19:40 +00:00
|
|
|
version = "1.9.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 18:19:40 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.8.33"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-03-09 00:26:22 +00:00
|
|
|
"cfg-if",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2022-11-19 20:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "erasable"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f11890ce181d47a64e5d1eb4b6caba0e7bae911a356723740d058a5d0340b7d"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-05-22 02:42:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "4.0.3"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 23:00:15 +00:00
|
|
|
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
2022-02-26 18:12:07 +00:00
|
|
|
|
2022-01-18 17:26:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "2.0.1"
|
2022-01-18 17:26:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2022-01-18 17:26:50 +00:00
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "1.0.28"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-07-26 23:03:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2023-08-17 22:11:08 +00:00
|
|
|
version = "0.11.0"
|
2023-07-26 23:03:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 22:11:08 +00:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2023-07-26 23:03:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"nanorand",
|
|
|
|
"spin 0.9.8",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-21 21:24:56 +00:00
|
|
|
version = "1.0.7"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-21 21:24:56 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2020-12-23 18:06:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "1.2.1"
|
2020-12-23 18:06:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-12-23 18:06:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-02-10 04:05:06 +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-11 00:00:11 +00:00
|
|
|
"winapi",
|
2021-02-10 04:05:06 +00:00
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2022-02-04 17:50:52 +00:00
|
|
|
version = "0.1.5"
|
2020-03-26 03:26:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:50:52 +00:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2020-03-26 03:26:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.30"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
2022-11-02 22:58:52 +00:00
|
|
|
"futures-executor",
|
2021-09-18 18:40:47 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.30"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.30"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.30"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.30"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2021-09-18 18:40:47 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.30"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.30"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.30"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.3.30"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-09-18 18:40:47 +00:00
|
|
|
"futures-channel",
|
2020-03-15 02:05:40 +00:00
|
|
|
"futures-core",
|
2021-09-18 18:40:47 +00:00
|
|
|
"futures-io",
|
2020-03-15 02:05:40 +00:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2021-09-18 18:40:47 +00:00
|
|
|
"memchr",
|
2021-02-11 00:00:11 +00:00
|
|
|
"pin-project-lite",
|
2020-03-15 02:05:40 +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:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.14.7"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2020-06-10 22:19:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2020-06-20 04:11:02 +00:00
|
|
|
"version_check",
|
2020-06-10 22:19:32 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-01-10 00:08:10 +00:00
|
|
|
version = "0.2.12"
|
2021-02-10 04:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 00:08:10 +00:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
2021-02-10 04:05:06 +00:00
|
|
|
dependencies = [
|
2021-03-09 00:26:22 +00:00
|
|
|
"cfg-if",
|
2023-07-26 23:03:21 +00:00
|
|
|
"js-sys",
|
2021-02-10 04:05:06 +00:00
|
|
|
"libc",
|
2023-04-28 00:34:23 +00:00
|
|
|
"wasi",
|
2023-07-26 23:03:21 +00:00
|
|
|
"wasm-bindgen",
|
2021-02-10 04:05:06 +00:00
|
|
|
]
|
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.28.1"
|
2023-07-20 01:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2023-07-20 01:23:11 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "0.3.24"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-02-11 00:00:11 +00:00
|
|
|
"bytes",
|
2020-03-15 02:05:40 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2024-02-05 02:25:50 +00:00
|
|
|
"indexmap 2.2.2",
|
2020-03-15 02:05:40 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-09-28 23:01:52 +00:00
|
|
|
"tokio-util",
|
2020-07-25 14:33:35 +00:00
|
|
|
"tracing",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-09-28 23:01:52 +00:00
|
|
|
version = "0.12.3"
|
2020-03-15 16:29:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 23:01:52 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2020-03-15 16:29:01 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"ahash 0.7.7",
|
2023-01-02 18:43:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-07-20 01:23:11 +00:00
|
|
|
version = "0.13.1"
|
2023-01-02 18:43:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:23:11 +00:00
|
|
|
checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
|
2023-01-02 18:43:27 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"ahash 0.8.7",
|
|
|
|
"bumpalo",
|
2020-03-15 16:29:01 +00:00
|
|
|
]
|
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.14.3"
|
2023-07-20 01:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2023-07-20 01:25:24 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"ahash 0.8.7",
|
2023-07-20 01:25:24 +00:00
|
|
|
"allocator-api2",
|
|
|
|
]
|
2023-07-20 01:23:11 +00:00
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hdrhistogram"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "7.5.4"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2021-12-19 20:24:31 +00:00
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
2023-01-23 14:38:55 +00:00
|
|
|
"nom",
|
2022-02-26 18:12:07 +00:00
|
|
|
"num-traits",
|
2021-12-19 20:24:31 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-25 21:04:30 +00:00
|
|
|
version = "0.4.1"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 21:04:30 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2022-12-07 00:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "0.3.4"
|
2023-02-25 21:04:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
|
2023-02-25 21:04:30 +00:00
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.26.0"
|
2020-03-26 03:26:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
2020-03-26 03:26:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 18:51:23 +00:00
|
|
|
"syn 1.0.109",
|
2020-03-26 03:26:45 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.2.11"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-02-11 00:00:11 +00:00
|
|
|
"bytes",
|
2020-03-15 02:05:40 +00:00
|
|
|
"fnv",
|
2022-02-11 17:28:45 +00:00
|
|
|
"itoa",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.4.6"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-signature-normalization"
|
2022-12-08 21:14:04 +00:00
|
|
|
version = "0.7.0"
|
2021-10-27 16:44:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-08 21:14:04 +00:00
|
|
|
checksum = "b95e3149194de5f3f9d5225bcc6a8677979f8ff8ce39c85654730ad4824f101e"
|
2020-03-16 03:36:46 +00:00
|
|
|
dependencies = [
|
2022-01-17 23:51:19 +00:00
|
|
|
"httpdate",
|
2020-03-16 03:36:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-signature-normalization-actix"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.11.0"
|
2021-10-27 16:44:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "e0fb2730dc2a3a91b3386b6f7bd2b0414a707f33f5617cf7e1cba8562b1ea557"
|
2020-03-16 03:36:46 +00:00
|
|
|
dependencies = [
|
2021-10-11 19:19:32 +00:00
|
|
|
"actix-http",
|
|
|
|
"actix-rt",
|
2020-03-16 03:36:46 +00:00
|
|
|
"actix-web",
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2023-09-09 21:30:07 +00:00
|
|
|
"futures-core",
|
2020-03-16 03:36:46 +00:00
|
|
|
"http-signature-normalization",
|
2023-08-04 23:34:42 +00:00
|
|
|
"ring",
|
2023-11-26 02:20:38 +00:00
|
|
|
"streem",
|
2020-03-16 03:36:46 +00:00
|
|
|
"thiserror",
|
2021-09-18 17:55:39 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-error",
|
|
|
|
"tracing-futures",
|
2020-03-16 03:36:46 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 22:09:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-signature-normalization-reqwest"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.11.0"
|
2023-08-17 22:09:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "86048ef6b1d59bcb2cdde0100bb16b1a29ce78ab6dd4a90706ba0791a2831b5a"
|
2023-08-17 22:09:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2023-08-17 22:09:35 +00:00
|
|
|
"http-signature-normalization",
|
|
|
|
"httpdate",
|
|
|
|
"reqwest",
|
|
|
|
"reqwest-middleware",
|
|
|
|
"ring",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-09-28 23:01:52 +00:00
|
|
|
version = "1.8.0"
|
2020-12-23 18:06:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 23:01:52 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2020-12-23 18:06:15 +00:00
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-17 22:09:35 +00:00
|
|
|
version = "1.0.3"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 22:09:35 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2021-09-18 18:40:47 +00:00
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.14.28"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-02-11 17:28:45 +00:00
|
|
|
"itoa",
|
2021-09-18 18:40:47 +00:00
|
|
|
"pin-project-lite",
|
2024-01-07 18:10:43 +00:00
|
|
|
"socket2",
|
2021-09-18 18:40:47 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.24.2"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
2023-07-20 01:23:11 +00:00
|
|
|
"futures-util",
|
2022-11-02 22:58:52 +00:00
|
|
|
"http",
|
|
|
|
"hyper",
|
2024-02-05 02:25:50 +00:00
|
|
|
"rustls 0.21.10",
|
2022-11-02 22:58:52 +00:00
|
|
|
"tokio",
|
2024-02-05 02:25:50 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2022-11-02 22:58:52 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.5.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-08-30 03:15:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "impl-more"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d"
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "1.9.3"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"autocfg",
|
2023-01-02 18:43:27 +00:00
|
|
|
"hashbrown 0.12.3",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "2.2.2"
|
2023-07-20 01:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
|
2023-07-20 01:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-01-07 18:10:43 +00:00
|
|
|
"hashbrown 0.14.3",
|
2023-07-20 01:23:11 +00:00
|
|
|
]
|
|
|
|
|
2022-11-17 19:14:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-07-10 20:36:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-20 23:27:22 +00:00
|
|
|
version = "0.1.12"
|
2020-07-10 20:36:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-20 23:27:22 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-09-30 00:33:50 +00:00
|
|
|
dependencies = [
|
2021-03-09 00:26:22 +00:00
|
|
|
"cfg-if",
|
2020-09-30 00:33:50 +00:00
|
|
|
]
|
2020-07-10 20:36:23 +00:00
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "2.9.0"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2022-11-02 22:58:52 +00:00
|
|
|
|
2022-01-17 22:54:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iri-string"
|
2022-12-07 00:53:19 +00:00
|
|
|
version = "0.7.0"
|
2022-01-17 22:54:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-07 00:53:19 +00:00
|
|
|
checksum = "21859b667d66a4c1dacd9df0863b3efb65785474255face87f5bca39dd8407c0"
|
2022-01-17 22:54:45 +00:00
|
|
|
dependencies = [
|
2022-12-07 00:53:19 +00:00
|
|
|
"memchr",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2022-01-17 22:54:45 +00:00
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-03-20 18:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-09-28 23:01:52 +00:00
|
|
|
version = "0.10.5"
|
2020-03-20 18:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 23:01:52 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2020-03-20 18:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-07-24 18:19:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.12.1"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.0.10"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
2021-12-19 20:24:31 +00:00
|
|
|
|
2020-03-16 18:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-01-14 21:16:56 +00:00
|
|
|
version = "0.3.67"
|
2020-03-16 18:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 21:16:56 +00:00
|
|
|
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
|
2020-03-16 18:27:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "json5"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
2021-06-24 17:02:27 +00:00
|
|
|
version = "0.3.2"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 17:02:27 +00:00
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-03-16 03:36:46 +00:00
|
|
|
dependencies = [
|
2023-07-26 23:03:21 +00:00
|
|
|
"spin 0.5.2",
|
2020-03-16 03:36:46 +00:00
|
|
|
]
|
2020-03-15 02:05:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.2.153"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.2.8"
|
2020-03-16 03:36:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2020-03-16 03:36:46 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lightningcss"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "1.0.0-alpha.52"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "771a62dedf5ec563bbfea9760f6c6a6bc546e67355eba0cd7d00c0dc34b11d90"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash 0.7.7",
|
2024-01-18 18:34:10 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-01-07 18:10:43 +00:00
|
|
|
"const-str",
|
|
|
|
"cssparser",
|
|
|
|
"cssparser-color",
|
|
|
|
"dashmap",
|
|
|
|
"data-encoding",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"lazy_static",
|
|
|
|
"parcel_selectors",
|
|
|
|
"parcel_sourcemap",
|
|
|
|
"paste",
|
|
|
|
"pathdiff",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-02 16:01:02 +00:00
|
|
|
version = "0.5.6"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:01:02 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2021-04-02 20:38:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.1.5"
|
2021-04-02 20:38:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
|
2021-04-02 20:38:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.1.4"
|
2021-04-02 20:38:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
|
2021-04-02 20:38:55 +00:00
|
|
|
|
2020-07-10 20:36:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.4.11"
|
2020-07-10 20:36:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2020-07-10 20:36:23 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"autocfg",
|
2020-07-10 20:36:23 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-17 22:09:35 +00:00
|
|
|
version = "0.4.20"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 22:09:35 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2020-03-15 16:29:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.12.2"
|
2020-03-15 16:29:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "db2c024b41519440580066ba82aab04092b333e09066a5eb86c7c4890df31f22"
|
2020-03-15 16:29:01 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"hashbrown 0.14.3",
|
2020-03-15 16:29:01 +00:00
|
|
|
]
|
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.11.0"
|
2020-03-26 03:26:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
2020-03-26 03:26:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-01-07 18:10:43 +00:00
|
|
|
"phf 0.10.1",
|
2020-03-26 03:26:45 +00:00
|
|
|
"phf_codegen",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
2021-09-18 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2021-10-25 01:45:38 +00:00
|
|
|
version = "0.1.0"
|
2021-09-18 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 01:45:38 +00:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2021-09-18 17:55:39 +00:00
|
|
|
dependencies = [
|
2023-07-20 01:23:11 +00:00
|
|
|
"regex-automata 0.1.10",
|
2021-09-18 17:55:39 +00:00
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
|
|
|
2022-07-02 16:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.7.3"
|
2022-07-02 16:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
2022-07-02 16:01:02 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "2.7.1"
|
2021-02-10 04:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
2021-02-10 04:05:06 +00:00
|
|
|
|
2022-11-19 20:45:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "metrics"
|
2024-01-07 18:43:58 +00:00
|
|
|
version = "0.22.0"
|
2022-11-19 20:45:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:43:58 +00:00
|
|
|
checksum = "77b9e10a211c839210fd7f99954bda26e5f8e26ec686ad68da6a32df7c80e782"
|
2022-11-19 20:45:09 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"ahash 0.8.7",
|
2022-11-19 20:45:09 +00:00
|
|
|
"portable-atomic",
|
|
|
|
]
|
|
|
|
|
2022-12-26 16:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "metrics-exporter-prometheus"
|
2024-01-07 18:43:58 +00:00
|
|
|
version = "0.13.0"
|
2022-12-26 16:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:43:58 +00:00
|
|
|
checksum = "83a4c4718a371ddfb7806378f23617876eea8b82e5ff1324516bcd283249d9ea"
|
2022-12-26 16:56:42 +00:00
|
|
|
dependencies = [
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2022-12-26 16:56:42 +00:00
|
|
|
"hyper",
|
2023-07-20 01:23:11 +00:00
|
|
|
"indexmap 1.9.3",
|
2022-12-26 16:56:42 +00:00
|
|
|
"ipnet",
|
|
|
|
"metrics",
|
|
|
|
"metrics-util",
|
|
|
|
"quanta",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-11-19 20:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "metrics-util"
|
2024-01-07 18:43:58 +00:00
|
|
|
version = "0.16.0"
|
2022-11-19 20:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:43:58 +00:00
|
|
|
checksum = "2670b8badcc285d486261e2e9f1615b506baff91427b61bd336a472b65bbf5ed"
|
2022-11-19 20:47:47 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"aho-corasick 1.1.2",
|
2022-11-19 20:47:47 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2023-07-20 01:23:11 +00:00
|
|
|
"hashbrown 0.13.1",
|
|
|
|
"indexmap 1.9.3",
|
2022-11-19 20:47:47 +00:00
|
|
|
"metrics",
|
|
|
|
"num_cpus",
|
2024-01-07 18:43:58 +00:00
|
|
|
"ordered-float",
|
2022-11-19 20:47:47 +00:00
|
|
|
"quanta",
|
|
|
|
"radix_trie",
|
|
|
|
"sketches-ddsketch",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-23 18:51:23 +00:00
|
|
|
version = "0.3.17"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 18:51:23 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-11-23 17:51:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minify-html"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.15.0"
|
2022-11-23 17:51:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "1cd4517942a8e7425c990b14977f86a63e4996eed7b15cfcca1540126ac5ff25"
|
2022-11-23 17:51:51 +00:00
|
|
|
dependencies = [
|
2023-04-28 00:34:23 +00:00
|
|
|
"aho-corasick 0.7.20",
|
2022-11-23 17:51:51 +00:00
|
|
|
"lazy_static",
|
2024-01-07 18:10:43 +00:00
|
|
|
"lightningcss",
|
2022-11-23 17:51:51 +00:00
|
|
|
"memchr",
|
2024-01-07 18:10:43 +00:00
|
|
|
"minify-html-common",
|
2022-11-23 17:51:51 +00:00
|
|
|
"minify-js",
|
2024-01-07 18:10:43 +00:00
|
|
|
"once_cell",
|
2023-01-23 14:38:55 +00:00
|
|
|
"rustc-hash",
|
2022-11-23 17:51:51 +00:00
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minify-html-common"
|
|
|
|
version = "0.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "697a6b40dffdc5de10c0cbd709dc2bc2039cea9dab8aaa636eb9a49d6b411780"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 0.7.20",
|
2024-01-31 22:49:23 +00:00
|
|
|
"itertools 0.12.1",
|
2024-01-07 18:10:43 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"rustc-hash",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-11-23 17:51:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minify-js"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.5.6"
|
2022-11-23 17:51:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "22d6c512a82abddbbc13b70609cb2beff01be2c7afff534d6e5e1c85e438fc8b"
|
2022-11-23 17:51:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"parse-js",
|
|
|
|
]
|
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.7.2"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-12-13 17:39:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.8.10"
|
2021-12-13 17:39:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
|
2021-12-13 17:39:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-04-28 00:34:23 +00:00
|
|
|
"wasi",
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2023-11-26 01:59:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mutually_exclusive_features"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d02c0b00610773bb7fc61d85e13d86c7858cbdf00e1a120bfc41bc055dbaa0e"
|
|
|
|
|
2023-07-26 23:03:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "never"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
|
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2022-11-19 20:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2022-11-23 17:51:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-23 14:38:55 +00:00
|
|
|
version = "7.1.3"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 14:38:55 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2022-10-29 17:22:13 +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",
|
|
|
|
]
|
|
|
|
|
2021-03-28 20:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.4.4"
|
2021-03-28 20:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
2021-03-28 20:02:26 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"autocfg",
|
2021-03-28 20:02:26 +00:00
|
|
|
"num-integer",
|
2022-02-26 18:12:07 +00:00
|
|
|
"num-traits",
|
2021-03-28 20:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
2023-07-20 01:23:11 +00:00
|
|
|
version = "0.8.4"
|
2020-03-16 03:36:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:23:11 +00:00
|
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
2020-03-16 03:36:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2022-02-26 18:12:07 +00:00
|
|
|
"num-traits",
|
2022-04-08 22:39:38 +00:00
|
|
|
"rand",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-03-16 03:36:46 +00:00
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-02-05 02:25:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-07-02 16:01:02 +00:00
|
|
|
version = "0.1.45"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:01:02 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"autocfg",
|
2022-02-26 18:12:07 +00:00
|
|
|
"num-traits",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2022-07-02 16:01:02 +00:00
|
|
|
version = "0.1.43"
|
2020-03-16 03:36:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:01:02 +00:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2020-03-16 03:36:46 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"autocfg",
|
2020-03-16 03:36:46 +00:00
|
|
|
"num-integer",
|
2022-02-26 18:12:07 +00:00
|
|
|
"num-traits",
|
2020-03-20 00:55:11 +00:00
|
|
|
]
|
|
|
|
|
2020-03-20 18:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-07-02 16:01:02 +00:00
|
|
|
version = "0.4.1"
|
2020-03-20 18:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:01:02 +00:00
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
2020-03-20 18:40:18 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"autocfg",
|
2023-01-23 14:38:55 +00:00
|
|
|
"num-bigint",
|
2020-03-20 18:40:18 +00:00
|
|
|
"num-integer",
|
2022-02-26 18:12:07 +00:00
|
|
|
"num-traits",
|
2020-03-16 03:36:46 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.2.17"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"autocfg",
|
2021-03-28 20:02:26 +00:00
|
|
|
"libm",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-20 01:23:11 +00:00
|
|
|
version = "1.16.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:23:11 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2023-07-20 01:23:11 +00:00
|
|
|
"hermit-abi",
|
2020-03-15 02:05:40 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.32.2"
|
2023-07-20 01:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2023-07-20 01:23:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-05-21 21:24:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.19.0"
|
2020-05-21 21:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2020-05-21 21:24:56 +00:00
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
2022-09-28 23:01:52 +00:00
|
|
|
name = "opentelemetry"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.21.0"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "1e32339a5dc40459130b3bd269e9892439f55b33e772d2a9d402a789baaf4e8a"
|
2022-09-28 23:01:52 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2024-02-05 02:25:50 +00:00
|
|
|
"indexmap 2.2.2",
|
2023-11-26 01:59:28 +00:00
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"thiserror",
|
|
|
|
"urlencoding",
|
2022-09-28 23:01:52 +00:00
|
|
|
]
|
2022-02-26 18:12:07 +00:00
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
2022-09-28 23:01:52 +00:00
|
|
|
name = "opentelemetry-otlp"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.14.0"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "f24cda83b20ed2433c68241f918d0f6fdec8b1d43b7a9590ab4420c5095ca930"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-08-05 17:47:52 +00:00
|
|
|
"futures-core",
|
2022-09-28 23:01:52 +00:00
|
|
|
"http",
|
2023-11-26 01:59:28 +00:00
|
|
|
"opentelemetry",
|
2022-09-28 23:01:52 +00:00
|
|
|
"opentelemetry-proto",
|
2023-08-05 17:47:52 +00:00
|
|
|
"opentelemetry-semantic-conventions",
|
|
|
|
"opentelemetry_sdk",
|
2023-11-26 01:59:28 +00:00
|
|
|
"prost 0.11.9",
|
2021-09-18 18:40:47 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-11-26 01:59:28 +00:00
|
|
|
"tonic 0.9.2",
|
2021-09-18 18:40:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-09-28 23:01:52 +00:00
|
|
|
name = "opentelemetry-proto"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.4.0"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "a2e155ce5cc812ea3d1dffbd1539aed653de4bf4882d60e6e04dcf0901d674e1"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"opentelemetry",
|
2023-08-05 17:47:52 +00:00
|
|
|
"opentelemetry_sdk",
|
2023-11-26 01:59:28 +00:00
|
|
|
"prost 0.11.9",
|
|
|
|
"tonic 0.9.2",
|
2023-08-05 17:47:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-semantic-conventions"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.13.0"
|
2023-08-05 17:47:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "f5774f1ef1f982ef2a447f6ee04ec383981a3ab99c8e77a1a7b30182e65bbc84"
|
2023-08-05 17:47:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"opentelemetry",
|
2022-09-28 23:01:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_sdk"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.21.2"
|
2022-09-28 23:01:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "2f16aec8a98a457a52664d69e0091bac3a0abd18ead9b641cb00202ba4e0efe4"
|
2022-09-28 23:01:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
2023-11-26 01:59:28 +00:00
|
|
|
"glob",
|
2022-09-28 23:01:52 +00:00
|
|
|
"once_cell",
|
2023-11-26 01:59:28 +00:00
|
|
|
"opentelemetry",
|
2024-01-07 18:43:58 +00:00
|
|
|
"ordered-float",
|
2022-09-28 23:01:52 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
2021-09-18 18:40:47 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2022-09-28 23:01:52 +00:00
|
|
|
"tokio-stream",
|
2021-09-18 18:40:47 +00:00
|
|
|
]
|
|
|
|
|
2023-11-26 01:59:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "4.2.0"
|
2023-11-26 01:59:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e"
|
2022-11-19 20:47:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.4.3"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
2022-02-26 18:12:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"dlv-list",
|
2023-01-02 18:43:27 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-02-26 18:12:07 +00:00
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "outref"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
|
|
|
|
|
2022-10-29 17:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
2022-09-28 23:01:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-29 17:22:13 +00:00
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2022-09-28 23:01:52 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parcel_selectors"
|
|
|
|
version = "0.26.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05d74befe2d076330d9a58bf9ca2da424568724ab278adf15fb5718253133887"
|
|
|
|
dependencies = [
|
2024-01-18 18:34:10 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-01-07 18:10:43 +00:00
|
|
|
"cssparser",
|
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"phf 0.10.1",
|
|
|
|
"phf_codegen",
|
|
|
|
"precomputed-hash",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parcel_sourcemap"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "485b74d7218068b2b7c0e3ff12fbc61ae11d57cb5d8224f525bd304c6be05bbb"
|
|
|
|
dependencies = [
|
|
|
|
"base64-simd",
|
|
|
|
"data-url",
|
|
|
|
"rkyv",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"vlq",
|
|
|
|
]
|
|
|
|
|
2024-01-08 23:00:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
|
|
|
|
2020-07-10 20:36:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-18 17:55:39 +00:00
|
|
|
version = "0.11.2"
|
2020-07-10 20:36:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-18 17:55:39 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-07-10 20:36:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2020-07-25 14:33:35 +00:00
|
|
|
"lock_api",
|
2022-12-14 05:37:09 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-02-11 17:28:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-07-02 16:01:02 +00:00
|
|
|
version = "0.12.1"
|
2022-02-11 17:28:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:01:02 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-02-11 17:28:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-11-26 01:59:28 +00:00
|
|
|
"parking_lot_core 0.9.9",
|
2020-07-10 20:36:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-12-14 05:37:09 +00:00
|
|
|
version = "0.8.6"
|
2020-07-10 20:36:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 05:37:09 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2020-07-10 20:36:23 +00:00
|
|
|
dependencies = [
|
2021-03-09 00:26:22 +00:00
|
|
|
"cfg-if",
|
2020-07-10 20:36:23 +00:00
|
|
|
"instant",
|
2020-03-15 02:05:40 +00:00
|
|
|
"libc",
|
2023-06-23 18:34:39 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2020-03-15 02:05:40 +00:00
|
|
|
"smallvec",
|
2021-02-11 00:00:11 +00:00
|
|
|
"winapi",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2022-02-11 17:28:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.9.9"
|
2022-02-11 17:28:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2022-02-11 17:28:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-11-26 01:59:28 +00:00
|
|
|
"redox_syscall 0.4.1",
|
2022-02-11 17:28:45 +00:00
|
|
|
"smallvec",
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows-targets 0.48.5",
|
2022-02-11 17:28:45 +00:00
|
|
|
]
|
|
|
|
|
2022-11-23 17:51:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parse-js"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.17.0"
|
2022-11-23 17:51:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "9ec3b11d443640ec35165ee8f6f0559f1c6f41878d70330fe9187012b5935f02"
|
2022-11-23 17:51:51 +00:00
|
|
|
dependencies = [
|
2023-04-28 00:34:23 +00:00
|
|
|
"aho-corasick 0.7.20",
|
2024-01-07 18:10:43 +00:00
|
|
|
"bumpalo",
|
|
|
|
"hashbrown 0.13.1",
|
2022-11-23 17:51:51 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-04-17 17:36:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-07-20 01:23:11 +00:00
|
|
|
version = "1.0.14"
|
2021-04-17 17:36:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:23:11 +00:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2021-04-17 17:36:47 +00:00
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
2021-08-01 20:12:06 +00:00
|
|
|
name = "pem-rfc7468"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.7.0"
|
2020-03-16 03:36:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
2020-03-16 03:36:46 +00:00
|
|
|
dependencies = [
|
2021-08-01 20:12:06 +00:00
|
|
|
"base64ct",
|
2020-03-16 03:36:46 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "2.3.1"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "2.7.6"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06"
|
2022-02-26 18:12:07 +00:00
|
|
|
dependencies = [
|
2023-09-09 00:39:37 +00:00
|
|
|
"memchr",
|
2022-09-28 23:01:52 +00:00
|
|
|
"thiserror",
|
2022-02-26 18:12:07 +00:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "2.7.6"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde"
|
2022-02-26 18:12:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "2.7.6"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275"
|
2022-02-26 18:12:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2022-02-26 18:12:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "2.7.6"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d"
|
2022-02-26 18:12:07 +00:00
|
|
|
dependencies = [
|
2022-09-28 23:01:52 +00:00
|
|
|
"once_cell",
|
2022-02-26 18:12:07 +00:00
|
|
|
"pest",
|
2023-01-23 14:38:55 +00:00
|
|
|
"sha2",
|
2022-02-26 18:12:07 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.10.1"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"phf_shared 0.10.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared 0.11.2",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.10.0"
|
2020-03-26 03:26:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
2020-03-26 03:26:45 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2020-03-26 03:26:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.10.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"phf_shared 0.10.0",
|
2022-04-08 22:39:38 +00:00
|
|
|
"rand",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.11.2",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.11.2",
|
|
|
|
"phf_shared 0.11.2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
|
|
|
]
|
|
|
|
|
2022-02-04 17:50:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2020-12-23 18:06:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.1.4"
|
2020-12-23 18:06:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0"
|
2020-12-23 18:06:15 +00:00
|
|
|
dependencies = [
|
2021-03-09 00:26:22 +00:00
|
|
|
"pin-project-internal",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.1.4"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2020-12-23 18:06:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.2.13"
|
2020-12-23 18:06:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-04-22 22:41:01 +00:00
|
|
|
version = "0.1.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-22 22:41:01 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2021-08-01 20:12:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.7.5"
|
2021-08-01 20:12:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
2021-08-01 20:12:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
2022-04-08 22:39:38 +00:00
|
|
|
"pkcs8",
|
2022-10-29 17:22:13 +00:00
|
|
|
"spki",
|
2021-08-01 20:12:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.10.2"
|
2021-08-01 20:12:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
2021-08-01 20:12:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2022-11-19 20:45:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.6.0"
|
2023-11-26 01:59:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
2023-11-26 01:59:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
2022-11-19 20:45:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2022-11-19 20:45:09 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-08 03:08:23 +00:00
|
|
|
version = "0.2.17"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 03:08:23 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2020-03-20 00:55:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-09-07 18:34:29 +00:00
|
|
|
version = "1.0.4"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:34:29 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-03-20 00:55:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 18:51:23 +00:00
|
|
|
"syn 1.0.109",
|
2020-03-20 00:55:11 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-09-07 18:34:29 +00:00
|
|
|
version = "1.0.4"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:34:29 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-03-20 00:55:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.0.78"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2022-07-02 16:01:02 +00:00
|
|
|
"unicode-ident",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.11.9"
|
2022-07-02 16:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
2022-07-02 16:01:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2023-11-26 01:59:28 +00:00
|
|
|
"prost-derive 0.11.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive 0.12.3",
|
2021-12-19 20:24:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.11.9"
|
2022-07-02 16:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
2022-07-02 16:01:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-11-02 22:58:52 +00:00
|
|
|
"itertools 0.10.5",
|
2022-07-02 16:01:02 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 18:51:23 +00:00
|
|
|
"syn 1.0.109",
|
2022-07-02 16:01:02 +00:00
|
|
|
]
|
|
|
|
|
2023-11-26 01:59:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools 0.11.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2023-11-26 01:59:28 +00:00
|
|
|
]
|
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.12.3"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"prost 0.12.3",
|
2021-09-18 18:40:47 +00:00
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-11-19 20:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quanta"
|
2024-01-07 18:43:58 +00:00
|
|
|
version = "0.12.2"
|
2022-11-19 20:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:43:58 +00:00
|
|
|
checksum = "9ca0b7bac0b97248c40bb77288fc52029cf1459c0461ea1b05ee32ccf011de2c"
|
2022-11-19 20:47:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid",
|
2023-04-28 00:34:23 +00:00
|
|
|
"wasi",
|
2022-11-19 20:47:47 +00:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.0.35"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
2022-11-19 20:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
|
|
|
]
|
|
|
|
|
2021-02-11 00:00:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-26 18:12:07 +00:00
|
|
|
version = "0.8.5"
|
2021-02-11 00:00:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 18:12:07 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-02-11 00:00:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-04-08 22:39:38 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-02-11 00:00:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-24 17:02:27 +00:00
|
|
|
version = "0.3.1"
|
2021-02-11 00:00:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 17:02:27 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-02-11 00:00:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-04-08 22:39:38 +00:00
|
|
|
"rand_core",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2021-02-11 00:00:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-28 23:01:52 +00:00
|
|
|
version = "0.6.4"
|
2021-02-11 00:00:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 23:01:52 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-02-11 00:00:11 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"getrandom",
|
2020-03-26 03:26:45 +00:00
|
|
|
]
|
|
|
|
|
2022-11-19 20:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2024-01-07 18:43:58 +00:00
|
|
|
version = "11.0.1"
|
2022-11-19 20:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:43:58 +00:00
|
|
|
checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1"
|
2022-11-19 20:47:47 +00:00
|
|
|
dependencies = [
|
2024-01-18 18:34:10 +00:00
|
|
|
"bitflags 2.4.2",
|
2022-11-19 20:47:47 +00:00
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "1.8.1"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "1.12.1"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rc-box"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0690759eabf094030c2cdabc25ade1395bac02210d920d655053c1d49583fd8"
|
|
|
|
dependencies = [
|
|
|
|
"erasable",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-09-28 23:01:52 +00:00
|
|
|
version = "0.2.16"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 23:01:52 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-03-09 00:26:22 +00:00
|
|
|
dependencies = [
|
2023-07-20 01:23:11 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-04-28 00:34:23 +00:00
|
|
|
]
|
|
|
|
|
2023-06-23 18:34:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.4.1"
|
2023-06-23 18:34:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-06-23 18:34:39 +00:00
|
|
|
dependencies = [
|
2023-07-20 01:23:11 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-06-23 18:34:39 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.10.3"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"aho-corasick 1.1.2",
|
2020-03-15 02:05:40 +00:00
|
|
|
"memchr",
|
2024-01-31 22:49:23 +00:00
|
|
|
"regex-automata 0.4.5",
|
2023-11-26 01:59:28 +00:00
|
|
|
"regex-syntax 0.8.2",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-04-28 00:34:23 +00:00
|
|
|
"regex-syntax 0.6.29",
|
2021-09-18 17:55:39 +00:00
|
|
|
]
|
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.4.5"
|
2023-07-20 01:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
|
2023-07-20 01:23:11 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"aho-corasick 1.1.2",
|
2023-07-20 01:23:11 +00:00
|
|
|
"memchr",
|
2023-11-26 01:59:28 +00:00
|
|
|
"regex-syntax 0.8.2",
|
2023-07-20 01:23:11 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-23 18:51:23 +00:00
|
|
|
version = "0.6.29"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 18:51:23 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.8.2"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rend"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.4.2"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.11.24"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2022-11-02 22:58:52 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-02-05 02:25:50 +00:00
|
|
|
"rustls 0.21.10",
|
2024-01-31 22:49:23 +00:00
|
|
|
"rustls-pemfile 1.0.4",
|
2022-11-02 22:58:52 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-01-31 22:49:23 +00:00
|
|
|
"sync_wrapper",
|
2023-11-26 01:59:28 +00:00
|
|
|
"system-configuration",
|
2022-11-02 22:58:52 +00:00
|
|
|
"tokio",
|
2024-02-05 02:25:50 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2022-11-02 22:58:52 +00:00
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-01-23 14:38:55 +00:00
|
|
|
"wasm-streams",
|
2022-11-02 22:58:52 +00:00
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-08-17 22:09:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest-middleware"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.2.4"
|
2023-08-17 22:09:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "88a3e86aa6053e59030e7ce2d2a3b258dd08fc2d337d52f73f6cb480f5858690"
|
2023-08-17 22:09:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"http",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"task-local-extensions",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest-tracing"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.4.7"
|
2023-08-17 22:09:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "5a0152176687dd5cfe7f507ac1cb1a491c679cfe483afd133a7db7aaea818bb3"
|
2023-08-17 22:09:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"getrandom",
|
|
|
|
"matchit",
|
|
|
|
"reqwest",
|
|
|
|
"reqwest-middleware",
|
|
|
|
"task-local-extensions",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-03-16 18:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.17.7"
|
2020-03-16 18:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
|
2020-03-16 18:27:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-11-26 01:59:28 +00:00
|
|
|
"getrandom",
|
2020-03-16 18:27:42 +00:00
|
|
|
"libc",
|
2023-11-26 01:59:28 +00:00
|
|
|
"spin 0.9.8",
|
2020-03-16 18:27:42 +00:00
|
|
|
"untrusted",
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.7.44"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"bytecheck",
|
|
|
|
"bytes",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
|
|
|
"tinyvec",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.7.44"
|
2024-01-07 18:10:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
|
2024-01-07 18:10:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
2020-03-16 18:27:42 +00:00
|
|
|
]
|
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ron"
|
2022-07-02 16:01:02 +00:00
|
|
|
version = "0.7.1"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:01:02 +00:00
|
|
|
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
|
2022-02-26 18:12:07 +00:00
|
|
|
dependencies = [
|
2023-01-23 14:38:55 +00:00
|
|
|
"base64 0.13.1",
|
2023-07-20 01:23:11 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.9.6"
|
2020-03-16 03:36:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
|
2020-03-16 03:36:46 +00:00
|
|
|
dependencies = [
|
2023-04-28 00:34:23 +00:00
|
|
|
"const-oid",
|
2022-09-28 23:01:52 +00:00
|
|
|
"digest",
|
2020-03-16 03:36:46 +00:00
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
2022-02-26 18:12:07 +00:00
|
|
|
"num-traits",
|
2021-08-01 20:12:06 +00:00
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
2022-04-08 22:39:38 +00:00
|
|
|
"rand_core",
|
2022-10-29 17:22:13 +00:00
|
|
|
"signature",
|
2023-05-24 15:19:34 +00:00
|
|
|
"spki",
|
2020-07-10 20:36:23 +00:00
|
|
|
"subtle",
|
2020-03-16 03:36:46 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rsa-magic-public-key"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.8.0"
|
2020-04-21 18:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "88ca6a6947c6fe6454c93c3bb65b92f9680e6f9e906e75e30631110f2227344c"
|
2020-03-16 03:36:46 +00:00
|
|
|
dependencies = [
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2020-03-16 03:36:46 +00:00
|
|
|
"num-bigint-dig",
|
|
|
|
"rsa",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-03-20 18:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rsass"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.28.8"
|
2020-03-20 18:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "cdf903247e7165156378cd1a7deda977b8e8567683ed97ad7330376dbf92f473"
|
2020-03-20 18:40:18 +00:00
|
|
|
dependencies = [
|
2022-09-28 23:01:52 +00:00
|
|
|
"arc-swap",
|
2022-02-11 17:28:45 +00:00
|
|
|
"fastrand",
|
2020-03-20 18:40:18 +00:00
|
|
|
"lazy_static",
|
2023-01-23 14:38:55 +00:00
|
|
|
"nom",
|
2021-08-01 20:12:06 +00:00
|
|
|
"num-bigint",
|
2020-12-23 18:06:15 +00:00
|
|
|
"num-integer",
|
2020-03-20 18:40:18 +00:00
|
|
|
"num-rational",
|
2022-02-26 18:12:07 +00:00
|
|
|
"num-traits",
|
2022-09-28 23:01:52 +00:00
|
|
|
"tracing",
|
2020-03-20 18:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ructe"
|
2023-07-24 18:19:40 +00:00
|
|
|
version = "0.17.0"
|
2020-03-20 18:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 18:19:40 +00:00
|
|
|
checksum = "9b0a930679d54e46fa4e66be3d9a333026da04d2b659e42aab4dfd1586452815"
|
2020-03-20 18:40:18 +00:00
|
|
|
dependencies = [
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2020-03-20 18:40:18 +00:00
|
|
|
"bytecount",
|
2023-07-24 18:19:40 +00:00
|
|
|
"itertools 0.11.0",
|
2020-03-20 18:40:18 +00:00
|
|
|
"md5",
|
|
|
|
"mime",
|
2023-01-23 14:38:55 +00:00
|
|
|
"nom",
|
2020-03-20 18:40:18 +00:00
|
|
|
"rsass",
|
|
|
|
]
|
|
|
|
|
2020-03-20 00:55:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.18.0"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
2022-02-26 18:12:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"ordered-multimap",
|
|
|
|
]
|
2020-03-20 00:55:11 +00:00
|
|
|
|
2023-07-20 01:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2023-01-23 14:38:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2021-08-01 20:12:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2021-12-03 22:17:25 +00:00
|
|
|
version = "0.4.0"
|
2021-08-01 20:12:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 22:17:25 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-08-01 20:12:06 +00:00
|
|
|
dependencies = [
|
2021-10-20 23:27:22 +00:00
|
|
|
"semver",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 18:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.21.10"
|
2020-03-16 18:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
|
2023-05-24 15:19:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2024-02-05 02:25:50 +00:00
|
|
|
"rustls-webpki 0.101.7",
|
2023-05-24 15:19:34 +00:00
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2024-02-05 02:25:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.22.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-webpki 0.102.2",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-01-31 22:49:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-channel-resolver"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.2.0"
|
2024-01-31 22:49:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "ffbd1941204442f051576a9a7ea8e8db074ad7fd43db1eb3378c3633f9f9e166"
|
2024-01-31 22:49:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"nanorand",
|
2024-02-05 02:25:50 +00:00
|
|
|
"rustls 0.22.2",
|
2024-01-31 22:49:23 +00:00
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "1.0.4"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2023-05-24 15:19:34 +00:00
|
|
|
]
|
|
|
|
|
2024-01-31 22:49:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35e4980fa29e4c4b212ffb3db068a564cbf560e51d3944b7c88bd8bf5bec64f4"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "1.2.0"
|
2024-01-31 22:49:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "0a716eb65e3158e90e17cd93d855216e27bde02745ab842f2cab4a39dba1bacf"
|
2024-01-31 22:49:23 +00:00
|
|
|
|
2023-05-24 15:19:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.101.7"
|
2023-05-24 15:19:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2023-05-24 15:19:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2022-11-02 22:58:52 +00:00
|
|
|
]
|
|
|
|
|
2024-02-05 02:25:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.102.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-12-07 00:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-07-20 01:23:11 +00:00
|
|
|
version = "1.0.14"
|
2022-12-07 00:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:23:11 +00:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2022-12-07 00:21:55 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.0.16"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-20 01:23:11 +00:00
|
|
|
version = "1.2.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:23:11 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2020-03-16 18:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.7.1"
|
2020-03-16 18:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2020-03-16 18:27:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
2021-08-01 20:12:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.0.21"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
|
2020-03-20 00:55:11 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.0.196"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.0.196"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.0.113"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2022-02-11 17:28:45 +00:00
|
|
|
"itoa",
|
2020-03-15 02:05:40 +00:00
|
|
|
"ryu",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2023-01-29 19:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.6.5"
|
2023-01-29 19:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
2023-01-29 19:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-18 17:26:50 +00:00
|
|
|
version = "0.7.1"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-18 17:26:50 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2020-12-23 18:06:15 +00:00
|
|
|
"form_urlencoded",
|
2022-02-11 17:28:45 +00:00
|
|
|
"itoa",
|
2020-12-23 18:06:15 +00:00
|
|
|
"ryu",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 18:51:23 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-02 22:58:52 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
2022-07-02 16:01:02 +00:00
|
|
|
name = "sha1"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.10.6"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-03-09 00:26:22 +00:00
|
|
|
"cfg-if",
|
2021-06-24 17:02:27 +00:00
|
|
|
"cpufeatures",
|
2022-09-28 23:01:52 +00:00
|
|
|
"digest",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2020-06-10 22:19:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.10.8"
|
2020-06-10 22:19:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2020-06-10 22:19:32 +00:00
|
|
|
dependencies = [
|
2021-03-09 00:26:22 +00:00
|
|
|
"cfg-if",
|
2021-06-24 17:02:27 +00:00
|
|
|
"cpufeatures",
|
2022-09-28 23:01:52 +00:00
|
|
|
"digest",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.1.7"
|
2021-09-18 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2021-09-18 17:55:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-02-25 21:04:30 +00:00
|
|
|
version = "1.4.1"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 21:04:30 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-10-29 17:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "2.2.0"
|
2022-10-29 17:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
2022-10-29 17:22:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simd-abstraction"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
|
|
|
|
dependencies = [
|
|
|
|
"outref",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.3.11"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2022-11-19 20:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sketches-ddsketch"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.2.2"
|
2022-11-19 20:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c"
|
2022-11-19 20:47:47 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.4.9"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-09-28 23:01:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2021-02-10 04:05:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sled"
|
2021-09-18 17:55:39 +00:00
|
|
|
version = "0.34.7"
|
2021-02-10 04:05:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-18 17:55:39 +00:00
|
|
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
|
2021-02-10 04:05:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"fs2",
|
|
|
|
"fxhash",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-02-11 17:28:45 +00:00
|
|
|
"parking_lot 0.11.2",
|
2021-02-10 04:05:06 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.13.1"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2023-08-17 22:09:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.5.5"
|
2023-08-17 22:09:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
2023-08-17 22:09:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-08-17 22:09:35 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2023-07-26 23:03:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2021-08-01 20:12:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.7.3"
|
2021-08-01 20:12:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
2021-08-01 20:12:06 +00:00
|
|
|
dependencies = [
|
2022-04-08 22:39:38 +00:00
|
|
|
"base64ct",
|
2021-08-01 20:12:06 +00:00
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2023-11-26 01:59:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "streem"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c8b0c8184b0fe05b37dd75d66205195cd57563c6c87cb92134a025a34a6ab34"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-03-23 18:51:23 +00:00
|
|
|
version = "0.8.7"
|
2020-03-26 03:26:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 18:51:23 +00:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2020-03-26 03:26:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
2022-04-08 22:39:38 +00:00
|
|
|
"once_cell",
|
2022-07-02 16:01:02 +00:00
|
|
|
"parking_lot 0.12.1",
|
2024-01-07 18:10:43 +00:00
|
|
|
"phf_shared 0.10.0",
|
2020-03-26 03:26:45 +00:00
|
|
|
"precomputed-hash",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-03-26 03:26:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.5.2"
|
2020-03-26 03:26:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2020-03-26 03:26:45 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2020-03-26 03:26:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2020-03-20 00:55:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-01-08 23:00:15 +00:00
|
|
|
version = "0.10.0"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 23:00:15 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-03-20 00:55:11 +00:00
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-03-23 18:51:23 +00:00
|
|
|
version = "2.5.0"
|
2020-03-16 03:36:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 18:51:23 +00:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2020-03-16 03:36:46 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-25 21:04:30 +00:00
|
|
|
version = "1.0.109"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 21:04:30 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-07-02 16:01:02 +00:00
|
|
|
"unicode-ident",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2023-03-23 18:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "2.0.48"
|
2023-03-23 18:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
2023-03-23 18:51:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-07-02 16:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2023-02-25 21:04:30 +00:00
|
|
|
version = "0.1.2"
|
2022-07-02 16:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 21:04:30 +00:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-07-02 16:01:02 +00:00
|
|
|
|
2023-11-26 01:59:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "takecell"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20f34339676cdcab560c9a82300c4c2581f68b9369aedf0fae86f2ff9565ff3e"
|
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2023-08-17 22:09:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "task-local-extensions"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8"
|
|
|
|
dependencies = [
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "teloxide"
|
2023-02-25 21:04:30 +00:00
|
|
|
version = "0.12.2"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 21:04:30 +00:00
|
|
|
checksum = "c63345cf32a8850ebddcdd769dc2d5193d5e231262d5dada264b79da01a664da"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"aquamarine",
|
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
|
|
|
"dptree",
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"pin-project",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
|
|
|
"teloxide-core",
|
|
|
|
"teloxide-macros",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "teloxide-core"
|
2023-02-25 21:04:30 +00:00
|
|
|
version = "0.9.1"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 21:04:30 +00:00
|
|
|
checksum = "303db260110c238e3af77bb9dff18bf7a5b5196f783059b0852aab75f91d5a16"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
2023-07-20 01:23:11 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-11-02 22:58:52 +00:00
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"derive_more",
|
|
|
|
"either",
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"never",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project",
|
|
|
|
"rc-box",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
|
|
|
"take_mut",
|
|
|
|
"takecell",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "teloxide-macros"
|
2023-01-23 14:38:55 +00:00
|
|
|
version = "0.7.1"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 14:38:55 +00:00
|
|
|
checksum = "0f1d653b093dba5e44cada57a516f572167df37b8a619443e59c8c517bb6d804"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 18:51:23 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-02 22:58:52 +00:00
|
|
|
]
|
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.4.3"
|
2020-03-26 03:26:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2020-03-26 03:26:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.0.56"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "1.0.56"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-02-25 21:04:30 +00:00
|
|
|
version = "1.1.7"
|
2021-09-18 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 21:04:30 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2021-09-18 17:55:39 +00:00
|
|
|
dependencies = [
|
2023-02-25 21:04:30 +00:00
|
|
|
"cfg-if",
|
2021-09-18 17:55:39 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.3.34"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2023-08-04 23:35:52 +00:00
|
|
|
"deranged",
|
2022-02-11 17:28:45 +00:00
|
|
|
"itoa",
|
2024-02-05 02:25:50 +00:00
|
|
|
"num-conv",
|
2023-11-26 01:59:28 +00:00
|
|
|
"powerfmt",
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2022-10-29 17:22:13 +00:00
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.1.2"
|
2022-10-29 17:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-10-29 17:22:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.2.17"
|
2022-10-29 17:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
|
2022-10-29 17:22:13 +00:00
|
|
|
dependencies = [
|
2024-02-05 02:25:50 +00:00
|
|
|
"num-conv",
|
2022-10-29 17:22:13 +00:00
|
|
|
"time-core",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2020-05-21 21:24:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-07-02 16:01:02 +00:00
|
|
|
version = "1.6.0"
|
2020-10-10 17:38:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:01:02 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-10-10 17:38:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-25 21:04:30 +00:00
|
|
|
version = "0.1.1"
|
2020-10-10 17:38:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 21:04:30 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-10-10 17:38:37 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "1.36.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2023-07-20 01:23:11 +00:00
|
|
|
"backtrace",
|
2021-02-11 00:00:11 +00:00
|
|
|
"bytes",
|
2020-03-15 02:05:40 +00:00
|
|
|
"libc",
|
2022-02-26 18:12:07 +00:00
|
|
|
"mio",
|
2024-01-14 20:56:07 +00:00
|
|
|
"num_cpus",
|
2022-07-02 16:01:02 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-02-11 00:00:11 +00:00
|
|
|
"pin-project-lite",
|
2020-03-15 02:05:40 +00:00
|
|
|
"signal-hook-registry",
|
2024-01-07 18:10:43 +00:00
|
|
|
"socket2",
|
2021-09-18 18:40:47 +00:00
|
|
|
"tokio-macros",
|
2021-12-19 20:24:31 +00:00
|
|
|
"tracing",
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
2022-01-06 17:41:03 +00:00
|
|
|
version = "1.2.0"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 17:41:03 +00:00
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "2.2.0"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2021-09-18 18:40:47 +00:00
|
|
|
]
|
|
|
|
|
2023-05-24 15:19:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-06-23 18:34:39 +00:00
|
|
|
version = "0.24.1"
|
2023-05-24 15:19:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 18:34:39 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2023-05-24 15:19:34 +00:00
|
|
|
dependencies = [
|
2024-02-05 02:25:50 +00:00
|
|
|
"rustls 0.21.10",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
|
|
|
|
dependencies = [
|
|
|
|
"rustls 0.22.2",
|
|
|
|
"rustls-pki-types",
|
2023-05-24 15:19:34 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.1.14"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-02-11 00:00:11 +00:00
|
|
|
"pin-project-lite",
|
2020-03-15 02:05:40 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.7.10"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
2022-02-26 18:12:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-04-08 22:39:38 +00:00
|
|
|
"tracing",
|
2022-02-26 18:12:07 +00:00
|
|
|
]
|
|
|
|
|
2020-03-20 00:55:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-23 14:38:55 +00:00
|
|
|
version = "0.5.11"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 14:38:55 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2020-03-20 00:55:11 +00:00
|
|
|
dependencies = [
|
2022-02-26 18:12:07 +00:00
|
|
|
"serde",
|
2020-03-20 00:55:11 +00:00
|
|
|
]
|
|
|
|
|
2023-01-29 19:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.8.9"
|
2023-01-29 19:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325"
|
2023-01-29 19:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.6.5"
|
2023-01-29 19:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
2023-01-29 19:21:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.21.1"
|
2023-01-29 19:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
2023-01-29 19:21:53 +00:00
|
|
|
dependencies = [
|
2024-02-05 02:25:50 +00:00
|
|
|
"indexmap 2.2.2",
|
2023-01-29 19:21:53 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-02-25 21:04:30 +00:00
|
|
|
"winnow",
|
2023-01-29 19:21:53 +00:00
|
|
|
]
|
|
|
|
|
2021-12-19 20:24:31 +00:00
|
|
|
[[package]]
|
2023-05-24 15:19:34 +00:00
|
|
|
name = "tonic"
|
|
|
|
version = "0.9.2"
|
2021-12-19 20:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-24 15:19:34 +00:00
|
|
|
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
|
2021-12-19 20:24:31 +00:00
|
|
|
dependencies = [
|
2023-05-24 15:19:34 +00:00
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2023-05-24 15:19:34 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2023-11-26 01:59:28 +00:00
|
|
|
"prost 0.11.9",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2024-01-14 21:16:56 +00:00
|
|
|
"base64 0.21.7",
|
2023-11-26 01:59:28 +00:00
|
|
|
"bytes",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost 0.12.3",
|
2023-05-24 15:19:34 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2021-09-18 18:40:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2022-07-02 16:01:02 +00:00
|
|
|
version = "0.4.13"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:01:02 +00:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-07-20 01:23:11 +00:00
|
|
|
"indexmap 1.9.3",
|
2021-09-18 18:40:47 +00:00
|
|
|
"pin-project",
|
2021-10-20 23:27:22 +00:00
|
|
|
"pin-project-lite",
|
2022-04-08 22:39:38 +00:00
|
|
|
"rand",
|
2021-09-18 18:40:47 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-09-28 23:01:52 +00:00
|
|
|
"tokio-util",
|
2021-09-18 18:40:47 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2022-10-29 17:22:13 +00:00
|
|
|
version = "0.3.2"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-29 17:22:13 +00:00
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
2021-09-18 18:40:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-02 16:01:02 +00:00
|
|
|
version = "0.3.2"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 16:01:02 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-09-18 18:40:47 +00:00
|
|
|
|
2020-07-25 14:33:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.1.40"
|
2020-07-25 14:33:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-07-25 14:33:35 +00:00
|
|
|
dependencies = [
|
2021-09-18 18:40:47 +00:00
|
|
|
"log",
|
2021-02-11 00:00:11 +00:00
|
|
|
"pin-project-lite",
|
2021-09-18 17:55:39 +00:00
|
|
|
"tracing-attributes",
|
2020-07-25 14:33:35 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-09-18 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-actix-web"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.7.9"
|
2021-11-25 02:26:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "1fe0d5feac3f4ca21ba33496bcb1ccab58cca6412b1405ae80f0581541e0ca78"
|
2021-09-18 17:55:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-web",
|
2023-11-26 01:59:28 +00:00
|
|
|
"mutually_exclusive_features",
|
2021-10-11 19:19:32 +00:00
|
|
|
"pin-project",
|
2021-09-18 17:55:39 +00:00
|
|
|
"tracing",
|
2022-07-02 19:07:25 +00:00
|
|
|
"uuid",
|
2021-09-18 17:55:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.1.27"
|
2021-09-18 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2021-09-18 17:55:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2021-09-21 16:21:06 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 14:33:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.1.32"
|
2021-09-18 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2021-09-18 17:55:39 +00:00
|
|
|
dependencies = [
|
2022-07-02 16:01:02 +00:00
|
|
|
"once_cell",
|
2022-02-04 17:50:52 +00:00
|
|
|
"valuable",
|
2021-09-18 17:55:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-error"
|
2021-10-25 01:45:38 +00:00
|
|
|
version = "0.2.0"
|
2021-09-18 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 01:45:38 +00:00
|
|
|
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
|
2021-09-18 17:55:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.2.0"
|
2020-07-25 14:33:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2020-07-25 14:33:35 +00:00
|
|
|
dependencies = [
|
2021-09-18 17:55:39 +00:00
|
|
|
"log",
|
2023-11-26 01:59:28 +00:00
|
|
|
"once_cell",
|
2021-09-18 17:55:39 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.22.0"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "c67ac25c5407e7b961fafc6f7e9aa5958fd297aada2d20fa2ae1737357e55596"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
2023-11-26 01:59:28 +00:00
|
|
|
"js-sys",
|
2022-07-02 16:01:02 +00:00
|
|
|
"once_cell",
|
2021-09-18 18:40:47 +00:00
|
|
|
"opentelemetry",
|
2023-09-09 00:41:55 +00:00
|
|
|
"opentelemetry_sdk",
|
|
|
|
"smallvec",
|
2021-09-18 18:40:47 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
2023-11-26 01:59:28 +00:00
|
|
|
"web-time",
|
2021-09-18 18:40:47 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 17:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.3.18"
|
2021-09-18 17:55:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2021-09-18 17:55:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-10-29 17:22:13 +00:00
|
|
|
"nu-ansi-term",
|
2022-07-02 16:01:02 +00:00
|
|
|
"once_cell",
|
2021-09-18 17:55:39 +00:00
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2020-07-25 14:33:35 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.2.5"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2021-09-18 18:40:47 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "1.17.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2022-02-26 18:12:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-07-20 01:23:11 +00:00
|
|
|
version = "0.1.6"
|
2022-02-26 18:12:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 01:23:11 +00:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2022-02-26 18:12:07 +00:00
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "2.7.0"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-01-18 18:34:10 +00:00
|
|
|
version = "0.3.15"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 18:34:10 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2022-07-02 16:01:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "1.0.12"
|
2022-07-02 16:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-28 23:01:52 +00:00
|
|
|
version = "0.1.22"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 23:01:52 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2020-12-23 18:06:15 +00:00
|
|
|
"tinyvec",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 18:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "0.9.0"
|
2020-03-16 18:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2020-03-16 18:27:42 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "2.5.0"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2020-12-23 18:06:15 +00:00
|
|
|
"form_urlencoded",
|
2020-03-15 02:05:40 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2022-11-02 22:58:52 +00:00
|
|
|
"serde",
|
2020-03-15 02:05:40 +00:00
|
|
|
]
|
|
|
|
|
2023-05-24 15:19:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2023-07-24 18:19:40 +00:00
|
|
|
version = "2.1.3"
|
2023-05-24 15:19:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 18:19:40 +00:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2023-05-24 15:19:34 +00:00
|
|
|
|
2020-03-26 03:26:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-04-17 17:36:47 +00:00
|
|
|
version = "0.7.6"
|
2020-03-26 03:26:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-17 17:36:47 +00:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2020-03-26 03:26:45 +00:00
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2022-07-02 16:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "1.7.0"
|
2022-07-02 16:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
2022-07-02 16:01:02 +00:00
|
|
|
dependencies = [
|
2024-01-08 23:00:15 +00:00
|
|
|
"atomic",
|
2022-07-02 16:01:02 +00:00
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-04 17:50:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2020-03-20 00:55:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-12-30 18:23:10 +00:00
|
|
|
version = "0.9.4"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 18:23:10 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-03-20 00:55:11 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vlq"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
|
|
|
|
|
2021-09-18 18:40:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-23 18:34:39 +00:00
|
|
|
version = "0.3.1"
|
2021-09-18 18:40:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 18:34:39 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2021-09-18 18:40:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-11-19 20:47:47 +00:00
|
|
|
[[package]]
|
2020-09-07 18:34:29 +00:00
|
|
|
name = "wasi"
|
2022-04-08 22:39:38 +00:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-09-07 18:34:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 22:39:38 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-09-07 18:34:29 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-01-14 21:16:56 +00:00
|
|
|
version = "0.2.90"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 21:16:56 +00:00
|
|
|
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
2021-03-09 00:26:22 +00:00
|
|
|
"cfg-if",
|
2020-03-15 02:05:40 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-01-14 21:16:56 +00:00
|
|
|
version = "0.2.90"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 21:16:56 +00:00
|
|
|
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-09-28 23:01:52 +00:00
|
|
|
"once_cell",
|
2020-03-15 02:05:40 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2020-03-15 02:05:40 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-01-14 21:16:56 +00:00
|
|
|
version = "0.4.40"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 21:16:56 +00:00
|
|
|
checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-01-14 21:16:56 +00:00
|
|
|
version = "0.2.90"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 21:16:56 +00:00
|
|
|
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-01-14 21:16:56 +00:00
|
|
|
version = "0.2.90"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 21:16:56 +00:00
|
|
|
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
|
2020-03-15 02:05:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2020-03-15 02:05:40 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-01-14 21:16:56 +00:00
|
|
|
version = "0.2.90"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 21:16:56 +00:00
|
|
|
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
|
2020-03-15 02:05:40 +00:00
|
|
|
|
2023-01-23 14:38:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2024-01-31 22:49:23 +00:00
|
|
|
version = "0.4.0"
|
2023-01-23 14:38:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-31 22:49:23 +00:00
|
|
|
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
|
2023-01-23 14:38:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-03-16 18:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-01-14 21:16:56 +00:00
|
|
|
version = "0.3.67"
|
2023-11-26 01:59:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 21:16:56 +00:00
|
|
|
checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
|
2023-11-26 01:59:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.2.4"
|
2020-03-16 18:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
|
2020-03-16 18:27:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.25.4"
|
2020-03-16 18:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
2020-03-16 18:27:42 +00:00
|
|
|
|
2020-03-15 02:05:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-27 22:29:23 +00:00
|
|
|
version = "0.3.9"
|
2020-03-15 02:05:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 22:29:23 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-03-15 02:05:40 +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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-02-25 21:04:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-04-28 00:34:23 +00:00
|
|
|
version = "0.48.0"
|
2023-02-25 21:04:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 00:34:23 +00:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-02-25 21:04:30 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.0",
|
2023-04-28 00:34:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.48.5"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-28 00:34:23 +00:00
|
|
|
dependencies = [
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.0",
|
|
|
|
"windows_aarch64_msvc 0.52.0",
|
|
|
|
"windows_i686_gnu 0.52.0",
|
|
|
|
"windows_i686_msvc 0.52.0",
|
|
|
|
"windows_x86_64_gnu 0.52.0",
|
|
|
|
"windows_x86_64_gnullvm 0.52.0",
|
|
|
|
"windows_x86_64_msvc 0.52.0",
|
2023-02-25 21:04:30 +00:00
|
|
|
]
|
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.48.5"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.48.5"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.48.5"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.48.5"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.48.5"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.48.5"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
|
|
|
|
2023-04-28 00:34:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.48.5"
|
2023-04-28 00:34:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-28 00:34:23 +00:00
|
|
|
|
2024-01-07 18:10:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
|
|
|
|
2023-02-25 21:04:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-02-05 02:25:50 +00:00
|
|
|
version = "0.5.37"
|
2023-02-25 21:04:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 02:25:50 +00:00
|
|
|
checksum = "a7cad8365489051ae9f054164e459304af2e7e9bb407c958076c8bf4aef52da5"
|
2023-02-25 21:04:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:58:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-08-30 03:15:32 +00:00
|
|
|
version = "0.50.0"
|
2022-11-02 22:58:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 03:15:32 +00:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2022-11-02 22:58:52 +00:00
|
|
|
dependencies = [
|
2023-08-30 03:15:32 +00:00
|
|
|
"cfg-if",
|
2024-01-07 18:10:43 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
2022-11-02 22:58:52 +00:00
|
|
|
]
|
|
|
|
|
2020-03-20 00:55:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-02-10 04:05:06 +00:00
|
|
|
version = "0.4.5"
|
2020-03-20 00:55:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 04:05:06 +00:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2020-03-20 00:55:11 +00:00
|
|
|
dependencies = [
|
2021-03-28 20:02:26 +00:00
|
|
|
"linked-hash-map",
|
2020-03-20 00:55:11 +00:00
|
|
|
]
|
|
|
|
|
2023-11-26 01:59:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.7.32"
|
2023-11-26 01:59:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2023-11-26 01:59:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-01-07 18:10:43 +00:00
|
|
|
version = "0.7.32"
|
2023-11-26 01:59:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 18:10:43 +00:00
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2023-11-26 01:59:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-07 18:10:43 +00:00
|
|
|
"syn 2.0.48",
|
2023-11-26 01:59:28 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 03:36:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-11-26 01:59:28 +00:00
|
|
|
version = "1.7.0"
|
2020-03-16 03:36:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 01:59:28 +00:00
|
|
|
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|