2020-06-06 21:02:26 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-19 19:39:41 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "0.4.2"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "a36c014a3e811624313b51a227b775ecba55d36ef9462bbaac7d4f13e54c9271"
|
2020-09-10 16:12:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-11-16 21:39:18 +00:00
|
|
|
"memchr",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-09-10 16:12:42 +00:00
|
|
|
"tokio",
|
2020-09-14 15:52:18 +00:00
|
|
|
"tokio-util",
|
2020-09-10 16:12:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-form-data"
|
2021-11-23 00:24:05 +00:00
|
|
|
version = "0.6.0-beta.11"
|
2020-09-14 15:52:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-23 00:24:05 +00:00
|
|
|
checksum = "57f6b53ea0b9305fdc5b30696d9d6c65b4091166038df2ffff9f5f877623d789"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-multipart",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-web",
|
2021-09-06 00:45:03 +00:00
|
|
|
"futures-util",
|
2020-06-06 21:02:26 +00:00
|
|
|
"mime",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2020-06-14 18:56:42 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "3.0.0-rc.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "08aac516b88cb8cfbfa834c76b58607ffac75946d947dcb6a9ffc5673e1e875d"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2021-10-28 04:06:03 +00:00
|
|
|
"ahash 0.7.6",
|
2021-10-31 18:45:18 +00:00
|
|
|
"base64",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
2021-02-10 22:57:42 +00:00
|
|
|
"bytestring",
|
2020-06-06 21:02:26 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
2021-10-20 23:16:53 +00:00
|
|
|
"httpdate",
|
2021-12-28 17:03:53 +00:00
|
|
|
"itoa 1.0.1",
|
2020-06-06 21:02:26 +00:00
|
|
|
"language-tags",
|
2021-04-02 18:11:20 +00:00
|
|
|
"local-channel",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-04-02 18:11:20 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"rand",
|
|
|
|
"sha-1",
|
2021-02-10 22:57:42 +00:00
|
|
|
"smallvec",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2021-10-20 23:16:53 +00:00
|
|
|
version = "0.2.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-20 23:16:53 +00:00
|
|
|
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "0.4.0-beta.13"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "c59b1f14a8b2bc14df9be544d173f5390da5b62d531e406fd0f0ce9b825fea5a"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-web",
|
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
2021-04-02 18:11:20 +00:00
|
|
|
"futures-core",
|
2020-06-06 21:02:26 +00:00
|
|
|
"httparse",
|
2021-04-02 18:11:20 +00:00
|
|
|
"local-waker",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"twoway",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "0.5.0-rc.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "cb6506dbef336634ff35d994d58daa0a412ea23751f15f9b4dcac4d594b1ed1f"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
2021-09-09 19:34:43 +00:00
|
|
|
"firestorm",
|
2020-06-06 21:02:26 +00:00
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "2.6.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "cdf3f2183be1241ed4dd22611850b85d38de0b08a09f1f7bcccbd0809084b359"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-macros",
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
2020-06-06 21:02:26 +00:00
|
|
|
"tokio",
|
2021-10-13 04:16:31 +00:00
|
|
|
"tokio-uring",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "2.0.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "d9e7472ac180abb0a8e592b653744345983a7a14f44691c8394a799d0df4dbbf"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
2021-11-16 21:39:18 +00:00
|
|
|
"futures-util",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
2021-12-06 18:43:03 +00:00
|
|
|
"mio 0.8.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
"num_cpus",
|
2021-11-16 21:39:18 +00:00
|
|
|
"socket2",
|
2021-02-10 22:57:42 +00:00
|
|
|
"tokio",
|
2021-11-16 21:39:18 +00:00
|
|
|
"tokio-uring",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "2.0.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
2021-04-17 19:59:42 +00:00
|
|
|
"paste",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-tls"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "3.0.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "a31ab31563b611fa822480b4255e8750cf0af9ce1b8b7bde298afe8447ef9333"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2021-02-10 22:57:42 +00:00
|
|
|
"actix-rt",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-service",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2021-02-10 22:57:42 +00:00
|
|
|
"futures-core",
|
|
|
|
"http",
|
|
|
|
"log",
|
2021-11-23 00:24:05 +00:00
|
|
|
"pin-project-lite",
|
2021-12-03 20:21:31 +00:00
|
|
|
"tokio-rustls",
|
2021-02-10 22:57:42 +00:00
|
|
|
"tokio-util",
|
2021-12-28 17:03:53 +00:00
|
|
|
"webpki-roots",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2021-04-17 19:59:42 +00:00
|
|
|
version = "3.0.0"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-17 19:59:42 +00:00
|
|
|
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
|
2020-09-10 16:12:42 +00:00
|
|
|
dependencies = [
|
2021-04-02 18:11:20 +00:00
|
|
|
"local-waker",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-09-10 16:12:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "4.0.0-rc.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "73170d019de2d82c0d826c1f315c3106134bd764e9247505ba6f0d78d22dfe9e"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-http",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-utils",
|
2021-10-28 04:06:03 +00:00
|
|
|
"ahash 0.7.6",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bytes",
|
2021-06-26 18:10:28 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-12-28 17:03:53 +00:00
|
|
|
"itoa 1.0.1",
|
2021-04-02 18:11:20 +00:00
|
|
|
"language-tags",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
2021-04-02 18:11:20 +00:00
|
|
|
"once_cell",
|
2021-12-03 20:21:31 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"regex",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2020-06-06 21:02:26 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-02-10 22:57:42 +00:00
|
|
|
"smallvec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"socket2",
|
2022-02-01 16:07:25 +00:00
|
|
|
"time 0.3.7",
|
2020-06-06 21:02:26 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
|
|
|
|
2021-02-10 22:57:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-10-18 23:02:33 +00:00
|
|
|
version = "0.7.6"
|
2021-02-10 22:57:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 23:02:33 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-02-10 22:57:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-08-28 22:15:14 +00:00
|
|
|
version = "0.7.18"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-28 22:15:14 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-07 00:54:06 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "1.0.53"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
2020-09-10 16:12:42 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2021-12-12 20:48:37 +00:00
|
|
|
version = "0.1.52"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-12 20:48:37 +00:00
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[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-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-09-10 16:12:42 +00:00
|
|
|
version = "1.0.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 16:12:42 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "awc"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "3.0.0-beta.20"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "4a64a95bbf4905fd057ea45b70fdfeeb9c7ae09f03f091642c4e66a16ebb3ad5"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-14 15:52:18 +00:00
|
|
|
"actix-codec",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-http",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2021-11-16 21:39:18 +00:00
|
|
|
"actix-tls",
|
|
|
|
"actix-utils",
|
|
|
|
"ahash 0.7.6",
|
2021-10-31 18:45:18 +00:00
|
|
|
"base64",
|
2020-06-06 21:02:26 +00:00
|
|
|
"bytes",
|
2021-06-26 18:10:28 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
2021-11-16 21:39:18 +00:00
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
2021-12-28 17:03:53 +00:00
|
|
|
"itoa 1.0.1",
|
2020-06-06 21:02:26 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-03-10 02:51:03 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"rand",
|
2021-12-03 20:21:31 +00:00
|
|
|
"rustls",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2020-06-06 21:02:26 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-11-16 21:39:18 +00:00
|
|
|
"tokio",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-creds"
|
2021-11-23 18:29:42 +00:00
|
|
|
version = "0.27.1"
|
2022-02-01 16:07:25 +00:00
|
|
|
source = "git+https://github.com/asonix/rust-s3?branch=asonix/generic-client#c91e4ecacc8c5a351ff360df68a3cb00863b62bd"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"dirs",
|
|
|
|
"rust-ini 0.17.0",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2021-10-28 04:06:03 +00:00
|
|
|
"serde-xml-rs",
|
|
|
|
"serde_derive",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-region"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "0.23.4"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "4e37c2dc2c9047311911ef175e0ffbb3853f17c32b72cf3d562f455e5ff77267"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
]
|
|
|
|
|
2020-10-10 23:22:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "1.3.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-08-26 02:46:11 +00:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-08-26 02:46:11 +00:00
|
|
|
"generic-array",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "3.9.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-02 18:11:20 +00:00
|
|
|
version = "1.4.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 18:11:20 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "1.1.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2021-02-10 22:57:42 +00:00
|
|
|
version = "1.0.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 22:57:42 +00:00
|
|
|
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-11-16 21:39:18 +00:00
|
|
|
version = "1.0.72"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-16 21:39:18 +00:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2021-09-12 16:00:29 +00:00
|
|
|
|
2020-10-11 18:41:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
"time 0.1.43",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-12-03 20:21:31 +00:00
|
|
|
version = "2.34.0"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:21:31 +00:00
|
|
|
"ansi_term",
|
2020-06-07 00:54:06 +00:00
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1b9d958c2b1368a663f05538fc1b5975adce1e19f435acceae987aceeeb369"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2021-12-17 02:46:46 +00:00
|
|
|
"nom 5.1.2",
|
2021-10-28 04:06:03 +00:00
|
|
|
"rust-ini 0.13.0",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2021-10-28 04:06:03 +00:00
|
|
|
"serde-hjson",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console-api"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.1.1"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "14f67643a7d716307ad10b3e3aef02826382acbe349a3e7605ac57556148bc87"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
2022-02-04 17:33:12 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
2021-12-17 02:46:46 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console-subscriber"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.1.1"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "829835c211a0247cd11e65e13cec8696b879374879c35ce162ce8098b23c90d4"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"console-api",
|
2022-01-24 04:39:03 +00:00
|
|
|
"crossbeam-channel",
|
2021-12-17 02:46:46 +00:00
|
|
|
"futures",
|
|
|
|
"hdrhistogram",
|
|
|
|
"humantime",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2021-12-17 02:46:46 +00:00
|
|
|
"serde_json",
|
|
|
|
"thread_local",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2022-02-04 17:33:12 +00:00
|
|
|
"tonic",
|
2021-12-17 02:46:46 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2021-04-02 18:11:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 18:11:20 +00:00
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
2020-09-10 16:12:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-06-19 19:39:41 +00:00
|
|
|
name = "cpufeatures"
|
2021-08-28 22:15:14 +00:00
|
|
|
version = "0.2.1"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-28 22:15:14 +00:00
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
2021-06-19 19:39:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-09-10 16:12:42 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "1.3.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "0.5.2"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "0.9.6"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-12-10 05:05:04 +00:00
|
|
|
"crossbeam-utils",
|
2020-12-03 17:38:28 +00:00
|
|
|
"lazy_static",
|
2020-12-10 05:05:04 +00:00
|
|
|
"memoffset",
|
2020-06-06 21:02:26 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "0.8.6"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-12-03 17:38:28 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-09-05 22:15:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2021-12-17 02:46:46 +00:00
|
|
|
version = "5.0.0"
|
2021-09-05 22:15:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 02:46:46 +00:00
|
|
|
checksum = "b799062aaf67eb976af3bdca031ee6f846d2f0a5710ddbb0d2efee33f3cc4760"
|
2021-09-05 22:15:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"num_cpus",
|
2021-12-17 02:46:46 +00:00
|
|
|
"parking_lot",
|
2021-09-05 22:15:30 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-03 20:21:31 +00:00
|
|
|
version = "0.99.17"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-04-02 18:11:20 +00:00
|
|
|
"convert_case",
|
2020-06-06 21:02:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-10-20 23:16:53 +00:00
|
|
|
"rustc_version",
|
2020-06-06 21:02:26 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-11 00:34:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2020-09-10 16:12:42 +00:00
|
|
|
"generic-array",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.10.0",
|
|
|
|
"crypto-common",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
|
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-10-10 23:22:00 +00:00
|
|
|
version = "1.6.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-10 23:22:00 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-12-12 20:48:37 +00:00
|
|
|
version = "0.8.30"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-12 20:48:37 +00:00
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-01-14 00:11:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "1.7.0"
|
2022-01-14 00:11:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2022-01-14 00:11:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-09-09 19:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "firestorm"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "0.5.0"
|
2021-09-09 19:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "4d3d6188b8804df28032815ea256b6955c9625c24da7525f387a7af02fbb8f01"
|
2021-09-09 19:34:43 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "0.4.1"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
|
2021-12-17 02:46:46 +00:00
|
|
|
|
|
|
|
[[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-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-03-10 02:51:03 +00:00
|
|
|
version = "1.0.1"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 02:51:03 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-11-02 17:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.3.19"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
2021-11-02 17:48:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.3.19"
|
2021-09-14 01:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures-sink",
|
2021-09-14 01:22:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.3.19"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.3.19"
|
2021-09-14 01:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-11-02 17:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.3.19"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
2021-11-02 17:48:11 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.3.19"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.3.19"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.3.19"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.3.19"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures-channel",
|
2020-06-06 21:02:26 +00:00
|
|
|
"futures-core",
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures-io",
|
2020-06-06 21:02:26 +00:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2021-11-02 17:48:11 +00:00
|
|
|
"memchr",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-06-11 00:34:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "0.14.5"
|
2020-06-11 00:34:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2020-06-11 00:34:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2020-06-13 19:04:33 +00:00
|
|
|
"version_check",
|
2020-06-11 00:34:25 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "0.2.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
"libc",
|
2021-02-10 22:57:42 +00:00
|
|
|
"wasi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "0.3.11"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2020-09-14 15:52:18 +00:00
|
|
|
"tokio-util",
|
2020-09-10 16:12:42 +00:00
|
|
|
"tracing",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.4.7",
|
|
|
|
]
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "0.11.2"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-09-10 16:12:42 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hdrhistogram"
|
|
|
|
version = "7.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6490be71f07a5f62b564bc58e36953f675833df11c7e4a0647bee7a07ca1ec5e"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
|
|
|
"nom 7.1.0",
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.3.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-26 18:10:28 +00:00
|
|
|
version = "0.1.19"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 18:10:28 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
2021-12-17 02:46:46 +00:00
|
|
|
"digest 0.9.0",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "0.2.6"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-01-06 18:35:13 +00:00
|
|
|
"itoa 1.0.1",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-10-25 01:37:59 +00:00
|
|
|
version = "0.4.4"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 01:37:59 +00:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "1.5.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-11-23 00:24:05 +00:00
|
|
|
version = "1.0.2"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-23 00:24:05 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-09-18 21:29:30 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-12-12 20:48:37 +00:00
|
|
|
version = "0.14.16"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-12 20:48:37 +00:00
|
|
|
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2021-12-17 02:46:46 +00:00
|
|
|
"itoa 0.4.8",
|
2021-09-18 21:29:30 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2021-12-03 20:21:31 +00:00
|
|
|
version = "0.23.0"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:21:31 +00:00
|
|
|
"http",
|
2021-10-28 04:06:03 +00:00
|
|
|
"hyper",
|
2021-12-03 20:21:31 +00:00
|
|
|
"rustls",
|
2021-10-28 04:06:03 +00:00
|
|
|
"tokio",
|
2021-12-03 20:21:31 +00:00
|
|
|
"tokio-rustls",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-17 19:59:42 +00:00
|
|
|
version = "0.2.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-17 19:59:42 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "1.8.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-10-28 04:06:03 +00:00
|
|
|
"hashbrown 0.11.2",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-18 23:02:33 +00:00
|
|
|
version = "0.1.12"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 23:02:33 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-10-10 23:22:00 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-10-13 04:16:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-uring"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d75829ed9377bab6c90039fe47b9d84caceb4b5063266142e21bcce6550cda8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2021-12-07 02:37:00 +00:00
|
|
|
version = "0.10.3"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-07 02:37:00 +00:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "0.4.8"
|
2020-06-07 15:59:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2020-06-07 15:59:58 +00:00
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.3.56"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.3.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.2.117"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
|
|
2021-04-02 18:11:20 +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"
|
2021-12-19 02:24:22 +00:00
|
|
|
version = "0.1.2"
|
2021-04-02 18:11:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 02:24:22 +00:00
|
|
|
checksum = "902eb695eb0591864543cbfbf6d742510642a605a61fc5e97fe6ceb5a30ac4fb"
|
2021-04-02 18:11:20 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "0.4.6"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-10 22:57:42 +00:00
|
|
|
version = "0.4.14"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 22:57:42 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2021-10-25 01:37:59 +00:00
|
|
|
version = "0.1.0"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 01:37:59 +00:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "0.1.9"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-async"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6007f9dad048e0a224f27ca599d669fca8cfa0dac804725aab542b2eb032bce6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-28 22:15:14 +00:00
|
|
|
version = "2.4.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-28 22:15:14 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2020-12-03 17:38:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-03 20:21:31 +00:00
|
|
|
version = "0.6.5"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2020-12-03 17:38:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-10-18 23:02:33 +00:00
|
|
|
version = "0.7.14"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 23:02:33 +00:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
2021-02-10 22:57:42 +00:00
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-12-06 18:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-04-02 18:11:20 +00:00
|
|
|
version = "0.3.7"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 18:11:20 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-02-10 22:57:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.2.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2021-12-28 17:03:53 +00:00
|
|
|
version = "1.13.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:03:53 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-24 04:39:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "0.1.3"
|
2022-01-24 04:39:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
|
2022-01-24 04:39:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-12-17 02:46:46 +00:00
|
|
|
version = "1.9.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 02:46:46 +00:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2020-09-10 16:12:42 +00:00
|
|
|
version = "0.3.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 16:12:42 +00:00
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.17.0"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"crossbeam-channel",
|
2022-02-04 17:33:12 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
2021-09-18 21:29:30 +00:00
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"rand",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-otlp"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.10.0"
|
2021-11-02 17:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "9d1a6ca9de4c8b00aa7f1a153bd76cb263287155cec642680d79d98706f3d28a"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2021-11-02 17:48:11 +00:00
|
|
|
"futures",
|
2022-02-04 17:33:12 +00:00
|
|
|
"futures-util",
|
2021-09-18 21:29:30 +00:00
|
|
|
"http",
|
|
|
|
"opentelemetry",
|
2022-02-04 17:33:12 +00:00
|
|
|
"prost",
|
2021-09-18 21:29:30 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2022-02-04 17:33:12 +00:00
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485"
|
|
|
|
dependencies = [
|
|
|
|
"dlv-list",
|
|
|
|
"hashbrown 0.9.1",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-08-28 22:15:14 +00:00
|
|
|
version = "0.11.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-28 22:15:14 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-09-10 16:12:42 +00:00
|
|
|
"instant",
|
2020-06-06 21:02:26 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-08-28 22:15:14 +00:00
|
|
|
version = "0.8.5"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-28 22:15:14 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-09-10 16:12:42 +00:00
|
|
|
"instant",
|
2020-06-06 21:02:26 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 19:59:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2021-11-16 21:39:18 +00:00
|
|
|
version = "1.0.6"
|
2021-04-17 19:59:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-16 21:39:18 +00:00
|
|
|
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
|
2021-04-17 19:59:42 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
|
|
|
|
dependencies = [
|
2022-02-04 17:33:12 +00:00
|
|
|
"fixedbitset",
|
2021-09-18 21:29:30 +00:00
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pict-rs"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.3.0-beta.19"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-form-data",
|
|
|
|
"actix-rt",
|
2021-10-13 04:16:31 +00:00
|
|
|
"actix-server",
|
2020-06-06 21:02:26 +00:00
|
|
|
"actix-web",
|
|
|
|
"anyhow",
|
2021-10-23 04:48:56 +00:00
|
|
|
"async-trait",
|
2021-03-10 02:51:03 +00:00
|
|
|
"awc",
|
2021-10-31 18:45:18 +00:00
|
|
|
"base64",
|
2021-10-28 04:06:03 +00:00
|
|
|
"config",
|
2021-12-17 02:46:46 +00:00
|
|
|
"console-subscriber",
|
2021-09-05 22:15:30 +00:00
|
|
|
"dashmap",
|
2021-09-06 01:00:31 +00:00
|
|
|
"futures-util",
|
2020-06-06 21:02:26 +00:00
|
|
|
"mime",
|
2021-09-04 21:01:48 +00:00
|
|
|
"num_cpus",
|
2020-06-14 15:07:31 +00:00
|
|
|
"once_cell",
|
2021-09-18 21:29:30 +00:00
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-otlp",
|
2021-10-18 23:02:33 +00:00
|
|
|
"pin-project-lite",
|
2021-10-28 04:06:03 +00:00
|
|
|
"reqwest",
|
|
|
|
"rust-s3",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2020-06-06 21:02:26 +00:00
|
|
|
"serde_json",
|
2022-01-14 00:11:46 +00:00
|
|
|
"sha2 0.10.1",
|
2020-12-10 05:05:04 +00:00
|
|
|
"sled",
|
2021-10-19 01:29:06 +00:00
|
|
|
"storage-path-generator",
|
2020-06-07 00:54:06 +00:00
|
|
|
"structopt",
|
2020-06-06 21:02:26 +00:00
|
|
|
"thiserror",
|
2022-02-01 16:07:25 +00:00
|
|
|
"time 0.3.7",
|
2021-08-26 02:46:11 +00:00
|
|
|
"tokio",
|
2021-10-13 04:16:31 +00:00
|
|
|
"tokio-uring",
|
2021-09-04 00:53:53 +00:00
|
|
|
"tokio-util",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing-actix-web",
|
2021-09-25 20:23:05 +00:00
|
|
|
"tracing-awc",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing-error",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-futures",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing-log",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tracing-opentelemetry",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-subscriber",
|
2021-09-18 21:29:30 +00:00
|
|
|
"url",
|
2021-10-18 23:44:05 +00:00
|
|
|
"uuid",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 20:23:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "1.0.10"
|
2020-11-01 20:23:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
2020-11-01 20:23:56 +00:00
|
|
|
dependencies = [
|
2021-03-10 02:51:03 +00:00
|
|
|
"pin-project-internal",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 20:23:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "1.0.10"
|
2020-11-01 20:23:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
2020-11-01 20:23:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "0.2.8"
|
2020-12-03 17:38:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2020-12-03 17:38:28 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "0.2.16"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-09-10 16:12:42 +00:00
|
|
|
version = "1.0.4"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 16:12:42 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-09-10 16:12:42 +00:00
|
|
|
version = "1.0.4"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 16:12:42 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-12-28 17:03:53 +00:00
|
|
|
version = "1.0.36"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:03:53 +00:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[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:33:12 +00:00
|
|
|
"prost-derive",
|
2021-12-17 02:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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:33:12 +00:00
|
|
|
"petgraph",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2021-12-17 02:46:46 +00:00
|
|
|
"regex",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[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:33:12 +00:00
|
|
|
"prost",
|
2021-09-18 21:29:30 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "1.0.15"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.8.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.3.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.6.3"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.3.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "0.2.10"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-03-10 02:51:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-08-28 22:15:14 +00:00
|
|
|
version = "1.5.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-28 22:15:14 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.1.10"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.6.25"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "0.11.9"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
2021-10-31 18:45:18 +00:00
|
|
|
"base64",
|
2021-10-28 04:06:03 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-14 00:11:46 +00:00
|
|
|
"h2",
|
2021-10-28 04:06:03 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2021-12-03 20:21:31 +00:00
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2021-10-28 04:06:03 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2021-12-03 20:21:31 +00:00
|
|
|
"tokio-rustls",
|
|
|
|
"tokio-util",
|
2021-10-28 04:06:03 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2021-12-28 17:03:53 +00:00
|
|
|
"webpki-roots",
|
2021-10-28 04:06:03 +00:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-14 00:06:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rio"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e98c25665909853c07874301124482754434520ab572ac6a22e90366de6685b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"ordered-multimap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-s3"
|
2021-11-23 18:29:42 +00:00
|
|
|
version = "0.28.0"
|
2022-02-01 16:07:25 +00:00
|
|
|
source = "git+https://github.com/asonix/rust-s3?branch=asonix/generic-client#c91e4ecacc8c5a351ff360df68a3cb00863b62bd"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"aws-creds",
|
|
|
|
"aws-region",
|
2021-10-31 18:45:18 +00:00
|
|
|
"base64",
|
2021-10-28 04:06:03 +00:00
|
|
|
"cfg-if",
|
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"maybe-async",
|
|
|
|
"md5",
|
|
|
|
"percent-encoding",
|
|
|
|
"reqwest",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2021-10-28 04:06:03 +00:00
|
|
|
"serde-xml-rs",
|
|
|
|
"serde_derive",
|
2022-01-06 18:35:13 +00:00
|
|
|
"sha2 0.9.9",
|
2021-10-28 04:06:03 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-06-07 15:59:58 +00:00
|
|
|
[[package]]
|
2021-08-26 02:46:11 +00:00
|
|
|
name = "rustc_version"
|
2021-12-03 20:21:31 +00:00
|
|
|
version = "0.4.0"
|
2020-06-07 15:59:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2020-06-07 15:59:58 +00:00
|
|
|
dependencies = [
|
2021-10-20 23:16:53 +00:00
|
|
|
"semver",
|
2020-06-07 15:59:58 +00:00
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2021-12-03 20:21:31 +00:00
|
|
|
version = "0.20.2"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2021-12-03 20:21:31 +00:00
|
|
|
"sct",
|
2021-12-28 17:03:53 +00:00
|
|
|
"webpki",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
2021-12-03 20:21:31 +00:00
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "0.2.1"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:21:31 +00:00
|
|
|
"base64",
|
2021-09-12 16:00:29 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-12-13 17:21:31 +00:00
|
|
|
version = "1.0.9"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-13 17:21:31 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-10-13 04:16:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-10-20 23:16:53 +00:00
|
|
|
version = "0.7.0"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-20 23:16:53 +00:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2021-12-03 20:21:31 +00:00
|
|
|
version = "1.0.4"
|
2021-08-26 02:46:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:21:31 +00:00
|
|
|
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
|
2021-08-26 02:46:11 +00:00
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "0.8.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "1.0.136"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde-hjson"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a3a4e0ea8a88553209f6cc6cfe8724ecad22e1acf372793c27d995290fe74f8"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits 0.1.43",
|
|
|
|
"regex",
|
|
|
|
"serde 0.8.23",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-xml-rs"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "65162e9059be2f6a3421ebbb4fef3e74b7d9e7c60c50a0e292c6239f19f1edfa"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2021-10-28 04:06:03 +00:00
|
|
|
"thiserror",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "1.0.136"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "1.0.78"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-12-17 02:46:46 +00:00
|
|
|
"itoa 1.0.1",
|
2020-06-06 21:02:26 +00:00
|
|
|
"ryu",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-18 17:46:01 +00:00
|
|
|
version = "0.7.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-18 17:46:01 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-12-03 17:38:28 +00:00
|
|
|
"form_urlencoded",
|
2022-01-18 17:46:01 +00:00
|
|
|
"itoa 1.0.1",
|
2020-12-03 17:38:28 +00:00
|
|
|
"ryu",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2021-12-28 17:03:53 +00:00
|
|
|
version = "0.10.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:03:53 +00:00
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2021-06-19 19:39:41 +00:00
|
|
|
"cpufeatures",
|
2021-12-28 17:03:53 +00:00
|
|
|
"digest 0.10.1",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "0.9.9"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-12-17 02:46:46 +00:00
|
|
|
"block-buffer 0.9.0",
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2021-06-19 19:39:41 +00:00
|
|
|
"cpufeatures",
|
2021-12-17 02:46:46 +00:00
|
|
|
"digest 0.9.0",
|
2020-06-06 21:02:26 +00:00
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "0.10.1"
|
2021-12-17 02:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
|
2021-12-17 02:46:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.1",
|
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2021-10-14 00:06:53 +00:00
|
|
|
version = "0.1.4"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 00:06:53 +00:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "1.4.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-10-14 00:06:53 +00:00
|
|
|
version = "0.4.5"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 00:06:53 +00:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2020-09-10 16:12:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sled"
|
2021-09-12 16:00:29 +00:00
|
|
|
version = "0.34.7"
|
2020-09-10 16:12:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 16:00:29 +00:00
|
|
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
|
2020-09-10 16:12:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2020-12-10 05:05:04 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2020-09-10 16:12:42 +00:00
|
|
|
"fs2",
|
|
|
|
"fxhash",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"parking_lot",
|
2021-10-14 00:06:53 +00:00
|
|
|
"rio",
|
2020-09-10 16:12:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-18 17:46:01 +00:00
|
|
|
version = "1.8.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-18 17:46:01 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "0.4.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-10-19 01:29:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "storage-path-generator"
|
|
|
|
version = "0.1.0"
|
2021-10-19 04:52:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f7830bbf78d82746dd784b14ac3a5be3a0c0e9f63bf195d7356fe37ac114eed"
|
2021-10-19 01:29:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[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:46:01 +00:00
|
|
|
version = "0.3.26"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-18 17:46:01 +00:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2021-10-18 23:02:33 +00:00
|
|
|
version = "0.4.18"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 23:02:33 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2020-06-07 00:54:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "1.0.86"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "3.3.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-01-14 00:11:46 +00:00
|
|
|
"fastrand",
|
2021-09-18 21:29:30 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-10-11 17:13:46 +00:00
|
|
|
version = "1.0.30"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 17:13:46 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-10-11 17:13:46 +00:00
|
|
|
version = "1.0.30"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 17:13:46 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "1.1.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"once_cell",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-08-28 22:50:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "0.3.7"
|
2021-08-28 22:50:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
|
2021-08-28 22:50:56 +00:00
|
|
|
dependencies = [
|
2022-01-24 04:39:03 +00:00
|
|
|
"itoa 1.0.1",
|
2021-08-28 22:50:56 +00:00
|
|
|
"libc",
|
2022-01-24 04:39:03 +00:00
|
|
|
"num_threads",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2021-08-28 22:50:56 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-11-16 21:39:18 +00:00
|
|
|
version = "1.5.1"
|
2020-10-10 23:22:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-16 21:39:18 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2020-10-10 23:22:00 +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-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "1.16.1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
2021-12-06 18:43:03 +00:00
|
|
|
"mio 0.7.14",
|
2021-09-18 21:29:30 +00:00
|
|
|
"num_cpus",
|
2021-02-10 22:57:42 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"signal-hook-registry",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tokio-macros",
|
2021-12-17 02:46:46 +00:00
|
|
|
"tracing",
|
2021-02-10 22:57:42 +00:00
|
|
|
"winapi",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
2022-01-06 18:35:13 +00:00
|
|
|
version = "1.2.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 18:35:13 +00:00
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2021-12-17 02:46:46 +00:00
|
|
|
version = "1.7.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 02:46:46 +00:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2021-12-17 02:46:46 +00:00
|
|
|
version = "0.23.2"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-17 02:46:46 +00:00
|
|
|
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:21:31 +00:00
|
|
|
"rustls",
|
2021-09-12 16:00:29 +00:00
|
|
|
"tokio",
|
2021-12-28 17:03:53 +00:00
|
|
|
"webpki",
|
2021-09-12 16:00:29 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2021-10-31 18:45:18 +00:00
|
|
|
version = "0.1.8"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-31 18:45:18 +00:00
|
|
|
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-10-13 04:16:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-uring"
|
2022-01-14 00:11:46 +00:00
|
|
|
version = "0.2.0"
|
2021-10-13 04:16:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 00:11:46 +00:00
|
|
|
checksum = "062a33613d97344c5054d9635b35beb14492b66d9aa4bdbf21ecde1682d256df"
|
2021-10-13 04:16:31 +00:00
|
|
|
dependencies = [
|
2022-01-14 00:11:46 +00:00
|
|
|
"bytes",
|
2021-10-13 04:16:31 +00:00
|
|
|
"io-uring",
|
|
|
|
"libc",
|
|
|
|
"scoped-tls",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2021-10-31 18:45:18 +00:00
|
|
|
version = "0.6.9"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-31 18:45:18 +00:00
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-06 21:02:26 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
|
dependencies = [
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2021-10-28 04:06:03 +00:00
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[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:33:12 +00:00
|
|
|
"prost",
|
|
|
|
"prost-derive",
|
2021-09-18 21:29:30 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
2021-12-17 02:46:46 +00:00
|
|
|
[[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:33:12 +00:00
|
|
|
"prost-build",
|
2021-09-18 21:29:30 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2021-11-23 00:24:05 +00:00
|
|
|
version = "0.4.11"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-23 00:24:05 +00:00
|
|
|
checksum = "5651b5f6860a99bd1adb59dbfe1db8beb433e73709d9032b413a77e2fb7c066a"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"indexmap",
|
|
|
|
"pin-project",
|
2021-10-18 23:02:33 +00:00
|
|
|
"pin-project-lite",
|
2021-09-18 21:29:30 +00:00
|
|
|
"rand",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"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-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.1.30"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2021-09-14 01:22:42 +00:00
|
|
|
"log",
|
2021-02-10 22:57:42 +00:00
|
|
|
"pin-project-lite",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-actix-web"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.5.0-rc.2"
|
2021-12-13 17:21:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "eba9ba7b978b6fd2838d47cd459cd4e23451bdd571448509e71476531b9306f2"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-web",
|
2021-09-19 19:36:53 +00:00
|
|
|
"opentelemetry",
|
2021-10-11 17:13:46 +00:00
|
|
|
"pin-project",
|
2021-09-14 01:22:42 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
2021-09-19 19:36:53 +00:00
|
|
|
"tracing-opentelemetry",
|
2021-09-14 01:22:42 +00:00
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.1.19"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-09-25 20:23:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-awc"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.1.0-beta.22"
|
2021-12-13 17:21:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "d055968fc655e9957a14868f3ae0aa5e298a6e549345fbfddea055022c0b858d"
|
2021-09-25 20:23:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-http",
|
2021-12-03 20:21:31 +00:00
|
|
|
"actix-service",
|
2021-09-25 20:23:05 +00:00
|
|
|
"awc",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
2021-09-25 20:42:06 +00:00
|
|
|
"opentelemetry",
|
2021-12-03 20:21:31 +00:00
|
|
|
"pin-project-lite",
|
2021-09-25 20:23:05 +00:00
|
|
|
"tracing",
|
2021-09-25 20:42:06 +00:00
|
|
|
"tracing-opentelemetry",
|
2021-09-25 20:23:05 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.1.22"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-02-04 17:33:12 +00:00
|
|
|
"valuable",
|
2020-06-14 02:28:06 +00:00
|
|
|
]
|
|
|
|
|
2021-09-14 01:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-error"
|
2021-10-25 01:37:59 +00:00
|
|
|
version = "0.2.0"
|
2021-09-14 01:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 01:37:59 +00:00
|
|
|
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
|
2021-09-14 01:22:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
2021-03-10 02:51:03 +00:00
|
|
|
version = "0.2.5"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 02:51:03 +00:00
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2021-03-10 02:51:03 +00:00
|
|
|
"pin-project",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2021-03-10 02:51:03 +00:00
|
|
|
version = "0.1.2"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 02:51:03 +00:00
|
|
|
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
2022-02-04 17:33:12 +00:00
|
|
|
version = "0.17.0"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 17:33:12 +00:00
|
|
|
checksum = "dff3ebfa73490b6d574ca747819b6bde3e8d006b58861f34cafa89898d91eb9c"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"opentelemetry",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2020-06-14 02:28:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "0.3.7"
|
2020-06-14 02:28:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "5312f325fe3588e277415f5a6cca1f4ccad0f248c4cd5a4bd33032d7286abc22"
|
2020-06-14 02:28:06 +00:00
|
|
|
dependencies = [
|
2021-12-03 20:21:31 +00:00
|
|
|
"ansi_term",
|
2020-06-14 02:28:06 +00:00
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
2020-09-10 16:12:42 +00:00
|
|
|
"thread_local",
|
2020-10-10 23:22:00 +00:00
|
|
|
"tracing",
|
2020-06-14 02:28:06 +00:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.2.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"unchecked-index",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-12-28 17:03:53 +00:00
|
|
|
version = "1.15.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:03:53 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unchecked-index"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-10-11 17:13:46 +00:00
|
|
|
version = "0.3.7"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 17:13:46 +00:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.1.19"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-12-03 17:38:28 +00:00
|
|
|
"tinyvec",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-08-26 02:46:11 +00:00
|
|
|
version = "1.8.0"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 02:46:11 +00:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-09-18 21:34:23 +00:00
|
|
|
version = "0.1.9"
|
2020-06-07 00:54:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-18 21:34:23 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2020-06-07 00:54:06 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "0.2.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-06-19 19:39:41 +00:00
|
|
|
version = "2.2.2"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 19:39:41 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2020-12-03 17:38:28 +00:00
|
|
|
"form_urlencoded",
|
2020-06-06 21:02:26 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2020-06-06 21:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 18:56:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2021-02-10 22:57:42 +00:00
|
|
|
version = "0.8.2"
|
2020-06-14 18:56:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 22:57:42 +00:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2020-06-14 18:56:42 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"getrandom",
|
2022-02-01 16:07:25 +00:00
|
|
|
"serde 1.0.136",
|
2020-06-14 18:56:42 +00:00
|
|
|
]
|
|
|
|
|
2022-02-04 17:33:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2020-06-07 00:54:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-12-30 16:54:07 +00:00
|
|
|
version = "0.9.4"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 16:54:07 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-06-06 21:02:26 +00:00
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-02-10 22:57:42 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 22:57:42 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-09-10 16:12:42 +00:00
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.2.79"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
2021-02-10 22:57:42 +00:00
|
|
|
"cfg-if",
|
2020-06-06 21:02:26 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.2.79"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2021-10-28 04:06:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.4.29"
|
2021-10-28 04:06:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
|
2021-10-28 04:06:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.2.79"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.2.79"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.2.79"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
2020-06-07 15:59:58 +00:00
|
|
|
|
2021-09-12 16:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-01-24 04:39:03 +00:00
|
|
|
version = "0.3.56"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 04:39:03 +00:00
|
|
|
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2021-10-20 23:16:53 +00:00
|
|
|
version = "0.22.0"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-20 23:16:53 +00:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2021-12-30 16:54:07 +00:00
|
|
|
version = "0.22.2"
|
2021-09-12 16:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 16:54:07 +00:00
|
|
|
checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"
|
2021-09-12 16:00:29 +00:00
|
|
|
dependencies = [
|
2021-12-28 17:03:53 +00:00
|
|
|
"webpki",
|
2021-09-12 16:00:29 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 21:29:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-02-01 16:07:25 +00:00
|
|
|
version = "4.2.4"
|
2021-09-18 21:29:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 16:07:25 +00:00
|
|
|
checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"
|
2021-09-18 21:29:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-10 16:12:42 +00:00
|
|
|
version = "0.3.9"
|
2020-06-06 21:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 16:12:42 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-06-06 21:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-10-28 04:06:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|