relay/Cargo.lock

3137 lines
74 KiB
Plaintext
Raw Normal View History

2020-03-15 02:05:40 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-06-24 17:02:27 +00:00
version = 3
2020-05-21 21:24:56 +00:00
[[package]]
2020-09-07 21:51:02 +00:00
name = "activitystreams"
2022-04-08 22:39:38 +00:00
version = "0.7.0-alpha.20"
2020-09-07 21:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "459a89e7d449cf49e57044d59dcf637d2927362b7a75737c90bd3679ba476a78"
2020-05-21 21:24:56 +00:00
dependencies = [
2021-11-23 00:38:58 +00:00
"activitystreams-kinds",
2022-01-17 22:54:45 +00:00
"iri-string",
2020-09-07 21:51:02 +00:00
"mime",
2022-02-26 18:12:07 +00:00
"serde",
2020-05-21 21:24:56 +00:00
"serde_json",
2022-04-08 22:39:38 +00:00
"time",
2020-05-21 21:24:56 +00:00
]
[[package]]
2020-09-07 21:51:02 +00:00
name = "activitystreams-ext"
version = "0.1.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb8e19a0810cc25df3535061a08b7d8f8a734d309ea4411c57a9767e4a2ffa0e"
2020-05-21 21:24:56 +00:00
dependencies = [
2020-09-07 21:51:02 +00:00
"activitystreams",
2022-02-26 18:12:07 +00:00
"serde",
2020-05-21 21:24:56 +00:00
"serde_json",
]
2021-11-23 00:38:58 +00:00
[[package]]
name = "activitystreams-kinds"
2022-04-08 22:39:38 +00:00
version = "0.2.1"
2021-11-23 00:38:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "6d014a4fb8828870b7b46bee6257b9a89d06188ae8d435381ba94f14c8c697d8"
2021-11-23 00:38:58 +00:00
dependencies = [
2022-01-17 22:54:45 +00:00
"iri-string",
2022-02-26 18:12:07 +00:00
"serde",
2021-11-23 00:38:58 +00:00
]
2020-09-07 18:34:29 +00:00
[[package]]
name = "actix-codec"
2022-02-26 18:12:07 +00:00
version = "0.5.0"
2020-09-07 18:34:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
2020-09-07 18:34:29 +00:00
dependencies = [
"bitflags",
2021-02-11 00:00:11 +00:00
"bytes",
2020-09-07 18:34:29 +00:00
"futures-core",
"futures-sink",
"log",
2021-11-23 00:38:58 +00:00
"memchr",
2021-02-11 00:00:11 +00:00
"pin-project-lite",
2020-09-07 18:34:29 +00:00
"tokio",
2022-04-08 22:39:38 +00:00
"tokio-util 0.7.1",
2020-09-07 18:34:29 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "actix-http"
2022-04-08 22:39:38 +00:00
version = "3.0.4"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "a5885cb81a0d4d0d322864bea1bb6c2a8144626b4fdc625d4c51eba197e7797a"
2020-03-15 02:05:40 +00:00
dependencies = [
2020-09-14 00:46:13 +00:00
"actix-codec",
2020-03-15 02:05:40 +00:00
"actix-rt",
"actix-service",
2020-09-14 00:46:13 +00:00
"actix-utils",
2022-04-08 22:39:38 +00:00
"ahash",
2021-03-28 20:02:26 +00:00
"base64",
2020-03-15 02:05:40 +00:00
"bitflags",
2021-02-11 00:00:11 +00:00
"bytes",
"bytestring",
2020-03-15 02:05:40 +00:00
"derive_more",
"encoding_rs",
"futures-core",
"h2",
"http",
"httparse",
2021-10-20 23:27:22 +00:00
"httpdate",
2022-02-11 17:28:45 +00:00
"itoa",
2020-03-15 02:05:40 +00:00
"language-tags",
2021-04-02 20:38:55 +00:00
"local-channel",
2020-03-15 02:05:40 +00:00
"log",
"mime",
"percent-encoding",
2021-04-02 20:38:55 +00:00
"pin-project-lite",
2022-04-08 22:39:38 +00:00
"rand",
2022-02-26 18:12:07 +00:00
"sha-1 0.10.0",
2021-02-11 00:00:11 +00:00
"smallvec",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "actix-macros"
2021-10-20 23:27:22 +00:00
version = "0.2.3"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-20 23:27:22 +00:00
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
2020-03-15 02:05:40 +00:00
dependencies = [
"quote",
"syn",
]
[[package]]
name = "actix-router"
2022-02-26 18:12:07 +00:00
version = "0.5.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
2020-03-15 02:05:40 +00:00
dependencies = [
"bytestring",
2021-09-18 17:55:39 +00:00
"firestorm",
2020-03-15 02:05:40 +00:00
"http",
"log",
"regex",
2022-02-26 18:12:07 +00:00
"serde",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "actix-rt"
2022-04-08 22:39:38 +00:00
version = "2.7.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
2020-03-15 02:05:40 +00:00
dependencies = [
"actix-macros",
2021-02-11 00:00:11 +00:00
"futures-core",
2020-03-15 02:05:40 +00:00
"tokio",
]
[[package]]
name = "actix-server"
2022-04-08 22:39:38 +00:00
version = "2.1.1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
2020-03-15 02:05:40 +00:00
dependencies = [
"actix-rt",
"actix-service",
2020-09-14 00:46:13 +00:00
"actix-utils",
2021-02-11 00:00:11 +00:00
"futures-core",
2021-11-23 00:38:58 +00:00
"futures-util",
2022-02-26 18:12:07 +00:00
"mio",
2020-03-15 02:05:40 +00:00
"num_cpus",
2021-11-23 00:38:58 +00:00
"socket2",
2021-02-11 00:00:11 +00:00
"tokio",
2022-04-08 22:39:38 +00:00
"tracing",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "actix-service"
version = "2.0.2"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-02-11 00:00:11 +00:00
"futures-core",
2021-04-17 17:36:47 +00:00
"paste",
2021-02-11 00:00:11 +00:00
"pin-project-lite",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "actix-tls"
2022-02-26 18:12:07 +00:00
version = "3.0.3"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
2020-03-15 02:05:40 +00:00
dependencies = [
2020-09-14 00:46:13 +00:00
"actix-codec",
2021-02-11 00:00:11 +00:00
"actix-rt",
2020-03-15 02:05:40 +00:00
"actix-service",
2020-09-14 00:46:13 +00:00
"actix-utils",
2021-02-11 00:00:11 +00:00
"futures-core",
"http",
"log",
2021-11-23 00:38:58 +00:00
"pin-project-lite",
2020-03-16 18:27:42 +00:00
"tokio-rustls",
2022-04-08 22:39:38 +00:00
"tokio-util 0.7.1",
2020-03-16 18:27:42 +00:00
"webpki-roots",
2020-03-15 02:05:40 +00:00
]
2020-09-07 18:34:29 +00:00
[[package]]
name = "actix-utils"
2021-04-17 17:36:47 +00:00
version = "3.0.0"
2020-09-07 18:34:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-17 17:36:47 +00:00
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
2020-09-07 18:34:29 +00:00
dependencies = [
2021-04-02 20:38:55 +00:00
"local-waker",
2021-02-11 00:00:11 +00:00
"pin-project-lite",
2020-09-07 18:34:29 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "actix-web"
2022-02-26 18:12:07 +00:00
version = "4.0.1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
2020-03-15 02:05:40 +00:00
dependencies = [
2020-09-14 00:46:13 +00:00
"actix-codec",
2020-03-15 02:05:40 +00:00
"actix-http",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
2020-09-14 00:46:13 +00:00
"actix-utils",
2022-04-08 22:39:38 +00:00
"ahash",
2021-02-11 00:00:11 +00:00
"bytes",
2022-02-26 18:12:07 +00:00
"bytestring",
2021-06-26 23:14:43 +00:00
"cfg-if",
2020-03-15 02:05:40 +00:00
"derive_more",
"encoding_rs",
2020-05-21 21:24:56 +00:00
"futures-core",
"futures-util",
2022-02-11 17:28:45 +00:00
"itoa",
2021-04-02 20:38:55 +00:00
"language-tags",
2020-03-15 02:05:40 +00:00
"log",
"mime",
2021-04-02 20:38:55 +00:00
"once_cell",
2021-12-03 22:17:25 +00:00
"pin-project-lite",
2020-03-15 02:05:40 +00:00
"regex",
2022-02-26 18:12:07 +00:00
"serde",
2020-03-15 02:05:40 +00:00
"serde_json",
"serde_urlencoded",
2021-02-11 00:00:11 +00:00
"smallvec",
2020-05-21 21:24:56 +00:00
"socket2",
2022-04-08 22:39:38 +00:00
"time",
2020-03-15 02:05:40 +00:00
"url",
]
2020-03-16 03:36:46 +00:00
[[package]]
name = "actix-webfinger"
2022-03-08 18:26:15 +00:00
version = "0.4.1"
2020-03-16 03:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 18:26:15 +00:00
checksum = "71e64f0f9b28305d38058daaff76a608684a43cbf67e9a9289bdd124a2a45b5e"
2020-03-16 03:36:46 +00:00
dependencies = [
2021-02-11 00:00:11 +00:00
"actix-rt",
2020-03-16 03:36:46 +00:00
"actix-web",
2021-03-10 02:09:56 +00:00
"awc",
2022-02-26 18:12:07 +00:00
"serde",
2020-03-16 03:36:46 +00:00
"serde_derive",
"thiserror",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-02-11 00:00:11 +00:00
[[package]]
name = "ahash"
2021-10-20 23:27:22 +00:00
version = "0.7.6"
2021-02-11 00:00:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-20 23:27:22 +00:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-02-11 00:00:11 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"getrandom",
2021-02-11 00:00:11 +00:00
"once_cell",
"version_check",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "aho-corasick"
2021-09-18 17:55:39 +00:00
version = "0.7.18"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-03-15 02:05:40 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "ammonia"
2022-04-08 22:39:38 +00:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74"
dependencies = [
"html5ever",
"maplit",
2022-04-08 22:39:38 +00:00
"once_cell",
"tendril",
"url",
]
2021-09-18 17:55:39 +00:00
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "anyhow"
2022-03-08 17:39:00 +00:00
version = "1.0.56"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 17:39:00 +00:00
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
2020-03-15 02:05:40 +00:00
[[package]]
name = "ap-relay"
2022-04-08 22:43:53 +00:00
version = "0.3.21"
dependencies = [
"activitystreams",
"activitystreams-ext",
"actix-rt",
"actix-web",
"actix-webfinger",
"ammonia",
"anyhow",
"async-rwlock",
"awc",
"background-jobs",
"base64",
"config",
"console-subscriber",
"dashmap",
"dotenv",
"futures-util",
"http-signature-normalization-actix",
"lru",
"mime",
"opentelemetry",
"opentelemetry-otlp",
2022-04-08 22:39:38 +00:00
"rand",
"rsa",
"rsa-magic-public-key",
"ructe",
2022-02-26 18:12:07 +00:00
"serde",
"serde_json",
"sha2",
"sled",
"structopt",
"thiserror",
"toml",
"tracing",
"tracing-actix-web",
"tracing-awc",
"tracing-error",
"tracing-futures",
"tracing-log",
"tracing-opentelemetry",
"tracing-subscriber",
"uuid",
]
2020-05-22 02:42:56 +00:00
[[package]]
name = "async-mutex"
2020-09-30 00:33:50 +00:00
version = "1.4.0"
2020-05-22 02:42:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-30 00:33:50 +00:00
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
2020-05-22 02:42:56 +00:00
dependencies = [
"event-listener",
]
[[package]]
name = "async-rwlock"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261803dcc39ba9e72760ba6e16d0199b1eef9fc44e81bffabbebb9f5aea3906c"
dependencies = [
"async-mutex",
"event-listener",
]
[[package]]
name = "async-stream"
2022-04-08 22:39:38 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
dependencies = [
"async-stream-impl",
"futures-core",
]
[[package]]
name = "async-stream-impl"
2022-04-08 22:39:38 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "async-trait"
2022-04-08 22:39:38 +00:00
version = "0.1.53"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
2020-03-15 02:05:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2021-02-11 00:00:11 +00:00
"winapi",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "autocfg"
2022-02-11 17:28:45 +00:00
version = "1.1.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-03-15 02:05:40 +00:00
[[package]]
name = "awc"
2022-03-08 17:39:00 +00:00
version = "3.0.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 17:39:00 +00:00
checksum = "65c60c44fbf3c8cee365e86b97d706e513b733c4eeb16437b45b88d2fffe889a"
2020-03-15 02:05:40 +00:00
dependencies = [
2020-09-14 00:46:13 +00:00
"actix-codec",
2020-03-15 02:05:40 +00:00
"actix-http",
"actix-rt",
"actix-service",
2021-11-23 00:38:58 +00:00
"actix-tls",
"actix-utils",
2022-04-08 22:39:38 +00:00
"ahash",
2021-03-28 20:02:26 +00:00
"base64",
2021-02-11 00:00:11 +00:00
"bytes",
2021-06-26 23:14:43 +00:00
"cfg-if",
2020-03-15 02:05:40 +00:00
"derive_more",
"futures-core",
2021-11-23 00:38:58 +00:00
"futures-util",
"h2",
"http",
2022-02-11 17:28:45 +00:00
"itoa",
2020-03-15 02:05:40 +00:00
"log",
"mime",
"percent-encoding",
2021-03-10 02:09:56 +00:00
"pin-project-lite",
2022-04-08 22:39:38 +00:00
"rand",
2020-03-16 18:27:42 +00:00
"rustls",
2022-02-26 18:12:07 +00:00
"serde",
2020-03-15 02:05:40 +00:00
"serde_json",
"serde_urlencoded",
2021-11-23 00:38:58 +00:00
"tokio",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "background-jobs"
2022-01-17 23:51:19 +00:00
version = "0.12.0"
2021-11-23 00:38:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-17 23:51:19 +00:00
checksum = "5c301b3ccb60fa2aadb4da111e27b257ddc4f0509848c43c85764dc14f7a49a3"
dependencies = [
"background-jobs-actix",
"background-jobs-core",
]
[[package]]
name = "background-jobs-actix"
2022-01-17 23:51:19 +00:00
version = "0.12.0"
2021-11-23 00:38:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-17 23:51:19 +00:00
checksum = "65a0dcbc94e0644fcfbaddc19705fae2d6947426682aeab7582d772f4d80b8df"
dependencies = [
"actix-rt",
"anyhow",
2020-09-14 00:46:13 +00:00
"async-mutex",
"async-trait",
"background-jobs-core",
"num_cpus",
2022-02-26 18:12:07 +00:00
"serde",
"serde_json",
"thiserror",
"tokio",
2021-09-18 17:55:39 +00:00
"tracing",
"tracing-futures",
2020-03-22 21:18:36 +00:00
"uuid",
]
[[package]]
name = "background-jobs-core"
2022-01-17 23:51:19 +00:00
version = "0.12.0"
2021-11-23 00:38:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-17 23:51:19 +00:00
checksum = "82fe510c99cea8b98c438e81f43c666e9b4cd3630a42a1684ed1d01db4271cfb"
dependencies = [
2020-04-23 18:28:00 +00:00
"actix-rt",
"anyhow",
2020-09-14 00:46:13 +00:00
"async-mutex",
"async-trait",
2022-02-26 18:12:07 +00:00
"serde",
"serde_json",
"thiserror",
2022-04-08 22:39:38 +00:00
"time",
2021-09-18 17:55:39 +00:00
"tracing",
"tracing-futures",
2020-03-22 21:18:36 +00:00
"uuid",
]
2020-10-10 17:38:37 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-03-17 01:41:00 +00:00
[[package]]
2021-08-01 20:12:06 +00:00
name = "base64ct"
2022-04-08 22:39:38 +00:00
version = "1.5.0"
2020-03-17 01:41:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"
2020-03-17 01:41:00 +00:00
2020-03-15 02:05:40 +00:00
[[package]]
name = "bitflags"
2021-09-18 17:55:39 +00:00
version = "1.3.2"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-03-15 02:05:40 +00:00
2022-02-26 18:12:07 +00:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
"generic-array 0.12.4",
]
[[package]]
name = "block-buffer"
2022-02-11 17:28:45 +00:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
dependencies = [
2022-02-26 18:12:07 +00:00
"generic-array 0.14.5",
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "bumpalo"
2022-01-18 17:26:50 +00:00
version = "3.9.1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 17:26:50 +00:00
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2020-03-15 02:05:40 +00:00
2022-02-26 18:12:07 +00:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2020-03-20 18:40:18 +00:00
[[package]]
name = "bytecount"
version = "0.6.2"
2020-03-20 18:40:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
2020-03-20 18:40:18 +00:00
2020-03-15 02:05:40 +00:00
[[package]]
name = "byteorder"
2021-03-28 20:02:26 +00:00
version = "1.4.3"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-28 20:02:26 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-03-15 02:05:40 +00:00
2021-02-10 04:05:06 +00:00
[[package]]
name = "bytes"
2021-09-18 17:55:39 +00:00
version = "1.1.0"
2021-02-10 04:05:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-02-10 04:05:06 +00:00
2020-03-15 02:05:40 +00:00
[[package]]
name = "bytestring"
2021-02-10 04:05:06 +00:00
version = "1.0.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-10 04:05:06 +00:00
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-02-11 00:00:11 +00:00
"bytes",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "cc"
2022-02-26 18:12:07 +00:00
version = "1.0.73"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2020-03-15 02:05:40 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2021-12-03 22:17:25 +00:00
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-03 22:17:25 +00:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
2021-12-03 22:17:25 +00:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "config"
2022-04-08 22:39:38 +00:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "a623a46970097d353e2c8154fa527d8ce45cd0e02cc1812969b889c49b3728e8"
dependencies = [
2022-02-26 18:12:07 +00:00
"async-trait",
"json5",
"lazy_static",
2022-02-26 18:12:07 +00:00
"nom",
"pathdiff",
"ron",
"rust-ini",
2022-02-26 18:12:07 +00:00
"serde",
"serde_json",
"toml",
"yaml-rust",
]
[[package]]
name = "console-api"
2022-02-11 17:28:45 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "cc347c19eb5b940f396ac155822caee6662f850d97306890ac3773ed76c90c5a"
dependencies = [
2022-02-04 17:50:52 +00:00
"prost",
"prost-types",
"tonic",
"tonic-build",
"tracing-core",
]
[[package]]
name = "console-subscriber"
2022-02-26 18:12:07 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "565a7dfea2d10dd0e5c57cc394d5d441b1910960d8c9211ed14135e0e6ec3a20"
dependencies = [
"console-api",
2022-01-24 05:03:00 +00:00
"crossbeam-channel",
2022-02-26 18:12:07 +00:00
"crossbeam-utils",
"futures",
"hdrhistogram",
"humantime",
2022-02-26 18:12:07 +00:00
"prost-types",
"serde",
"serde_json",
"thread_local",
"tokio",
"tokio-stream",
2022-02-04 17:50:52 +00:00
"tonic",
"tracing",
"tracing-core",
"tracing-subscriber",
]
2021-08-01 20:12:06 +00:00
[[package]]
name = "const-oid"
2022-04-08 22:39:38 +00:00
version = "0.7.1"
2020-03-15 16:29:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
2021-03-28 20:02:26 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2020-03-15 16:29:01 +00:00
2020-06-27 22:29:23 +00:00
[[package]]
2021-06-24 17:02:27 +00:00
name = "cpufeatures"
2022-04-08 22:39:38 +00:00
version = "0.2.2"
2020-06-27 22:29:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
2021-06-24 17:02:27 +00:00
dependencies = [
"libc",
]
2020-06-27 22:29:23 +00:00
2020-03-15 02:05:40 +00:00
[[package]]
name = "crc32fast"
2022-02-11 17:28:45 +00:00
version = "1.3.2"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "crossbeam-channel"
2022-04-08 22:39:38 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2020-04-21 17:07:39 +00:00
[[package]]
2021-02-10 04:05:06 +00:00
name = "crossbeam-epoch"
2022-04-08 22:39:38 +00:00
version = "0.9.8"
2020-04-21 17:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
2020-04-21 17:07:39 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"autocfg",
2021-03-09 00:26:22 +00:00
"cfg-if",
2020-04-21 17:07:39 +00:00
"crossbeam-utils",
2021-02-10 04:05:06 +00:00
"lazy_static",
"memoffset",
"scopeguard",
2020-04-21 17:07:39 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "crossbeam-utils"
2022-04-08 22:39:38 +00:00
version = "0.8.8"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2020-03-15 02:05:40 +00:00
"lazy_static",
]
2021-08-01 20:12:06 +00:00
[[package]]
name = "crypto-bigint"
2022-04-08 22:39:38 +00:00
version = "0.3.2"
2021-08-01 20:12:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"
2021-08-01 20:12:06 +00:00
dependencies = [
2022-02-26 18:12:07 +00:00
"generic-array 0.14.5",
2021-08-01 20:12:06 +00:00
"subtle",
]
[[package]]
name = "crypto-common"
2022-02-26 18:12:07 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
dependencies = [
2022-02-26 18:12:07 +00:00
"generic-array 0.14.5",
"typenum",
]
2021-11-23 22:19:59 +00:00
[[package]]
name = "dashmap"
2022-04-08 22:39:38 +00:00
version = "5.2.0"
2021-11-23 22:19:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c"
2021-11-23 22:19:59 +00:00
dependencies = [
"cfg-if",
"num_cpus",
2022-02-11 17:28:45 +00:00
"parking_lot 0.12.0",
2021-11-23 22:19:59 +00:00
]
2021-08-01 20:12:06 +00:00
[[package]]
name = "der"
2022-04-08 22:39:38 +00:00
version = "0.5.1"
2021-08-01 20:12:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
2021-08-01 20:12:06 +00:00
dependencies = [
"const-oid",
"crypto-bigint",
2022-04-08 22:39:38 +00:00
"pem-rfc7468",
2021-08-01 20:12:06 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "derive_more"
2021-12-03 22:17:25 +00:00
version = "0.99.17"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-03 22:17:25 +00:00
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-03-28 20:02:26 +00:00
"convert_case",
2020-03-15 02:05:40 +00:00
"proc-macro2",
"quote",
2021-10-20 23:27:22 +00:00
"rustc_version",
2020-03-15 02:05:40 +00:00
"syn",
]
2022-02-26 18:12:07 +00:00
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array 0.12.4",
]
[[package]]
name = "digest"
2022-02-26 18:12:07 +00:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
dependencies = [
2022-02-26 18:12:07 +00:00
"block-buffer 0.10.2",
"crypto-common",
]
2022-02-26 18:12:07 +00:00
[[package]]
name = "dlv-list"
2022-04-08 22:39:38 +00:00
version = "0.3.0"
2022-02-26 18:12:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
2022-02-26 18:12:07 +00:00
2020-03-15 02:05:40 +00:00
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "either"
2020-09-30 00:33:50 +00:00
version = "1.6.1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-30 00:33:50 +00:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-03-15 02:05:40 +00:00
[[package]]
name = "encoding_rs"
2022-04-08 22:39:38 +00:00
version = "0.8.31"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2020-03-15 02:05:40 +00:00
]
2020-05-22 02:42:56 +00:00
[[package]]
name = "event-listener"
2022-01-24 05:03:00 +00:00
version = "2.5.2"
2020-05-22 02:42:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 05:03:00 +00:00
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
2020-03-15 02:05:40 +00:00
2022-02-26 18:12:07 +00:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2022-01-18 17:26:50 +00:00
[[package]]
name = "fastrand"
2022-01-24 05:03:00 +00:00
version = "1.7.0"
2022-01-18 17:26:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 05:03:00 +00:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2022-01-18 17:26:50 +00:00
dependencies = [
"instant",
]
2020-03-15 02:05:40 +00:00
[[package]]
2021-09-18 17:55:39 +00:00
name = "firestorm"
2022-01-06 17:41:03 +00:00
version = "0.5.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 17:41:03 +00:00
checksum = "4d3d6188b8804df28032815ea256b6955c9625c24da7525f387a7af02fbb8f01"
2020-03-15 02:05:40 +00:00
[[package]]
name = "fixedbitset"
2022-01-06 17:41:03 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 17:41:03 +00:00
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
[[package]]
name = "flate2"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
dependencies = [
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "fnv"
2020-05-21 21:24:56 +00:00
version = "1.0.7"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 21:24:56 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-03-15 02:05:40 +00:00
[[package]]
name = "form_urlencoded"
2021-03-09 00:26:22 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 00:26:22 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2021-02-10 04:05:06 +00:00
[[package]]
name = "fs2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
dependencies = [
"libc",
2021-02-11 00:00:11 +00:00
"winapi",
2021-02-10 04:05:06 +00:00
]
[[package]]
name = "futf"
2022-02-04 17:50:52 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-04 17:50:52 +00:00
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
dependencies = [
"mac",
"new_debug_unreachable",
]
[[package]]
name = "futures"
2022-02-11 17:28:45 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2022-02-11 17:28:45 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
dependencies = [
"futures-core",
"futures-sink",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "futures-core"
2022-02-11 17:28:45 +00:00
version = "0.3.21"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-03-15 02:05:40 +00:00
[[package]]
name = "futures-executor"
2022-02-11 17:28:45 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2022-02-11 17:28:45 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2020-03-15 02:05:40 +00:00
[[package]]
name = "futures-macro"
2022-02-11 17:28:45 +00:00
version = "0.3.21"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2020-03-15 02:05:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2022-02-11 17:28:45 +00:00
version = "0.3.21"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-03-15 02:05:40 +00:00
[[package]]
name = "futures-task"
2022-02-11 17:28:45 +00:00
version = "0.3.21"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2020-03-15 02:05:40 +00:00
[[package]]
name = "futures-util"
2022-02-11 17:28:45 +00:00
version = "0.3.21"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2020-03-15 02:05:40 +00:00
dependencies = [
"futures-channel",
2020-03-15 02:05:40 +00:00
"futures-core",
"futures-io",
2020-03-15 02:05:40 +00:00
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-02-11 00:00:11 +00:00
"pin-project-lite",
2020-03-15 02:05:40 +00:00
"pin-utils",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2022-02-26 18:12:07 +00:00
[[package]]
name = "generic-array"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
2020-06-10 22:19:32 +00:00
[[package]]
name = "generic-array"
2022-01-06 17:41:03 +00:00
version = "0.14.5"
2020-06-10 22:19:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 17:41:03 +00:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2020-06-10 22:19:32 +00:00
dependencies = [
"typenum",
2020-06-20 04:11:02 +00:00
"version_check",
2020-06-10 22:19:32 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "getrandom"
2022-04-08 22:39:38 +00:00
version = "0.2.6"
2021-02-10 04:05:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2021-02-10 04:05:06 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2021-02-10 04:05:06 +00:00
"libc",
2022-01-18 17:26:50 +00:00
"wasi 0.10.2+wasi-snapshot-preview1",
2021-02-10 04:05:06 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "h2"
2022-04-08 22:39:38 +00:00
version = "0.3.13"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-02-11 00:00:11 +00:00
"bytes",
2020-03-15 02:05:40 +00:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2022-04-08 22:39:38 +00:00
"tokio-util 0.7.1",
2020-07-25 14:33:35 +00:00
"tracing",
2020-03-15 02:05:40 +00:00
]
2022-02-26 18:12:07 +00:00
[[package]]
name = "hashbrown"
2022-04-08 22:39:38 +00:00
version = "0.11.2"
2022-02-26 18:12:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2022-02-26 18:12:07 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"ahash",
2022-02-26 18:12:07 +00:00
]
2020-03-15 16:29:01 +00:00
[[package]]
name = "hashbrown"
2022-04-08 22:39:38 +00:00
version = "0.12.0"
2020-03-15 16:29:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
2020-03-15 16:29:01 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"ahash",
2020-03-15 16:29:01 +00:00
]
[[package]]
name = "hdrhistogram"
2022-02-26 18:12:07 +00:00
version = "7.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "31672b7011be2c4f7456c4ddbcb40e7e9a4a9fad8efe49a6ebaf5f307d0109c0"
dependencies = [
"base64",
"byteorder",
"flate2",
2022-02-26 18:12:07 +00:00
"nom",
"num-traits",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "heck"
2021-06-24 17:02:27 +00:00
version = "0.3.3"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2020-03-15 02:05:40 +00:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
2021-06-24 17:02:27 +00:00
version = "0.1.19"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-03-15 02:05:40 +00:00
dependencies = [
"libc",
]
[[package]]
name = "html5ever"
2022-04-08 22:39:38 +00:00
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "http"
2022-01-06 17:41:03 +00:00
version = "0.2.6"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 17:41:03 +00:00
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-02-11 00:00:11 +00:00
"bytes",
2020-03-15 02:05:40 +00:00
"fnv",
2022-02-11 17:28:45 +00:00
"itoa",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "http-body"
2021-10-25 01:45:38 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 01:45:38 +00:00
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
2020-03-16 03:36:46 +00:00
[[package]]
name = "http-signature-normalization"
2022-01-17 23:51:19 +00:00
version = "0.6.0"
2021-10-27 16:44:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-17 23:51:19 +00:00
checksum = "f8f45adbef81d7ea3bd7e9bcc6734b7245dad05a14abdcc7ddc0988791d63515"
2020-03-16 03:36:46 +00:00
dependencies = [
2022-01-17 23:51:19 +00:00
"httpdate",
2020-03-16 03:36:46 +00:00
]
[[package]]
name = "http-signature-normalization-actix"
2022-03-08 18:26:15 +00:00
version = "0.6.1"
2021-10-27 16:44:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 18:26:15 +00:00
checksum = "86dfd54a1764ad79376b8dbf29e5bf918a463eb5ec66c90cd0388508289af6f0"
2020-03-16 03:36:46 +00:00
dependencies = [
2021-10-11 19:19:32 +00:00
"actix-http",
"actix-rt",
2020-03-16 03:36:46 +00:00
"actix-web",
2020-09-14 00:46:13 +00:00
"awc",
2021-03-28 20:02:26 +00:00
"base64",
2021-09-18 17:55:39 +00:00
"futures-util",
2020-03-16 03:36:46 +00:00
"http-signature-normalization",
2020-07-10 20:36:23 +00:00
"sha2",
2020-03-16 03:36:46 +00:00
"thiserror",
2021-09-18 17:55:39 +00:00
"tokio",
"tracing",
"tracing-error",
"tracing-futures",
2020-03-16 03:36:46 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "httparse"
2022-02-11 17:28:45 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
[[package]]
name = "httpdate"
2021-11-23 00:38:58 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 00:38:58 +00:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2022-04-08 22:39:38 +00:00
version = "0.14.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-02-11 17:28:45 +00:00
"itoa",
"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-03-15 02:05:40 +00:00
[[package]]
name = "idna"
2021-04-17 17:36:47 +00:00
version = "0.2.3"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-17 17:36:47 +00:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2020-03-15 02:05:40 +00:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2022-04-08 22:39:38 +00:00
version = "1.8.1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
2020-03-15 02:05:40 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"autocfg",
2022-02-26 18:12:07 +00:00
"hashbrown 0.11.2",
2020-03-15 02:05:40 +00:00
]
2020-07-10 20:36:23 +00:00
[[package]]
name = "instant"
2021-10-20 23:27:22 +00:00
version = "0.1.12"
2020-07-10 20:36:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-20 23:27:22 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-09-30 00:33:50 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2020-09-30 00:33:50 +00:00
]
2020-07-10 20:36:23 +00:00
2022-01-17 22:54:45 +00:00
[[package]]
name = "iri-string"
2022-02-26 18:12:07 +00:00
version = "0.5.0"
2022-01-17 22:54:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "4ec8cc841faef2a1776a41301350a3718c1d6b21fcedc67e7224d2c9a364440d"
2022-01-17 22:54:45 +00:00
dependencies = [
2022-02-26 18:12:07 +00:00
"serde",
2022-01-17 22:54:45 +00:00
]
2020-03-20 18:40:18 +00:00
[[package]]
name = "itertools"
2021-12-13 17:39:46 +00:00
version = "0.10.3"
2020-03-20 18:40:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-13 17:39:46 +00:00
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2020-03-20 18:40:18 +00:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2020-03-16 18:27:42 +00:00
[[package]]
name = "js-sys"
2022-04-08 22:39:38 +00:00
version = "0.3.57"
2020-03-16 18:27:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
2020-03-16 18:27:42 +00:00
dependencies = [
"wasm-bindgen",
]
2022-02-26 18:12:07 +00:00
[[package]]
name = "json5"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
dependencies = [
"pest",
"pest_derive",
"serde",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "language-tags"
2021-06-24 17:02:27 +00:00
version = "0.3.2"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2020-03-15 02:05:40 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-03-16 03:36:46 +00:00
dependencies = [
"spin",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "libc"
2022-04-08 22:39:38 +00:00
version = "0.2.122"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259"
2020-03-15 02:05:40 +00:00
2020-03-16 03:36:46 +00:00
[[package]]
name = "libm"
2022-02-11 17:28:45 +00:00
version = "0.2.2"
2020-03-16 03:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
2020-03-16 03:36:46 +00:00
2020-03-15 02:05:40 +00:00
[[package]]
name = "linked-hash-map"
2021-02-10 04:05:06 +00:00
version = "0.5.4"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-10 04:05:06 +00:00
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2020-03-15 02:05:40 +00:00
2021-04-02 20:38:55 +00:00
[[package]]
name = "local-channel"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6246c68cf195087205a0512559c97e15eaf95198bf0e206d662092cdcb03fe9f"
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"local-waker",
]
[[package]]
name = "local-waker"
version = "0.1.2"
2021-04-02 20:38:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "902eb695eb0591864543cbfbf6d742510642a605a61fc5e97fe6ceb5a30ac4fb"
2021-04-02 20:38:55 +00:00
2020-07-10 20:36:23 +00:00
[[package]]
name = "lock_api"
2022-04-08 22:39:38 +00:00
version = "0.4.7"
2020-07-10 20:36:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2020-07-10 20:36:23 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"autocfg",
2020-07-10 20:36:23 +00:00
"scopeguard",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "log"
2022-04-08 22:39:38 +00:00
version = "0.4.16"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2020-03-15 02:05:40 +00:00
]
2020-03-15 16:29:01 +00:00
[[package]]
name = "lru"
2022-04-08 22:39:38 +00:00
version = "0.7.5"
2020-03-15 16:29:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"
2020-03-15 16:29:01 +00:00
dependencies = [
2022-02-26 18:12:07 +00:00
"hashbrown 0.11.2",
2020-03-15 16:29:01 +00:00
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "markup5ever"
2022-04-08 22:39:38 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
dependencies = [
"log",
"phf",
"phf_codegen",
"string_cache",
"string_cache_codegen",
"tendril",
]
2021-09-18 17:55:39 +00:00
[[package]]
name = "matchers"
2021-10-25 01:45:38 +00:00
version = "0.1.0"
2021-09-18 17:55:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 01:45:38 +00:00
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2021-09-18 17:55:39 +00:00
dependencies = [
"regex-automata",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "matches"
2021-09-18 17:55:39 +00:00
version = "0.1.9"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-03-15 02:05:40 +00:00
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
2021-09-18 17:55:39 +00:00
version = "2.4.1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2020-03-15 02:05:40 +00:00
2021-02-10 04:05:06 +00:00
[[package]]
name = "memoffset"
2021-12-03 22:17:25 +00:00
version = "0.6.5"
2021-02-10 04:05:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-03 22:17:25 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-02-10 04:05:06 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"autocfg",
2021-02-10 04:05:06 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
dependencies = [
"adler",
2022-04-08 22:39:38 +00:00
"autocfg",
]
2021-12-13 17:39:46 +00:00
[[package]]
name = "mio"
2022-04-08 22:39:38 +00:00
version = "0.8.2"
2021-12-13 17:39:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
2021-12-13 17:39:46 +00:00
dependencies = [
"libc",
"log",
"miow",
"ntapi",
2022-04-08 22:39:38 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2021-12-13 17:39:46 +00:00
"winapi",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "miow"
2021-03-28 20:02:26 +00:00
version = "0.3.7"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-28 20:02:26 +00:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-02-11 00:00:11 +00:00
"winapi",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]
name = "nom"
2022-04-08 22:39:38 +00:00
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nom_locate"
2022-02-11 17:28:45 +00:00
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "37794436ca3029a3089e0b95d42da1f0b565ad271e4d3bb4bad0c7bb70b10605"
dependencies = [
"bytecount",
"memchr",
2022-02-26 18:12:07 +00:00
"nom",
]
2021-02-11 00:00:11 +00:00
[[package]]
name = "ntapi"
2022-02-11 17:28:45 +00:00
version = "0.3.7"
2021-02-11 00:00:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
2021-02-11 00:00:11 +00:00
dependencies = [
"winapi",
]
2021-03-28 20:02:26 +00:00
[[package]]
name = "num-bigint"
2021-11-23 00:38:58 +00:00
version = "0.4.3"
2021-03-28 20:02:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 00:38:58 +00:00
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
2021-03-28 20:02:26 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"autocfg",
2021-03-28 20:02:26 +00:00
"num-integer",
2022-02-26 18:12:07 +00:00
"num-traits",
2021-03-28 20:02:26 +00:00
]
2020-03-16 03:36:46 +00:00
[[package]]
name = "num-bigint-dig"
2022-04-08 22:39:38 +00:00
version = "0.8.1"
2020-03-16 03:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "566d173b2f9406afbc5510a90925d5a2cd80cae4605631f1212303df265de011"
2020-03-16 03:36:46 +00:00
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
2022-02-26 18:12:07 +00:00
"num-traits",
2022-04-08 22:39:38 +00:00
"rand",
2022-02-26 18:12:07 +00:00
"serde",
2020-03-16 03:36:46 +00:00
"smallvec",
"zeroize",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "num-integer"
version = "0.1.44"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2020-03-15 02:05:40 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"autocfg",
2022-02-26 18:12:07 +00:00
"num-traits",
2020-03-15 02:05:40 +00:00
]
2020-03-16 03:36:46 +00:00
[[package]]
name = "num-iter"
version = "0.1.42"
2020-03-16 03:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
2020-03-16 03:36:46 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"autocfg",
2020-03-16 03:36:46 +00:00
"num-integer",
2022-02-26 18:12:07 +00:00
"num-traits",
]
2020-03-20 18:40:18 +00:00
[[package]]
name = "num-rational"
2021-03-28 20:02:26 +00:00
version = "0.4.0"
2020-03-20 18:40:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-28 20:02:26 +00:00
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
2020-03-20 18:40:18 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"autocfg",
2020-03-20 18:40:18 +00:00
"num-integer",
2022-02-26 18:12:07 +00:00
"num-traits",
2020-03-16 03:36:46 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "num-traits"
version = "0.2.14"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-03-15 02:05:40 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"autocfg",
2021-03-28 20:02:26 +00:00
"libm",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "num_cpus"
2021-12-28 16:23:48 +00:00
version = "1.13.1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-28 16:23:48 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2020-03-15 02:05:40 +00:00
dependencies = [
"hermit-abi",
"libc",
]
2022-01-24 05:03:00 +00:00
[[package]]
name = "num_threads"
2022-04-08 22:39:38 +00:00
version = "0.1.5"
2022-01-24 05:03:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
2022-01-24 05:03:00 +00:00
dependencies = [
"libc",
]
2020-05-21 21:24:56 +00:00
[[package]]
name = "once_cell"
2022-03-08 17:39:00 +00:00
version = "1.10.0"
2020-05-21 21:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 17:39:00 +00:00
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2020-05-21 21:24:56 +00:00
2022-02-26 18:12:07 +00:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "opentelemetry"
2022-02-04 17:50:52 +00:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-04 17:50:52 +00:00
checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
dependencies = [
"async-trait",
"crossbeam-channel",
2022-02-04 17:50:52 +00:00
"futures-channel",
"futures-executor",
"futures-util",
"js-sys",
"lazy_static",
"percent-encoding",
"pin-project",
2022-04-08 22:39:38 +00:00
"rand",
"thiserror",
"tokio",
"tokio-stream",
]
[[package]]
name = "opentelemetry-otlp"
2022-02-04 17:50:52 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-04 17:50:52 +00:00
checksum = "9d1a6ca9de4c8b00aa7f1a153bd76cb263287155cec642680d79d98706f3d28a"
dependencies = [
"async-trait",
"futures",
2022-02-04 17:50:52 +00:00
"futures-util",
"http",
"opentelemetry",
2022-02-04 17:50:52 +00:00
"prost",
"thiserror",
"tokio",
2022-02-04 17:50:52 +00:00
"tonic",
"tonic-build",
]
2022-02-26 18:12:07 +00:00
[[package]]
name = "ordered-multimap"
2022-04-08 22:39:38 +00:00
version = "0.4.3"
2022-02-26 18:12:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
2022-02-26 18:12:07 +00:00
dependencies = [
"dlv-list",
2022-04-08 22:39:38 +00:00
"hashbrown 0.12.0",
2022-02-26 18:12:07 +00:00
]
2020-07-10 20:36:23 +00:00
[[package]]
name = "parking_lot"
2021-09-18 17:55:39 +00:00
version = "0.11.2"
2020-07-10 20:36:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2020-07-10 20:36:23 +00:00
dependencies = [
"instant",
2020-07-25 14:33:35 +00:00
"lock_api",
2022-02-11 17:28:45 +00:00
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
dependencies = [
"lock_api",
2022-04-08 22:39:38 +00:00
"parking_lot_core 0.9.2",
2020-07-10 20:36:23 +00:00
]
[[package]]
name = "parking_lot_core"
2021-09-18 17:55:39 +00:00
version = "0.8.5"
2020-07-10 20:36:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2020-07-10 20:36:23 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2020-07-10 20:36:23 +00:00
"instant",
2020-03-15 02:05:40 +00:00
"libc",
"redox_syscall",
"smallvec",
2021-02-11 00:00:11 +00:00
"winapi",
2020-03-15 02:05:40 +00:00
]
2022-02-11 17:28:45 +00:00
[[package]]
name = "parking_lot_core"
2022-04-08 22:39:38 +00:00
version = "0.9.2"
2022-02-11 17:28:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"
2022-02-11 17:28:45 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
]
2021-04-17 17:36:47 +00:00
[[package]]
name = "paste"
2022-04-08 22:39:38 +00:00
version = "1.0.7"
2021-04-17 17:36:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
2021-04-17 17:36:47 +00:00
2022-02-26 18:12:07 +00:00
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2020-03-16 03:36:46 +00:00
[[package]]
2021-08-01 20:12:06 +00:00
name = "pem-rfc7468"
2022-04-08 22:39:38 +00:00
version = "0.3.1"
2020-03-16 03:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "01de5d978f34aa4b2296576379fcc416034702fd94117c56ffd8a1a767cefb30"
2020-03-16 03:36:46 +00:00
dependencies = [
2021-08-01 20:12:06 +00:00
"base64ct",
2020-03-16 03:36:46 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2022-02-26 18:12:07 +00:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1 0.8.2",
]
[[package]]
name = "petgraph"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
dependencies = [
2022-02-04 17:50:52 +00:00
"fixedbitset",
"indexmap",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "phf"
2022-04-08 22:39:38 +00:00
version = "0.10.1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2020-03-15 02:05:40 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"phf_shared",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "phf_codegen"
2022-04-08 22:39:38 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
dependencies = [
"phf_generator",
2022-04-08 22:39:38 +00:00
"phf_shared",
]
[[package]]
name = "phf_generator"
2022-04-08 22:39:38 +00:00
version = "0.10.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2020-03-15 02:05:40 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"phf_shared",
"rand",
2020-03-15 02:05:40 +00:00
]
2022-02-04 17:50:52 +00:00
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
2022-01-06 17:41:03 +00:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 17:41:03 +00:00
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
dependencies = [
2021-03-09 00:26:22 +00:00
"pin-project-internal",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "pin-project-internal"
2022-01-06 17:41:03 +00:00
version = "1.0.10"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 17:41:03 +00:00
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
2020-03-15 02:05:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
2022-01-06 17:41:03 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 17:41:03 +00:00
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
2020-03-15 02:05:40 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-03-15 02:05:40 +00:00
2021-08-01 20:12:06 +00:00
[[package]]
name = "pkcs1"
2022-04-08 22:39:38 +00:00
version = "0.3.3"
2021-08-01 20:12:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "a78f66c04ccc83dd4486fd46c33896f4e17b24a7a3a6400dedc48ed0ddd72320"
2021-08-01 20:12:06 +00:00
dependencies = [
"der",
2022-04-08 22:39:38 +00:00
"pkcs8",
2021-08-01 20:12:06 +00:00
"zeroize",
]
[[package]]
name = "pkcs8"
2022-04-08 22:39:38 +00:00
version = "0.8.0"
2021-08-01 20:12:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
2021-08-01 20:12:06 +00:00
dependencies = [
"der",
"spki",
"zeroize",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "ppv-lite86"
2022-01-06 17:41:03 +00:00
version = "0.2.16"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 17:41:03 +00:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2020-03-15 02:05:40 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "proc-macro-error"
2020-09-07 18:34:29 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-07 18:34:29 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2020-09-07 18:34:29 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-07 18:34:29 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "proc-macro2"
2022-04-08 22:39:38 +00:00
version = "1.0.37"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
2020-03-15 02:05:40 +00:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "prost"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
dependencies = [
"bytes",
2022-02-04 17:50:52 +00:00
"prost-derive",
]
[[package]]
name = "prost-build"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
dependencies = [
"bytes",
"heck",
"itertools",
"lazy_static",
"log",
"multimap",
2022-02-04 17:50:52 +00:00
"petgraph",
"prost",
"prost-types",
"regex",
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost-types"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
dependencies = [
"bytes",
2022-02-04 17:50:52 +00:00
"prost",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "quote"
2022-04-08 22:39:38 +00:00
version = "1.0.17"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
2020-03-15 02:05:40 +00:00
dependencies = [
"proc-macro2",
]
2021-02-11 00:00:11 +00:00
[[package]]
name = "rand"
2022-02-26 18:12:07 +00:00
version = "0.8.5"
2021-02-11 00:00:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-02-11 00:00:11 +00:00
dependencies = [
"libc",
2022-04-08 22:39:38 +00:00
"rand_chacha",
"rand_core",
2021-02-11 00:00:11 +00:00
]
[[package]]
name = "rand_chacha"
2021-06-24 17:02:27 +00:00
version = "0.3.1"
2021-02-11 00:00:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-02-11 00:00:11 +00:00
dependencies = [
"ppv-lite86",
2022-04-08 22:39:38 +00:00
"rand_core",
2020-03-15 02:05:40 +00:00
]
2021-02-11 00:00:11 +00:00
[[package]]
name = "rand_core"
2021-06-24 17:02:27 +00:00
version = "0.6.3"
2021-02-11 00:00:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2021-02-11 00:00:11 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"getrandom",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "redox_syscall"
2022-04-08 22:39:38 +00:00
version = "0.2.13"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2021-03-09 00:26:22 +00:00
dependencies = [
"bitflags",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "regex"
2022-03-08 17:39:00 +00:00
version = "1.5.5"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 17:39:00 +00:00
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
2020-03-15 02:05:40 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2021-09-18 17:55:39 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "regex-syntax"
2021-06-24 17:02:27 +00:00
version = "0.6.25"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2020-03-15 02:05:40 +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",
]
2020-03-16 18:27:42 +00:00
[[package]]
name = "ring"
2021-02-10 04:05:06 +00:00
version = "0.16.20"
2020-03-16 18:27:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-10 04:05:06 +00:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2020-03-16 18:27:42 +00:00
dependencies = [
"cc",
"libc",
2020-05-21 21:24:56 +00:00
"once_cell",
2020-03-16 18:27:42 +00:00
"spin",
"untrusted",
"web-sys",
2021-02-11 00:00:11 +00:00
"winapi",
2020-03-16 18:27:42 +00:00
]
2022-02-26 18:12:07 +00:00
[[package]]
name = "ron"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678"
dependencies = [
"base64",
"bitflags",
"serde",
]
2020-03-16 03:36:46 +00:00
[[package]]
name = "rsa"
2022-04-08 22:39:38 +00:00
version = "0.6.0"
2020-03-16 03:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "5947a35e2bca3c1a383d5e9c3e575d87d61f09199ed9f2c3feaf994bb9ed820c"
2020-03-16 03:36:46 +00:00
dependencies = [
"byteorder",
2022-04-08 22:39:38 +00:00
"digest 0.10.3",
2020-03-16 03:36:46 +00:00
"num-bigint-dig",
"num-integer",
"num-iter",
2022-02-26 18:12:07 +00:00
"num-traits",
2021-08-01 20:12:06 +00:00
"pkcs1",
"pkcs8",
2022-04-08 22:39:38 +00:00
"rand_core",
"smallvec",
2020-07-10 20:36:23 +00:00
"subtle",
2020-03-16 03:36:46 +00:00
"zeroize",
]
[[package]]
name = "rsa-magic-public-key"
2022-04-08 22:39:38 +00:00
version = "0.5.0"
2020-04-21 18:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "911015d2de2afe2257e309157650fcef62af917731ece165b28c4b6bc009d9c3"
2020-03-16 03:36:46 +00:00
dependencies = [
2021-03-28 20:02:26 +00:00
"base64",
2020-03-16 03:36:46 +00:00
"num-bigint-dig",
"rsa",
"thiserror",
]
2020-03-20 18:40:18 +00:00
[[package]]
name = "rsass"
2022-02-11 17:28:45 +00:00
version = "0.23.4"
2020-03-20 18:40:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "92bfc58e02cd215730b021f9e6f0f46e0a7e1f75aa558ca7a7492763fbe88df2"
2020-03-20 18:40:18 +00:00
dependencies = [
2022-02-11 17:28:45 +00:00
"fastrand",
2020-03-20 18:40:18 +00:00
"lazy_static",
2022-02-26 18:12:07 +00:00
"nom",
"nom_locate",
2021-08-01 20:12:06 +00:00
"num-bigint",
"num-integer",
2020-03-20 18:40:18 +00:00
"num-rational",
2022-02-26 18:12:07 +00:00
"num-traits",
2020-03-20 18:40:18 +00:00
]
[[package]]
name = "ructe"
2022-02-11 17:28:45 +00:00
version = "0.14.0"
2020-03-20 18:40:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "ef88d8c2492d7266e264b31e0ffcf1149d5ba183bccd3abaf1483ee905fc85de"
2020-03-20 18:40:18 +00:00
dependencies = [
2021-03-28 20:02:26 +00:00
"base64",
2020-03-20 18:40:18 +00:00
"bytecount",
"itertools",
"md5",
"mime",
2022-02-26 18:12:07 +00:00
"nom",
2020-03-20 18:40:18 +00:00
"rsass",
]
[[package]]
name = "rust-ini"
2022-04-08 22:39:38 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
2022-02-26 18:12:07 +00:00
dependencies = [
"cfg-if",
"ordered-multimap",
]
2021-08-01 20:12:06 +00:00
[[package]]
name = "rustc_version"
2021-12-03 22:17:25 +00:00
version = "0.4.0"
2021-08-01 20:12:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-03 22:17:25 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2021-08-01 20:12:06 +00:00
dependencies = [
2021-10-20 23:27:22 +00:00
"semver",
2020-03-15 02:05:40 +00:00
]
2020-03-16 18:27:42 +00:00
[[package]]
name = "rustls"
2022-02-26 18:12:07 +00:00
version = "0.20.4"
2020-03-16 18:27:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
2020-03-16 18:27:42 +00:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "ryu"
2021-12-13 17:39:46 +00:00
version = "1.0.9"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-13 17:39:46 +00:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2020-03-15 02:05:40 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-03-16 18:27:42 +00:00
[[package]]
name = "sct"
2021-10-20 23:27:22 +00:00
version = "0.7.0"
2020-03-16 18:27:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-20 23:27:22 +00:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2020-03-16 18:27:42 +00:00
dependencies = [
"ring",
"untrusted",
]
2021-08-01 20:12:06 +00:00
[[package]]
name = "semver"
2022-04-08 22:39:38 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
2020-03-15 02:05:40 +00:00
[[package]]
name = "serde"
2022-02-01 17:47:17 +00:00
version = "1.0.136"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 17:47:17 +00:00
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2020-03-15 02:05:40 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-02-01 17:47:17 +00:00
version = "1.0.136"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 17:47:17 +00:00
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
2020-03-15 02:05:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-02-26 18:12:07 +00:00
version = "1.0.79"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
2020-03-15 02:05:40 +00:00
dependencies = [
2022-02-11 17:28:45 +00:00
"itoa",
2020-03-15 02:05:40 +00:00
"ryu",
2022-02-26 18:12:07 +00:00
"serde",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "serde_urlencoded"
2022-01-18 17:26:50 +00:00
version = "0.7.1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 17:26:50 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2020-03-15 02:05:40 +00:00
dependencies = [
"form_urlencoded",
2022-02-11 17:28:45 +00:00
"itoa",
"ryu",
2022-02-26 18:12:07 +00:00
"serde",
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "sha-1"
2021-12-28 16:23:48 +00:00
version = "0.10.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-28 16:23:48 +00:00
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2021-06-24 17:02:27 +00:00
"cpufeatures",
2022-02-26 18:12:07 +00:00
"digest 0.10.3",
2020-03-15 02:05:40 +00:00
]
2020-06-10 22:19:32 +00:00
[[package]]
name = "sha2"
2022-02-26 18:12:07 +00:00
version = "0.10.2"
2020-06-10 22:19:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2020-06-10 22:19:32 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2021-06-24 17:02:27 +00:00
"cpufeatures",
2022-02-26 18:12:07 +00:00
"digest 0.10.3",
2020-03-15 02:05:40 +00:00
]
2021-09-18 17:55:39 +00:00
[[package]]
name = "sharded-slab"
2021-10-20 23:27:22 +00:00
version = "0.1.4"
2021-09-18 17:55:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-20 23:27:22 +00:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2021-09-18 17:55:39 +00:00
dependencies = [
"lazy_static",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "signal-hook-registry"
2021-06-24 17:02:27 +00:00
version = "1.4.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2020-03-15 02:05:40 +00:00
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
2022-03-08 17:39:00 +00:00
version = "0.3.10"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 17:39:00 +00:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2020-03-15 02:05:40 +00:00
[[package]]
name = "slab"
2022-04-08 22:39:38 +00:00
version = "0.4.6"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2020-03-15 02:05:40 +00:00
2021-02-10 04:05:06 +00:00
[[package]]
name = "sled"
2021-09-18 17:55:39 +00:00
version = "0.34.7"
2021-02-10 04:05:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
2021-02-10 04:05:06 +00:00
dependencies = [
"crc32fast",
"crossbeam-epoch",
"crossbeam-utils",
"fs2",
"fxhash",
"libc",
"log",
2022-02-11 17:28:45 +00:00
"parking_lot 0.11.2",
2021-02-10 04:05:06 +00:00
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "smallvec"
2022-01-18 17:26:50 +00:00
version = "1.8.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 17:26:50 +00:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2020-03-15 02:05:40 +00:00
[[package]]
name = "socket2"
2022-02-01 17:47:17 +00:00
version = "0.4.4"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 17:47:17 +00:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2020-03-15 02:05:40 +00:00
dependencies = [
"libc",
2021-02-11 00:00:11 +00:00
"winapi",
2020-03-15 02:05:40 +00:00
]
2020-03-16 03:36:46 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2021-08-01 20:12:06 +00:00
[[package]]
name = "spki"
2022-04-08 22:39:38 +00:00
version = "0.5.4"
2021-08-01 20:12:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
2021-08-01 20:12:06 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"base64ct",
2021-08-01 20:12:06 +00:00
"der",
]
[[package]]
name = "string_cache"
2022-04-08 22:39:38 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
dependencies = [
"new_debug_unreachable",
2022-04-08 22:39:38 +00:00
"once_cell",
"parking_lot 0.12.0",
"phf_shared",
"precomputed-hash",
2022-02-26 18:12:07 +00:00
"serde",
]
[[package]]
name = "string_cache_codegen"
2022-04-08 22:39:38 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
dependencies = [
"phf_generator",
2022-04-08 22:39:38 +00:00
"phf_shared",
"proc-macro2",
"quote",
]
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
2022-01-18 17:26:50 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 17:26:50 +00:00
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
2021-10-20 23:27:22 +00:00
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-20 23:27:22 +00:00
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2020-03-16 03:36:46 +00:00
[[package]]
name = "subtle"
2021-08-01 20:12:06 +00:00
version = "2.4.1"
2020-03-16 03:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-01 20:12:06 +00:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2020-03-16 03:36:46 +00:00
2020-03-15 02:05:40 +00:00
[[package]]
name = "syn"
2022-04-08 22:39:38 +00:00
version = "1.0.91"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
2020-03-15 02:05:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "tempfile"
2022-01-18 17:26:50 +00:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 17:26:50 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if",
2022-01-18 17:26:50 +00:00
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
]
[[package]]
name = "tendril"
2022-04-08 22:39:38 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
dependencies = [
"futf",
"mac",
"utf-8",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "thiserror"
2021-10-11 19:19:32 +00:00
version = "1.0.30"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-11 19:19:32 +00:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2020-03-15 02:05:40 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-10-11 19:19:32 +00:00
version = "1.0.30"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-11 19:19:32 +00:00
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2020-03-15 02:05:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-09-18 17:55:39 +00:00
[[package]]
name = "thread_local"
2022-01-24 05:03:00 +00:00
version = "1.1.4"
2021-09-18 17:55:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 05:03:00 +00:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2021-09-18 17:55:39 +00:00
dependencies = [
"once_cell",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "time"
2022-04-08 22:39:38 +00:00
version = "0.3.9"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
2020-03-15 02:05:40 +00:00
dependencies = [
2022-02-11 17:28:45 +00:00
"itoa",
2020-03-15 02:05:40 +00:00
"libc",
2022-01-24 05:03:00 +00:00
"num_threads",
2022-02-26 18:12:07 +00:00
"serde",
2020-03-15 02:05:40 +00:00
]
2020-05-21 21:24:56 +00:00
[[package]]
name = "tinyvec"
2021-11-23 00:38:58 +00:00
version = "1.5.1"
2020-10-10 17:38:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 00:38:58 +00:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
2020-10-10 17:38:37 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-03-15 02:05:40 +00:00
[[package]]
name = "tokio"
2022-02-26 18:12:07 +00:00
version = "1.17.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-02-11 00:00:11 +00:00
"bytes",
2020-03-15 02:05:40 +00:00
"libc",
"memchr",
2022-02-26 18:12:07 +00:00
"mio",
"num_cpus",
2021-02-11 00:00:11 +00:00
"once_cell",
2022-02-26 18:12:07 +00:00
"parking_lot 0.12.0",
2021-02-11 00:00:11 +00:00
"pin-project-lite",
2020-03-15 02:05:40 +00:00
"signal-hook-registry",
2022-02-26 18:12:07 +00:00
"socket2",
"tokio-macros",
"tracing",
2021-02-11 00:00:11 +00:00
"winapi",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "tokio-io-timeout"
2022-01-06 17:41:03 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 17:41:03 +00:00
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-03-16 18:27:42 +00:00
[[package]]
name = "tokio-rustls"
2022-04-08 22:39:38 +00:00
version = "0.23.3"
2020-03-16 18:27:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"
2020-03-16 18:27:42 +00:00
dependencies = [
"rustls",
"tokio",
"webpki",
]
[[package]]
name = "tokio-stream"
2021-10-30 00:26:57 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 00:26:57 +00:00
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "tokio-util"
2021-10-30 00:26:57 +00:00
version = "0.6.9"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 00:26:57 +00:00
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-02-11 00:00:11 +00:00
"bytes",
2020-03-15 02:05:40 +00:00
"futures-core",
"futures-sink",
"log",
2021-02-11 00:00:11 +00:00
"pin-project-lite",
2020-03-15 02:05:40 +00:00
"tokio",
]
2022-02-26 18:12:07 +00:00
[[package]]
name = "tokio-util"
2022-04-08 22:39:38 +00:00
version = "0.7.1"
2022-02-26 18:12:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
2022-02-26 18:12:07 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-04-08 22:39:38 +00:00
"tracing",
2022-02-26 18:12:07 +00:00
]
[[package]]
name = "toml"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
2022-02-26 18:12:07 +00:00
"serde",
]
[[package]]
name = "tonic"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
dependencies = [
"async-stream",
"async-trait",
"base64",
"bytes",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
2022-02-04 17:50:52 +00:00
"prost",
"prost-derive",
"tokio",
"tokio-stream",
2022-02-26 18:12:07 +00:00
"tokio-util 0.6.9",
"tower",
"tower-layer",
"tower-service",
"tracing",
"tracing-futures",
]
[[package]]
name = "tonic-build"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757"
dependencies = [
"proc-macro2",
2022-02-04 17:50:52 +00:00
"prost-build",
"quote",
"syn",
]
[[package]]
name = "tower"
2022-02-26 18:12:07 +00:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
dependencies = [
"futures-core",
"futures-util",
"indexmap",
"pin-project",
2021-10-20 23:27:22 +00:00
"pin-project-lite",
2022-04-08 22:39:38 +00:00
"rand",
"slab",
"tokio",
2022-04-08 22:39:38 +00:00
"tokio-util 0.7.1",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2020-07-25 14:33:35 +00:00
[[package]]
name = "tracing"
2022-04-08 22:39:38 +00:00
version = "0.1.32"
2020-07-25 14:33:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"
2020-07-25 14:33:35 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
"log",
2021-02-11 00:00:11 +00:00
"pin-project-lite",
2021-09-18 17:55:39 +00:00
"tracing-attributes",
2020-07-25 14:33:35 +00:00
"tracing-core",
]
2021-09-18 17:55:39 +00:00
[[package]]
name = "tracing-actix-web"
2022-03-08 17:39:00 +00:00
version = "0.5.1"
2021-11-25 02:26:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 17:39:00 +00:00
checksum = "99bcebac55fba44eadf75a424ee403e756f9165596a613d125876388e5fb4c34"
2021-09-18 17:55:39 +00:00
dependencies = [
"actix-web",
2021-10-11 19:19:32 +00:00
"pin-project",
2021-09-18 17:55:39 +00:00
"tracing",
"tracing-futures",
"uuid",
]
[[package]]
name = "tracing-attributes"
2022-04-08 22:39:38 +00:00
version = "0.1.20"
2021-09-18 17:55:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
2021-09-18 17:55:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-09-21 16:21:06 +00:00
[[package]]
name = "tracing-awc"
2022-04-08 22:39:38 +00:00
version = "0.1.5"
2021-11-25 02:26:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "48723b87eafb89a0c219d5b2c1478711d69c8860503f79586a7e93231238bbb7"
2021-09-21 16:21:06 +00:00
dependencies = [
"actix-http",
2021-12-03 22:17:25 +00:00
"actix-service",
2021-09-21 16:21:06 +00:00
"awc",
"bytes",
"futures-core",
2021-12-03 22:17:25 +00:00
"pin-project-lite",
2021-09-21 16:21:06 +00:00
"tracing",
]
2020-07-25 14:33:35 +00:00
[[package]]
name = "tracing-core"
2022-04-08 22:39:38 +00:00
version = "0.1.24"
2021-09-18 17:55:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"
2021-09-18 17:55:39 +00:00
dependencies = [
"lazy_static",
2022-02-04 17:50:52 +00:00
"valuable",
2021-09-18 17:55:39 +00:00
]
[[package]]
name = "tracing-error"
2021-10-25 01:45:38 +00:00
version = "0.2.0"
2021-09-18 17:55:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 01:45:38 +00:00
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
2021-09-18 17:55:39 +00:00
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[package]]
name = "tracing-log"
version = "0.1.2"
2020-07-25 14:33:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
2020-07-25 14:33:35 +00:00
dependencies = [
"lazy_static",
2021-09-18 17:55:39 +00:00
"log",
"tracing-core",
]
[[package]]
name = "tracing-opentelemetry"
2022-02-26 18:12:07 +00:00
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 18:12:07 +00:00
checksum = "1f9378e96a9361190ae297e7f3a8ff644aacd2897f244b1ff81f381669196fa6"
dependencies = [
"opentelemetry",
"tracing",
"tracing-core",
"tracing-log",
"tracing-subscriber",
]
2021-09-18 17:55:39 +00:00
[[package]]
name = "tracing-subscriber"
2022-04-08 22:39:38 +00:00
version = "0.3.10"
2021-09-18 17:55:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "b9df98b037d039d03400d9dd06b0f8ce05486b5f25e9a2d7d36196e142ebbc52"
2021-09-18 17:55:39 +00:00
dependencies = [
2021-12-03 22:17:25 +00:00
"ansi_term",
2021-09-18 17:55:39 +00:00
"lazy_static",
"matchers",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
2020-07-25 14:33:35 +00:00
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-03-15 02:05:40 +00:00
[[package]]
name = "typenum"
2021-12-28 16:23:48 +00:00
version = "1.15.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-28 16:23:48 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2020-03-15 02:05:40 +00:00
2022-02-26 18:12:07 +00:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2020-03-15 02:05:40 +00:00
[[package]]
name = "unicode-bidi"
2021-10-11 19:19:32 +00:00
version = "0.3.7"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-11 19:19:32 +00:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2020-03-15 02:05:40 +00:00
[[package]]
name = "unicode-normalization"
2021-06-24 17:02:27 +00:00
version = "0.1.19"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2020-03-15 02:05:40 +00:00
dependencies = [
"tinyvec",
2020-03-15 02:05:40 +00:00
]
[[package]]
name = "unicode-segmentation"
2022-02-11 17:28:45 +00:00
version = "1.9.0"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-11 17:28:45 +00:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2020-03-15 02:05:40 +00:00
[[package]]
name = "unicode-width"
2021-09-18 17:55:39 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-18 17:55:39 +00:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-03-15 02:05:40 +00:00
[[package]]
name = "unicode-xid"
2021-06-24 17:02:27 +00:00
version = "0.2.2"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-03-15 02:05:40 +00:00
2020-03-16 18:27:42 +00:00
[[package]]
name = "untrusted"
2020-05-21 21:24:56 +00:00
version = "0.7.1"
2020-03-16 18:27:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 21:24:56 +00:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-03-16 18:27:42 +00:00
2020-03-15 02:05:40 +00:00
[[package]]
name = "url"
2021-06-24 17:02:27 +00:00
version = "2.2.2"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 17:02:27 +00:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-03-15 02:05:40 +00:00
dependencies = [
"form_urlencoded",
2020-03-15 02:05:40 +00:00
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "utf-8"
2021-04-17 17:36:47 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-17 17:36:47 +00:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2020-03-15 22:37:53 +00:00
[[package]]
name = "uuid"
2021-02-10 04:05:06 +00:00
version = "0.8.2"
2020-03-15 22:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-10 04:05:06 +00:00
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
2020-03-15 22:37:53 +00:00
dependencies = [
2022-04-08 22:39:38 +00:00
"getrandom",
2022-02-26 18:12:07 +00:00
"serde",
2020-03-15 22:37:53 +00:00
]
2022-02-04 17:50:52 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vec_map"
2020-05-21 21:24:56 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 21:24:56 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
2021-12-30 18:23:10 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-30 18:23:10 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "wasi"
2022-04-08 22:39:38 +00:00
version = "0.10.2+wasi-snapshot-preview1"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-03-15 02:05:40 +00:00
2020-09-07 18:34:29 +00:00
[[package]]
name = "wasi"
2022-04-08 22:39:38 +00:00
version = "0.11.0+wasi-snapshot-preview1"
2020-09-07 18:34:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-09-07 18:34:29 +00:00
2020-03-15 02:05:40 +00:00
[[package]]
name = "wasm-bindgen"
2022-04-08 22:39:38 +00:00
version = "0.2.80"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
2020-03-15 02:05:40 +00:00
dependencies = [
2021-03-09 00:26:22 +00:00
"cfg-if",
2020-03-15 02:05:40 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-04-08 22:39:38 +00:00
version = "0.2.80"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
2020-03-15 02:05:40 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-04-08 22:39:38 +00:00
version = "0.2.80"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
2020-03-15 02:05:40 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-04-08 22:39:38 +00:00
version = "0.2.80"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
2020-03-15 02:05:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-04-08 22:39:38 +00:00
version = "0.2.80"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2020-03-15 02:05:40 +00:00
2020-03-16 18:27:42 +00:00
[[package]]
name = "web-sys"
2022-04-08 22:39:38 +00:00
version = "0.3.57"
2020-03-16 18:27:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
2020-03-16 18:27:42 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
2021-10-20 23:27:22 +00:00
version = "0.22.0"
2020-03-16 18:27:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-20 23:27:22 +00:00
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2020-03-16 18:27:42 +00:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2022-04-08 22:39:38 +00:00
version = "0.22.3"
2020-03-16 18:27:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
2020-03-16 18:27:42 +00:00
dependencies = [
"webpki",
]
[[package]]
name = "which"
2022-04-08 22:39:38 +00:00
version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
dependencies = [
"either",
"lazy_static",
"libc",
]
2020-03-15 02:05:40 +00:00
[[package]]
name = "winapi"
2020-06-27 22:29:23 +00:00
version = "0.3.9"
2020-03-15 02:05:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 22:29:23 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-03-15 02:05:40 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2021-03-28 20:02:26 +00:00
[[package]]
2022-02-11 17:28:45 +00:00
name = "windows-sys"
2022-04-08 22:39:38 +00:00
version = "0.34.0"
2022-02-11 17:28:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"
2022-02-11 17:28:45 +00:00
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
2022-04-08 22:39:38 +00:00
version = "0.34.0"
2022-02-11 17:28:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
2022-02-11 17:28:45 +00:00
[[package]]
name = "windows_i686_gnu"
2022-04-08 22:39:38 +00:00
version = "0.34.0"
2022-02-11 17:28:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
2022-02-11 17:28:45 +00:00
[[package]]
name = "windows_i686_msvc"
2022-04-08 22:39:38 +00:00
version = "0.34.0"
2022-02-11 17:28:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
2022-02-11 17:28:45 +00:00
[[package]]
name = "windows_x86_64_gnu"
2022-04-08 22:39:38 +00:00
version = "0.34.0"
2022-02-11 17:28:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
2022-02-11 17:28:45 +00:00
[[package]]
name = "windows_x86_64_msvc"
2022-04-08 22:39:38 +00:00
version = "0.34.0"
2021-03-28 20:02:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
[[package]]
name = "yaml-rust"
2021-02-10 04:05:06 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-10 04:05:06 +00:00
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
2021-03-28 20:02:26 +00:00
"linked-hash-map",
]
2020-03-16 03:36:46 +00:00
[[package]]
name = "zeroize"
2022-04-08 22:39:38 +00:00
version = "1.5.4"
2020-03-16 03:36:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 22:39:38 +00:00
checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"