2020-06-06 21:02:26 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-19 19:39:41 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2022-02-26 18:22:30 +00:00
|
|
|
version = "0.5.0"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 18:22:30 +00:00
|
|
|
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
|
2020-09-10 16:12:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-11-16 21:39:18 +00:00
|
|
|
"memchr",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-09-10 16:12:42 +00:00
|
|
|
"tokio",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2020-09-10 16:12:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-form-data"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "0.7.0-beta.0"
|
2022-09-24 22:18:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e721f3919cb43c566c0dbb6a9cb5ad5106ac42b6b3c0d21a7a3e762455de957a"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-multipart",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-web",
|
2021-09-06 00:45:03 +00:00
|
|
|
"futures-util",
|
2020-06-06 21:02:26 +00:00
|
|
|
"mime",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2020-06-14 18:56:42 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "3.3.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "0070905b2c4a98d184c4e81025253cb192aa8a73827553f38e9410801ceb35bb"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2022-04-03 20:21:14 +00:00
|
|
|
"ahash",
|
2023-01-29 17:47:28 +00:00
|
|
|
"base64 0.21.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
2021-02-10 22:57:42 +00:00
|
|
|
"bytestring",
|
2020-06-06 21:02:26 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
2021-10-20 23:16:53 +00:00
|
|
|
"httpdate",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2020-06-06 21:02:26 +00:00
|
|
|
"language-tags",
|
2021-04-02 18:11:20 +00:00
|
|
|
"local-channel",
|
2020-06-06 21:02:26 +00:00
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-04-02 18:11:20 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"rand",
|
2022-06-21 16:27:57 +00:00
|
|
|
"sha1",
|
2021-02-10 22:57:42 +00:00
|
|
|
"smallvec",
|
2023-01-29 17:47:28 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2022-06-21 16:27:57 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2021-10-20 23:16:53 +00:00
|
|
|
version = "0.2.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-20 23:16:53 +00:00
|
|
|
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart"
|
2022-02-26 18:22:30 +00:00
|
|
|
version = "0.4.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 18:22:30 +00:00
|
|
|
checksum = "c9edfb0e7663d7fe18c8d5b668c9c1bcf79176b1dcc9d4da9592503209a6bfb0"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-web",
|
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
2021-04-02 18:11:20 +00:00
|
|
|
"futures-core",
|
2020-06-06 21:02:26 +00:00
|
|
|
"httparse",
|
2021-04-02 18:11:20 +00:00
|
|
|
"local-waker",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"twoway",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.5.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
|
|
|
"http",
|
|
|
|
"regex",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "2.8.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-macros",
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
2020-06-06 21:02:26 +00:00
|
|
|
"tokio",
|
2021-10-13 04:16:31 +00:00
|
|
|
"tokio-uring",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "2.2.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
2021-11-16 21:39:18 +00:00
|
|
|
"futures-util",
|
2022-02-26 18:22:30 +00:00
|
|
|
"mio",
|
2020-06-06 21:02:26 +00:00
|
|
|
"num_cpus",
|
2021-11-16 21:39:18 +00:00
|
|
|
"socket2",
|
2021-02-10 22:57:42 +00:00
|
|
|
"tokio",
|
2021-11-16 21:39:18 +00:00
|
|
|
"tokio-uring",
|
2022-03-09 00:48:08 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "2.0.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
2021-04-17 19:59:42 +00:00
|
|
|
"paste",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-tls"
|
2022-02-26 18:22:30 +00:00
|
|
|
version = "3.0.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 18:22:30 +00:00
|
|
|
checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2021-02-10 22:57:42 +00:00
|
|
|
"actix-rt",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-service",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
|
|
|
"http",
|
|
|
|
"log",
|
2021-11-23 00:24:05 +00:00
|
|
|
"pin-project-lite",
|
2021-12-03 20:21:31 +00:00
|
|
|
"tokio-rustls",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2021-12-28 17:03:53 +00:00
|
|
|
"webpki-roots",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "3.0.1"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
|
2020-09-10 16:12:42 +00:00
|
|
|
dependencies = [
|
2021-04-02 18:11:20 +00:00
|
|
|
"local-waker",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-09-10 16:12:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "4.3.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "464e0fddc668ede5f26ec1f9557a8d44eda948732f40c6b0ad79126930eb775f"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-http",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2022-04-03 20:21:14 +00:00
|
|
|
"ahash",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bytes",
|
2022-02-26 18:22:30 +00:00
|
|
|
"bytestring",
|
2021-06-26 18:10:28 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-09-21 03:42:14 +00:00
|
|
|
"http",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2021-04-02 18:11:20 +00:00
|
|
|
"language-tags",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
2021-04-02 18:11:20 +00:00
|
|
|
"once_cell",
|
2021-12-03 20:21:31 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"regex",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2020-06-06 21:02:26 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-02-10 22:57:42 +00:00
|
|
|
"smallvec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"socket2",
|
2022-02-26 18:22:30 +00:00
|
|
|
"time",
|
2020-06-06 21:02:26 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "0.19.0"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-02-10 22:57:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-10-18 23:02:33 +00:00
|
|
|
version = "0.7.6"
|
2021-02-10 22:57:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 23:02:33 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-02-10 22:57:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.7.20"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.68"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2022-03-22 02:15:43 +00:00
|
|
|
version = "0.3.3"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 02:15:43 +00:00
|
|
|
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2022-03-22 02:15:43 +00:00
|
|
|
version = "0.3.3"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 02:15:43 +00:00
|
|
|
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.1.64"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-11 17:23:48 +00:00
|
|
|
version = "1.1.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 17:23:48 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "awc"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "3.1.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "0dff3fc64a176e0d4398c71b0f2c2679ff4a723c6ed8fcc68dfe5baa00665388"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-http",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2021-11-16 21:39:18 +00:00
|
|
|
"actix-tls",
|
|
|
|
"actix-utils",
|
2022-04-03 20:21:14 +00:00
|
|
|
"ahash",
|
2023-01-29 17:47:28 +00:00
|
|
|
"base64 0.21.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bytes",
|
2021-06-26 18:10:28 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
2021-11-16 21:39:18 +00:00
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-03-10 02:51:03 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"rand",
|
2021-12-03 20:21:31 +00:00
|
|
|
"rustls",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2020-06-06 21:02:26 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-11-16 21:39:18 +00:00
|
|
|
"tokio",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.6.4"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "e5694b64066a2459918d8074c2ce0d5a88f409431994c2356617c8ae0c4721fc"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-12-08 00:30:44 +00:00
|
|
|
"rustversion",
|
2022-04-11 20:17:54 +00:00
|
|
|
"serde",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.3.2"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
2022-12-08 00:30:44 +00:00
|
|
|
"rustversion",
|
2022-09-11 00:29:22 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-04-11 20:17:54 +00:00
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "0.3.67"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-12-23 18:58:30 +00:00
|
|
|
"miniz_oxide",
|
2022-03-29 01:47:46 +00:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2020-10-10 23:22:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.13.1"
|
2020-10-10 23:22:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2020-10-10 23:22:00 +00:00
|
|
|
|
2023-01-29 17:47:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "1.3.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "0.10.3"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"generic-array",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "3.12.0"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2022-02-26 18:22:30 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-02 18:11:20 +00:00
|
|
|
version = "1.4.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 18:11:20 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "1.4.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "1.2.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "f7f83e57d9154148e355404702e2694463241880b939570d7c97c014da7a69a1"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "1.0.79"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2021-09-12 16:00:29 +00:00
|
|
|
|
2020-10-11 18:41:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "4.1.4"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-03-25 03:06:29 +00:00
|
|
|
"clap_derive",
|
2022-04-24 22:10:15 +00:00
|
|
|
"clap_lex",
|
2022-11-26 17:17:47 +00:00
|
|
|
"is-terminal",
|
2022-06-21 16:27:57 +00:00
|
|
|
"once_cell",
|
2020-06-07 00:54:06 +00:00
|
|
|
"strsim",
|
2022-03-25 03:06:29 +00:00
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "4.1.0"
|
2022-03-25 03:06:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
|
2022-03-25 03:06:29 +00:00
|
|
|
dependencies = [
|
2022-09-21 03:42:14 +00:00
|
|
|
"heck",
|
2022-03-25 03:06:29 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-06-07 00:54:06 +00:00
|
|
|
]
|
|
|
|
|
2022-04-24 22:10:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.3.1"
|
2022-04-24 22:10:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
|
2022-04-24 22:10:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color-eyre"
|
2022-07-17 16:16:44 +00:00
|
|
|
version = "0.6.2"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 16:16:44 +00:00
|
|
|
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"color-spantrace",
|
|
|
|
"eyre",
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
"tracing-error",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color-spantrace"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-error",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2022-12-08 00:30:44 +00:00
|
|
|
version = "0.13.3"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-08 00:30:44 +00:00
|
|
|
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
2022-02-26 18:22:30 +00:00
|
|
|
"async-trait",
|
|
|
|
"json5",
|
2021-10-28 04:06:03 +00:00
|
|
|
"lazy_static",
|
2022-02-26 18:22:30 +00:00
|
|
|
"nom",
|
|
|
|
"pathdiff",
|
|
|
|
"ron",
|
2022-04-03 20:21:14 +00:00
|
|
|
"rust-ini",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2021-10-28 04:06:03 +00:00
|
|
|
"serde_json",
|
2023-01-29 17:47:28 +00:00
|
|
|
"toml 0.5.11",
|
2021-10-28 04:06:03 +00:00
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console-api"
|
2022-08-19 19:13:06 +00:00
|
|
|
version = "0.4.0"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 19:13:06 +00:00
|
|
|
checksum = "e57ff02e8ad8e06ab9731d5dc72dc23bef9200778eae1a89d555d8c42e5d4a86"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-09-21 03:42:14 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"tonic",
|
2021-12-17 02:46:46 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console-subscriber"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "0.1.8"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "22a3a81dfaf6b66bce5d159eddae701e3a002f194d378cbf7be5f053c281d9be"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"console-api",
|
2022-01-24 04:39:03 +00:00
|
|
|
"crossbeam-channel",
|
2022-02-26 18:22:30 +00:00
|
|
|
"crossbeam-utils",
|
2021-12-17 02:46:46 +00:00
|
|
|
"futures",
|
|
|
|
"hdrhistogram",
|
|
|
|
"humantime",
|
2022-09-21 03:42:14 +00:00
|
|
|
"prost-types",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2021-12-17 02:46:46 +00:00
|
|
|
"serde_json",
|
|
|
|
"thread_local",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tonic",
|
2021-12-17 02:46:46 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2021-04-02 18:11:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 18:11:20 +00:00
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
2020-09-10 16:12:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-06-19 19:39:41 +00:00
|
|
|
name = "cpufeatures"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "0.2.5"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2021-06-19 19:39:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-09-10 16:12:42 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-11 17:23:48 +00:00
|
|
|
version = "1.3.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 17:23:48 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-08-19 19:13:06 +00:00
|
|
|
version = "0.5.6"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 19:13:06 +00:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.9.13"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
2022-03-22 02:15:43 +00:00
|
|
|
"autocfg",
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-12-10 05:05:04 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
2020-06-06 21:02:26 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.8.14"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-12-03 17:38:28 +00:00
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-17 16:16:44 +00:00
|
|
|
version = "0.1.6"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 16:16:44 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"generic-array",
|
2022-02-26 18:22:30 +00:00
|
|
|
"typenum",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2021-09-05 22:15:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "5.4.0"
|
2021-09-05 22:15:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
2021-09-05 22:15:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-06-21 16:27:57 +00:00
|
|
|
"hashbrown",
|
2022-04-29 19:41:03 +00:00
|
|
|
"lock_api",
|
2022-09-11 00:29:22 +00:00
|
|
|
"once_cell",
|
2023-02-04 23:54:02 +00:00
|
|
|
"parking_lot_core 0.9.7",
|
2021-09-05 22:15:30 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-03 20:21:31 +00:00
|
|
|
version = "0.99.17"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-04-02 18:11:20 +00:00
|
|
|
"convert_case",
|
2020-06-06 21:02:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-10-20 23:16:53 +00:00
|
|
|
"rustc_version",
|
2020-06-06 21:02:26 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.10.6"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"block-buffer",
|
2021-12-17 02:46:46 +00:00
|
|
|
"crypto-common",
|
2022-04-29 20:54:54 +00:00
|
|
|
"subtle",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2022-03-22 02:15:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "1.8.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.8.32"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
2022-04-07 02:40:49 +00:00
|
|
|
version = "0.6.8"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-07 02:40:49 +00:00
|
|
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-01-14 00:11:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-08-19 19:13:06 +00:00
|
|
|
version = "1.8.0"
|
2022-01-14 00:11:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 19:13:06 +00:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-01-14 00:11:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-07-17 16:16:44 +00:00
|
|
|
version = "0.4.2"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 16:16:44 +00:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2021-12-17 02:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "1.0.25"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2022-12-23 18:58:30 +00:00
|
|
|
"miniz_oxide",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "1.1.0"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-11-02 17:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.26"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
|
2021-11-02 17:48:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.26"
|
2021-09-14 01:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures-sink",
|
2021-09-14 01:22:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.26"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.26"
|
2021-09-14 01:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-11-02 17:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.26"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
2021-11-02 17:48:11 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.26"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.26"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.26"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.26"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures-channel",
|
2020-06-06 21:02:26 +00:00
|
|
|
"futures-core",
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures-io",
|
2020-06-06 21:02:26 +00:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2021-11-02 17:48:11 +00:00
|
|
|
"memchr",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-08-19 19:13:06 +00:00
|
|
|
version = "0.14.6"
|
2020-06-11 00:34:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 19:13:06 +00:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2020-06-11 00:34:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2020-06-13 19:04:33 +00:00
|
|
|
"version_check",
|
2020-06-11 00:34:25 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.2.8"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
"libc",
|
2022-06-21 16:27:57 +00:00
|
|
|
"wasi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.27.1"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec"
|
2022-03-29 01:47:46 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.3.15"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2020-09-10 16:12:42 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 01:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "1.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
2022-03-22 02:15:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-17 16:16:44 +00:00
|
|
|
version = "0.12.3"
|
2022-03-22 02:15:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 16:16:44 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-03-22 02:15:43 +00:00
|
|
|
dependencies = [
|
2022-04-03 20:21:14 +00:00
|
|
|
"ahash",
|
2022-03-22 02:15:43 +00:00
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hdrhistogram"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "7.5.2"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2023-01-29 17:47:28 +00:00
|
|
|
"base64 0.13.1",
|
2021-12-17 02:46:46 +00:00
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
2022-02-26 18:22:30 +00:00
|
|
|
"nom",
|
|
|
|
"num-traits",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2022-03-25 03:06:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.4.1"
|
2022-03-25 03:06:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-03-25 03:06:29 +00:00
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-04 23:54:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01"
|
|
|
|
|
2022-09-28 04:19:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-04-29 20:54:54 +00:00
|
|
|
version = "0.12.1"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-29 20:54:54 +00:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"digest",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-06-21 16:27:57 +00:00
|
|
|
version = "0.2.8"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 16:27:57 +00:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-05-26 14:46:43 +00:00
|
|
|
version = "0.4.5"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 14:46:43 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "1.8.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-11-23 00:24:05 +00:00
|
|
|
version = "1.0.2"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-23 00:24:05 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-09-18 21:29:30 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.14.24"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2021-09-18 21:29:30 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "0.3.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "1.9.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-06-21 16:27:57 +00:00
|
|
|
"hashbrown",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-18 23:02:33 +00:00
|
|
|
version = "0.1.12"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 23:02:33 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-10-10 23:22:00 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "1.0.5"
|
2022-11-26 17:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
|
2022-11-26 17:17:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-02-04 23:54:02 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-26 17:17:47 +00:00
|
|
|
]
|
|
|
|
|
2021-10-13 04:16:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-uring"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.5.12"
|
2021-10-13 04:16:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "41c85eff7f7c8d3ab8c7ec87313c0c194bbaf4371bb7d40f80293ba01bce8264"
|
2021-10-13 04:16:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.4.3"
|
2022-11-26 17:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef"
|
2022-11-26 17:17:47 +00:00
|
|
|
dependencies = [
|
2023-02-04 23:54:02 +00:00
|
|
|
"hermit-abi 0.3.0",
|
2022-11-26 17:17:47 +00:00
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
2023-02-04 23:54:02 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-26 17:17:47 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.10.5"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.5"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2021-12-17 02:46:46 +00:00
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.61"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:22:30 +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-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.3.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "0.2.139"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-02 15:52:24 +00:00
|
|
|
version = "0.5.6"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 15:52:24 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "0.1.4"
|
2022-11-26 17:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
2022-11-26 17:17:47 +00:00
|
|
|
|
2021-04-02 18:11:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
2022-05-26 14:46:43 +00:00
|
|
|
version = "0.1.3"
|
2021-04-02 18:11:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 14:46:43 +00:00
|
|
|
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
|
2021-04-02 18:11:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
2022-05-26 14:46:43 +00:00
|
|
|
version = "0.1.3"
|
2021-04-02 18:11:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 14:46:43 +00:00
|
|
|
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
|
2021-04-02 18:11:20 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.4.9"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2022-04-03 20:21:14 +00:00
|
|
|
"autocfg",
|
2020-06-06 21:02:26 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-26 14:46:43 +00:00
|
|
|
version = "0.4.17"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 14:46:43 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2021-10-25 01:37:59 +00:00
|
|
|
version = "0.1.0"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 01:37:59 +00:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2022-12-08 00:30:44 +00:00
|
|
|
version = "0.7.0"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-08 00:30:44 +00:00
|
|
|
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
|
2022-04-11 20:17:54 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
2022-09-24 18:39:27 +00:00
|
|
|
name = "md-5"
|
|
|
|
version = "0.10.5"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-24 18:39:27 +00:00
|
|
|
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
2022-09-24 18:39:27 +00:00
|
|
|
"digest",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-26 14:46:43 +00:00
|
|
|
version = "2.5.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 14:46:43 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.7.1"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-12-06 18:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.8.5"
|
2021-12-06 18:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2021-12-06 18:43:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-06-21 16:27:57 +00:00
|
|
|
"wasi",
|
2023-02-04 23:54:02 +00:00
|
|
|
"windows-sys 0.42.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "7.1.3"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-01-29 17:47:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom8"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-10-15 16:13:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-26 14:46:43 +00:00
|
|
|
version = "0.2.15"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 14:46:43 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.15.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2022-01-24 04:39:03 +00:00
|
|
|
dependencies = [
|
2023-02-04 23:54:02 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2022-01-24 04:39:03 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.30.3"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
2022-03-29 01:47:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-01-04 20:42:13 +00:00
|
|
|
version = "1.17.0"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-04 20:42:13 +00:00
|
|
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
2022-02-26 18:22:30 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.18.0"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
2022-09-21 03:42:14 +00:00
|
|
|
"opentelemetry_api",
|
|
|
|
"opentelemetry_sdk",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-otlp"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.11.0"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "d1c928609d087790fc936a1067bdc310ae702bdf3b090c3f281b713622c8bbde"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures",
|
2022-02-04 17:33:12 +00:00
|
|
|
"futures-util",
|
2021-09-18 21:29:30 +00:00
|
|
|
"http",
|
|
|
|
"opentelemetry",
|
2022-09-21 03:42:14 +00:00
|
|
|
"opentelemetry-proto",
|
|
|
|
"prost",
|
2021-09-18 21:29:30 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tonic",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-proto"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d61a2f56df5574508dd86aaca016c917489e589ece4141df1b5e349af8d66c28"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
|
|
|
"opentelemetry",
|
|
|
|
"prost",
|
|
|
|
"tonic",
|
2022-02-04 17:33:12 +00:00
|
|
|
"tonic-build",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
2022-09-21 03:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_api"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"indexmap",
|
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_sdk"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"dashmap",
|
|
|
|
"fnv",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"once_cell",
|
|
|
|
"opentelemetry_api",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2022-03-22 02:15:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
|
|
|
dependencies = [
|
2022-04-03 20:21:14 +00:00
|
|
|
"dlv-list",
|
2022-06-21 16:27:57 +00:00
|
|
|
"hashbrown",
|
2022-03-22 02:15:43 +00:00
|
|
|
]
|
|
|
|
|
2022-03-25 03:06:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "6.4.1"
|
2022-03-25 03:06:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
2022-03-25 03:06:29 +00:00
|
|
|
|
2022-10-15 16:13:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "3.5.0"
|
2022-03-29 01:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
|
2022-03-29 01:47:46 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-08-28 22:15:14 +00:00
|
|
|
version = "0.11.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-28 22:15:14 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-10 16:12:42 +00:00
|
|
|
"instant",
|
2020-06-06 21:02:26 +00:00
|
|
|
"lock_api",
|
2022-12-23 18:58:30 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-02-11 17:23:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-06-06 21:04:00 +00:00
|
|
|
version = "0.12.1"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 21:04:00 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-02-11 17:23:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-02-04 23:54:02 +00:00
|
|
|
"parking_lot_core 0.9.7",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "0.8.6"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-09-10 16:12:42 +00:00
|
|
|
"instant",
|
2020-06-06 21:02:26 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-02-11 17:23:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.9.7"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-02-11 17:23:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-02-04 23:54:02 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-02-11 17:23:48 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 19:59:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.11"
|
2021-04-17 19:59:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
|
2021-04-17 19:59:42 +00:00
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "2.2.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "2.5.4"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "4ab62d2fa33726dbe6321cc97ef96d8cde531e3eeaf858a058de53a8a6d40d8f"
|
2022-02-26 18:22:30 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"thiserror",
|
2022-02-26 18:22:30 +00:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "2.5.4"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "8bf026e2d0581559db66d837fe5242320f525d85c76283c61f4d51a1238d65ea"
|
2022-02-26 18:22:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "2.5.4"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "2b27bd18aa01d91c8ed2b61ea23406a676b42d82609c6e2581fba42f0c15f17f"
|
2022-02-26 18:22:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "2.5.4"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "9f02b677c1859756359fc9983c2e56a0237f18624a3789528804406b7e915e5d"
|
2022-02-26 18:22:30 +00:00
|
|
|
dependencies = [
|
2022-08-19 19:13:06 +00:00
|
|
|
"once_cell",
|
2022-02-26 18:22:30 +00:00
|
|
|
"pest",
|
2023-01-29 17:47:28 +00:00
|
|
|
"sha2",
|
2022-02-26 18:22:30 +00:00
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2022-06-06 21:04:00 +00:00
|
|
|
version = "0.6.2"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 21:04:00 +00:00
|
|
|
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-02-04 17:33:12 +00:00
|
|
|
"fixedbitset",
|
2021-09-18 21:29:30 +00:00
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pict-rs"
|
2023-02-04 23:53:47 +00:00
|
|
|
version = "0.4.0-beta.16"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-form-data",
|
|
|
|
"actix-rt",
|
2021-10-13 04:16:31 +00:00
|
|
|
"actix-server",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-web",
|
|
|
|
"anyhow",
|
2021-10-23 04:48:56 +00:00
|
|
|
"async-trait",
|
2021-03-10 02:51:03 +00:00
|
|
|
"awc",
|
2023-01-29 17:47:28 +00:00
|
|
|
"base64 0.21.0",
|
2022-03-25 03:06:29 +00:00
|
|
|
"clap",
|
2022-03-29 01:47:46 +00:00
|
|
|
"color-eyre",
|
2021-10-28 04:06:03 +00:00
|
|
|
"config",
|
2021-12-17 02:46:46 +00:00
|
|
|
"console-subscriber",
|
2021-09-05 22:15:30 +00:00
|
|
|
"dashmap",
|
2021-09-06 01:00:31 +00:00
|
|
|
"futures-util",
|
2022-09-28 04:19:52 +00:00
|
|
|
"hex",
|
2022-09-25 01:33:59 +00:00
|
|
|
"md-5",
|
2020-06-06 21:02:26 +00:00
|
|
|
"mime",
|
2021-09-04 21:01:48 +00:00
|
|
|
"num_cpus",
|
2020-06-14 15:07:31 +00:00
|
|
|
"once_cell",
|
2021-09-18 21:29:30 +00:00
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-otlp",
|
2021-10-18 23:02:33 +00:00
|
|
|
"pin-project-lite",
|
2023-01-29 17:47:28 +00:00
|
|
|
"quick-xml",
|
2022-09-24 18:39:27 +00:00
|
|
|
"rusty-s3",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2022-04-06 01:29:30 +00:00
|
|
|
"serde_cbor",
|
2020-06-06 21:02:26 +00:00
|
|
|
"serde_json",
|
2022-09-25 20:17:33 +00:00
|
|
|
"serde_urlencoded",
|
2022-04-29 20:54:54 +00:00
|
|
|
"sha2",
|
2020-12-10 05:05:04 +00:00
|
|
|
"sled",
|
2021-10-19 01:29:06 +00:00
|
|
|
"storage-path-generator",
|
2020-06-06 21:02:26 +00:00
|
|
|
"thiserror",
|
2022-02-26 18:22:30 +00:00
|
|
|
"time",
|
2021-08-26 02:46:11 +00:00
|
|
|
"tokio",
|
2021-10-13 04:16:31 +00:00
|
|
|
"tokio-uring",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2023-02-04 23:54:02 +00:00
|
|
|
"toml 0.7.1",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing-actix-web",
|
2021-09-25 20:23:05 +00:00
|
|
|
"tracing-awc",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing-error",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-futures",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing-log",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tracing-opentelemetry",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-subscriber",
|
2021-09-18 21:29:30 +00:00
|
|
|
"url",
|
2022-07-02 15:52:24 +00:00
|
|
|
"uuid",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 20:23:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-08-19 19:13:06 +00:00
|
|
|
version = "1.0.12"
|
2020-11-01 20:23:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 19:13:06 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2020-11-01 20:23:56 +00:00
|
|
|
dependencies = [
|
2021-03-10 02:51:03 +00:00
|
|
|
"pin-project-internal",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 20:23:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-08-19 19:13:06 +00:00
|
|
|
version = "1.0.12"
|
2020-11-01 20:23:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 19:13:06 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2020-11-01 20:23:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-04-28 01:13:49 +00:00
|
|
|
version = "0.2.9"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 01:13:49 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-12-03 17:38:28 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.2.17"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2022-09-21 03:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.1.23"
|
2022-09-21 03:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78"
|
2022-09-21 03:42:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-09-10 16:12:42 +00:00
|
|
|
version = "1.0.4"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 16:12:42 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-09-10 16:12:42 +00:00
|
|
|
version = "1.0.4"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 16:12:42 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "1.0.51"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2022-05-26 14:46:43 +00:00
|
|
|
"unicode-ident",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.11.6"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-09-21 03:42:14 +00:00
|
|
|
"prost-derive",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.11.6"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "a3f8ad728fb08fe212df3c05169e940fbb6d9d16a877ddde14644a983ba2012e"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-09-21 03:42:14 +00:00
|
|
|
"heck",
|
2021-12-17 02:46:46 +00:00
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
2022-02-04 17:33:12 +00:00
|
|
|
"petgraph",
|
2022-11-26 17:17:47 +00:00
|
|
|
"prettyplease",
|
2022-09-21 03:42:14 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2021-12-17 02:46:46 +00:00
|
|
|
"regex",
|
2022-11-26 17:17:47 +00:00
|
|
|
"syn",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.11.6"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.11.6"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-09-21 03:42:14 +00:00
|
|
|
"prost",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
2022-09-28 01:31:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-01-04 20:42:13 +00:00
|
|
|
version = "0.27.1"
|
2022-09-28 01:31:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-04 20:42:13 +00:00
|
|
|
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
|
2022-09-28 01:31:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.23"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-26 18:22:30 +00:00
|
|
|
version = "0.8.5"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 18:22:30 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.3.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.6.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-19 19:13:06 +00:00
|
|
|
version = "0.2.16"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 19:13:06 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-03-10 02:51:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "1.7.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.1.10"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.6.28"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-14 00:06:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rio"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e98c25665909853c07874301124482754434520ab572ac6a22e90366de6685b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
2022-02-26 18:22:30 +00:00
|
|
|
name = "ron"
|
2022-06-21 16:27:57 +00:00
|
|
|
version = "0.7.1"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 16:27:57 +00:00
|
|
|
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
|
2022-02-26 18:22:30 +00:00
|
|
|
dependencies = [
|
2023-01-29 17:47:28 +00:00
|
|
|
"base64 0.13.1",
|
2022-02-26 18:22:30 +00:00
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
]
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2022-03-22 02:15:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-04-03 20:21:14 +00:00
|
|
|
"ordered-multimap",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2022-03-29 01:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
|
|
|
2020-06-07 15:59:58 +00:00
|
|
|
[[package]]
|
2021-08-26 02:46:11 +00:00
|
|
|
name = "rustc_version"
|
2021-12-03 20:21:31 +00:00
|
|
|
version = "0.4.0"
|
2020-06-07 15:59:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2020-06-07 15:59:58 +00:00
|
|
|
dependencies = [
|
2021-10-20 23:16:53 +00:00
|
|
|
"semver",
|
2020-06-07 15:59:58 +00:00
|
|
|
]
|
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.36.8"
|
2022-11-26 17:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
|
2022-11-26 17:17:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-02-04 23:54:02 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-26 17:17:47 +00:00
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.20.8"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2021-12-03 20:21:31 +00:00
|
|
|
"sct",
|
2021-12-28 17:03:53 +00:00
|
|
|
"webpki",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2022-12-08 00:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.11"
|
2022-12-08 00:30:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
|
2022-12-08 00:30:44 +00:00
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
2022-09-24 18:39:27 +00:00
|
|
|
name = "rusty-s3"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.4.1"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "9c92776b0db0fea6d7cc3abb9d0d745814c71124471a3bfd84b1265a28c06130"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
2023-01-29 17:47:28 +00:00
|
|
|
"base64 0.21.0",
|
2022-09-24 18:39:27 +00:00
|
|
|
"hmac",
|
|
|
|
"md-5",
|
|
|
|
"percent-encoding",
|
2023-01-29 17:47:28 +00:00
|
|
|
"quick-xml",
|
2022-09-24 18:39:27 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
"zeroize",
|
2021-09-12 16:00:29 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.12"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-10-13 04:16:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "1.0.1"
|
2021-10-13 04:16:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2021-10-13 04:16:31 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-10-20 23:16:53 +00:00
|
|
|
version = "0.7.0"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-20 23:16:53 +00:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.16"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-12-26 22:35:25 +00:00
|
|
|
version = "1.0.152"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 22:35:25 +00:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2022-04-06 01:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-12-26 22:35:25 +00:00
|
|
|
version = "1.0.152"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 22:35:25 +00:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.91"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2020-06-06 21:02:26 +00:00
|
|
|
"ryu",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2023-01-29 17:47:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.6.1"
|
2023-01-29 17:47:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
|
2023-01-29 17:47:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-18 17:46:01 +00:00
|
|
|
version = "0.7.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-18 17:46:01 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-12-03 17:38:28 +00:00
|
|
|
"form_urlencoded",
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2020-12-03 17:38:28 +00:00
|
|
|
"ryu",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
2022-06-21 16:27:57 +00:00
|
|
|
name = "sha1"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.10.5"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2021-06-19 19:39:41 +00:00
|
|
|
"cpufeatures",
|
2022-08-19 19:13:06 +00:00
|
|
|
"digest",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.10.6"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-08-19 19:13:06 +00:00
|
|
|
"digest",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2021-10-14 00:06:53 +00:00
|
|
|
version = "0.1.4"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 00:06:53 +00:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "1.4.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-08-19 19:13:06 +00:00
|
|
|
version = "0.4.7"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 19:13:06 +00:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sled"
|
2021-09-12 16:00:29 +00:00
|
|
|
version = "0.34.7"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 16:00:29 +00:00
|
|
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
|
2020-09-10 16:12:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2020-12-10 05:05:04 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2020-09-10 16:12:42 +00:00
|
|
|
"fs2",
|
|
|
|
"fxhash",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-02-11 17:23:48 +00:00
|
|
|
"parking_lot 0.11.2",
|
2021-10-14 00:06:53 +00:00
|
|
|
"rio",
|
2020-09-10 16:12:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-10-15 16:13:24 +00:00
|
|
|
version = "1.10.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 16:13:24 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "0.4.7"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-10-19 01:29:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "storage-path-generator"
|
2022-04-15 18:03:54 +00:00
|
|
|
version = "0.1.1"
|
2021-10-19 04:52:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 18:03:54 +00:00
|
|
|
checksum = "7f11d35dae9818c4313649da4a97c8329e29357a7fe584526c1d78f5b63ef836"
|
2021-10-19 01:29:06 +00:00
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-03-25 03:06:29 +00:00
|
|
|
version = "0.10.0"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 03:06:29 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-06-07 00:54:06 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.107"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-26 14:46:43 +00:00
|
|
|
"unicode-ident",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.1.2"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-04-11 20:17:54 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "3.3.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-01-14 00:11:46 +00:00
|
|
|
"fastrand",
|
2021-09-18 21:29:30 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
2022-03-25 03:06:29 +00:00
|
|
|
name = "termcolor"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "1.2.0"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
2022-03-25 03:06:29 +00:00
|
|
|
"winapi-util",
|
2020-06-07 00:54:06 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.38"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.38"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "1.1.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"once_cell",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-08-28 22:50:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.3.17"
|
2021-08-28 22:50:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
2021-08-28 22:50:56 +00:00
|
|
|
dependencies = [
|
2022-02-11 17:23:48 +00:00
|
|
|
"itoa",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2022-11-26 17:17:47 +00:00
|
|
|
"time-core",
|
2022-02-26 18:22:30 +00:00
|
|
|
"time-macros",
|
2021-08-28 22:50:56 +00:00
|
|
|
]
|
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.2.6"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
|
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-02-26 18:22:30 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-04-28 01:13:49 +00:00
|
|
|
version = "1.6.0"
|
2020-10-10 23:22:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 01:13:49 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-10-10 23:22:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.1.1"
|
2020-10-10 23:22:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-10-10 23:22:00 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "1.25.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2022-07-17 16:16:44 +00:00
|
|
|
"autocfg",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-02-26 18:22:30 +00:00
|
|
|
"mio",
|
2021-09-18 21:29:30 +00:00
|
|
|
"num_cpus",
|
2022-06-06 21:04:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"signal-hook-registry",
|
2022-02-26 18:22:30 +00:00
|
|
|
"socket2",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tokio-macros",
|
2021-12-17 02:46:46 +00:00
|
|
|
"tracing",
|
2023-02-04 23:54:02 +00:00
|
|
|
"windows-sys 0.42.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "1.2.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-12-08 00:30:44 +00:00
|
|
|
version = "1.8.2"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-08 00:30:44 +00:00
|
|
|
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-05-26 14:46:43 +00:00
|
|
|
version = "0.23.4"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 14:46:43 +00:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:21:31 +00:00
|
|
|
"rustls",
|
2021-09-12 16:00:29 +00:00
|
|
|
"tokio",
|
2021-12-28 17:03:53 +00:00
|
|
|
"webpki",
|
2021-09-12 16:00:29 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2022-10-15 16:13:24 +00:00
|
|
|
version = "0.1.11"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 16:13:24 +00:00
|
|
|
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-10-13 04:16:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-uring"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.4.0"
|
2021-10-13 04:16:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "0d5e02bb137e030b3a547c65a3bd2f1836d66a97369fdcc69034002b10e155ef"
|
2021-10-13 04:16:31 +00:00
|
|
|
dependencies = [
|
2022-01-14 00:11:46 +00:00
|
|
|
"bytes",
|
2021-10-13 04:16:31 +00:00
|
|
|
"io-uring",
|
|
|
|
"libc",
|
|
|
|
"scoped-tls",
|
|
|
|
"slab",
|
2022-03-09 00:48:08 +00:00
|
|
|
"socket2",
|
2021-10-13 04:16:31 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "0.7.4"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
2022-02-26 18:22:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-04-03 20:21:14 +00:00
|
|
|
"tracing",
|
2022-02-26 18:22:30 +00:00
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.5.11"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2023-01-29 17:47:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.7.1"
|
2023-01-29 17:47:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "772c1426ab886e7362aedf4abc9c0d1348a979517efedfc25862944d10137af0"
|
2023-01-29 17:47:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.6.1"
|
2023-01-29 17:47:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
2023-01-29 17:47:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.19.1"
|
2023-01-29 17:47:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "90a238ee2e6ede22fb95350acc78e21dc40da00bb66c0334bde83de4ed89424e"
|
2023-01-29 17:47:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"nom8",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2022-12-08 00:30:44 +00:00
|
|
|
version = "0.8.3"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-08 00:30:44 +00:00
|
|
|
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2023-01-29 17:47:28 +00:00
|
|
|
"base64 0.13.1",
|
2022-04-11 20:17:54 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2022-09-21 03:42:14 +00:00
|
|
|
"prost",
|
|
|
|
"prost-derive",
|
2022-04-11 20:17:54 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2022-04-11 20:17:54 +00:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
2022-12-08 00:30:44 +00:00
|
|
|
version = "0.8.4"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-08 00:30:44 +00:00
|
|
|
checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-09-21 03:42:14 +00:00
|
|
|
"prettyplease",
|
2021-12-17 02:46:46 +00:00
|
|
|
"proc-macro2",
|
2022-02-04 17:33:12 +00:00
|
|
|
"prost-build",
|
2021-09-18 21:29:30 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2022-06-21 16:27:57 +00:00
|
|
|
version = "0.4.13"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 16:27:57 +00:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"indexmap",
|
|
|
|
"pin-project",
|
2021-10-18 23:02:33 +00:00
|
|
|
"pin-project-lite",
|
2021-09-18 21:29:30 +00:00
|
|
|
"rand",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-09-21 03:42:14 +00:00
|
|
|
"tokio-util",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-04-11 20:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2022-12-08 00:30:44 +00:00
|
|
|
version = "0.3.5"
|
2022-04-11 20:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-08 00:30:44 +00:00
|
|
|
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
2022-04-11 20:17:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2022-10-15 16:13:24 +00:00
|
|
|
version = "0.3.2"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 16:13:24 +00:00
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
2021-09-18 21:29:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-06-21 16:27:57 +00:00
|
|
|
version = "0.3.2"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 16:27:57 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-09-18 21:29:30 +00:00
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-10-15 16:13:24 +00:00
|
|
|
version = "0.1.37"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 16:13:24 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2021-09-14 01:22:42 +00:00
|
|
|
"log",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-actix-web"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.7.2"
|
2021-12-13 17:21:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "4082e4d81173e0b7ad3cfb71e9eaef0dd0cbb7b139fdb56394f488a3b0760b23"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-web",
|
2021-09-19 19:36:53 +00:00
|
|
|
"opentelemetry",
|
2021-10-11 17:13:46 +00:00
|
|
|
"pin-project",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing",
|
2021-09-19 19:36:53 +00:00
|
|
|
"tracing-opentelemetry",
|
2022-07-02 15:52:24 +00:00
|
|
|
"uuid",
|
2021-09-14 01:22:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-10-15 16:13:24 +00:00
|
|
|
version = "0.1.23"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 16:13:24 +00:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-09-25 20:23:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-awc"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.1.6"
|
2021-12-13 17:21:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "ab0b57d9e4b25f3d5f17d705c11c13c333b26dc062c02a9dedfe6a26f750a99e"
|
2021-09-25 20:23:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-http",
|
2021-12-03 20:21:31 +00:00
|
|
|
"actix-service",
|
2021-09-25 20:23:05 +00:00
|
|
|
"awc",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
2021-09-25 20:42:06 +00:00
|
|
|
"opentelemetry",
|
2021-12-03 20:21:31 +00:00
|
|
|
"pin-project-lite",
|
2021-09-25 20:23:05 +00:00
|
|
|
"tracing",
|
2021-09-25 20:42:06 +00:00
|
|
|
"tracing-opentelemetry",
|
2021-09-25 20:23:05 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-10-15 16:13:24 +00:00
|
|
|
version = "0.1.30"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 16:13:24 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2022-06-21 16:27:57 +00:00
|
|
|
"once_cell",
|
2022-02-04 17:33:12 +00:00
|
|
|
"valuable",
|
2020-06-14 02:28:06 +00:00
|
|
|
]
|
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-error"
|
2021-10-25 01:37:59 +00:00
|
|
|
version = "0.2.0"
|
2021-09-14 01:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 01:37:59 +00:00
|
|
|
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
2021-03-10 02:51:03 +00:00
|
|
|
version = "0.2.5"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 02:51:03 +00:00
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2021-03-10 02:51:03 +00:00
|
|
|
"pin-project",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-04-24 22:10:15 +00:00
|
|
|
version = "0.1.3"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-24 22:10:15 +00:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.18.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
2022-06-21 16:27:57 +00:00
|
|
|
"once_cell",
|
2021-09-18 21:29:30 +00:00
|
|
|
"opentelemetry",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2022-03-28 04:27:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-10-15 16:13:24 +00:00
|
|
|
version = "0.3.16"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 16:13:24 +00:00
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-10-15 16:13:24 +00:00
|
|
|
"nu-ansi-term",
|
2022-07-02 15:52:24 +00:00
|
|
|
"once_cell",
|
2020-06-14 02:28:06 +00:00
|
|
|
"regex",
|
2022-03-28 04:27:07 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-06-14 02:28:06 +00:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
2020-09-10 16:12:42 +00:00
|
|
|
"thread_local",
|
2020-10-10 23:22:00 +00:00
|
|
|
"tracing",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2022-03-28 04:27:07 +00:00
|
|
|
"tracing-serde",
|
2020-06-14 02:28:06 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.2.4"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2021-09-18 21:29:30 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.2.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"unchecked-index",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-12-08 00:30:44 +00:00
|
|
|
version = "1.16.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-08 00:30:44 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2022-02-26 18:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "0.1.5"
|
2022-02-26 18:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2022-02-26 18:22:30 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unchecked-index"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.3.10"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2022-05-26 14:46:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "1.0.6"
|
2022-05-26 14:46:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
2022-05-26 14:46:43 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-21 03:42:14 +00:00
|
|
|
version = "0.1.22"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 03:42:14 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-12-03 17:38:28 +00:00
|
|
|
"tinyvec",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-11 00:29:22 +00:00
|
|
|
version = "2.3.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 00:29:22 +00:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-12-03 17:38:28 +00:00
|
|
|
"form_urlencoded",
|
2020-06-06 21:02:26 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-04-24 22:11:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "1.3.0"
|
2022-04-24 22:11:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
2020-06-14 18:56:42 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"getrandom",
|
2022-02-26 18:22:30 +00:00
|
|
|
"serde",
|
2020-06-14 18:56:42 +00:00
|
|
|
]
|
|
|
|
|
2022-02-04 17:33:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-12-30 16:54:07 +00:00
|
|
|
version = "0.9.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 16:54:07 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-03-22 02:15:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.2.84"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.2.84"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-19 19:13:06 +00:00
|
|
|
"once_cell",
|
2020-06-06 21:02:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.2.84"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.2.84"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.2.84"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2020-06-07 15:59:58 +00:00
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-02-04 23:54:02 +00:00
|
|
|
version = "0.3.61"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 23:54:02 +00:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2021-10-20 23:16:53 +00:00
|
|
|
version = "0.22.0"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-20 23:16:53 +00:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2022-12-23 18:58:30 +00:00
|
|
|
version = "0.22.6"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 18:58:30 +00:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
2021-12-28 17:03:53 +00:00
|
|
|
"webpki",
|
2021-09-12 16:00:29 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "4.4.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
2022-09-11 00:29:22 +00:00
|
|
|
"once_cell",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-10 16:12:42 +00:00
|
|
|
version = "0.3.9"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 16:12:42 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2022-03-25 03:06:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-10-28 04:06:03 +00:00
|
|
|
|
2022-02-11 17:23:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-11-26 17:17:47 +00:00
|
|
|
version = "0.42.0"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 17:17:47 +00:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-02-11 17:23:48 +00:00
|
|
|
dependencies = [
|
2022-11-26 17:17:47 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-02-11 17:23:48 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-11-26 17:17:47 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-02-11 17:23:48 +00:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2023-02-04 23:54:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2022-11-26 17:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.42.1"
|
2022-11-26 17:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-11-26 17:17:47 +00:00
|
|
|
|
2022-02-11 17:23:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.42.1"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-02-11 17:23:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.42.1"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-02-11 17:23:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.42.1"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-02-11 17:23:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.42.1"
|
2022-11-26 17:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-11-26 17:17:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.42.1"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-02-11 17:23:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-29 17:47:28 +00:00
|
|
|
version = "0.42.1"
|
2022-02-11 17:23:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 17:47:28 +00:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-02-11 17:23:48 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2022-09-24 18:39:27 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.5.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
|