2021-07-19 15:16:13 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.5.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-03-17 08:41:34 -04:00
|
|
|
"bytes",
|
2021-07-19 18:35:52 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2022-03-17 08:41:34 -04:00
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2021-11-06 16:55:55 -04:00
|
|
|
"tokio",
|
2022-05-21 12:54:05 -04:00
|
|
|
"tokio-util",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-files"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.6.0"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "d81bde9a79336aa51ebed236e91fc1a0528ff67cfdf4f68ca4c61ede9fd26fb5"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"actix-http",
|
2021-07-23 15:52:00 -04:00
|
|
|
"actix-service",
|
2022-03-17 08:41:34 -04:00
|
|
|
"actix-utils",
|
2021-07-23 15:52:00 -04:00
|
|
|
"actix-web",
|
2022-03-17 08:41:34 -04:00
|
|
|
"askama_escape",
|
2021-07-23 15:52:00 -04:00
|
|
|
"bitflags",
|
2022-03-17 08:41:34 -04:00
|
|
|
"bytes",
|
2021-07-23 15:52:00 -04:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
2022-03-17 08:41:34 -04:00
|
|
|
"http-range",
|
2021-07-23 15:52:00 -04:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
2022-03-17 08:41:34 -04:00
|
|
|
"pin-project-lite",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "3.0.4"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "a5885cb81a0d4d0d322864bea1bb6c2a8144626b4fdc625d4c51eba197e7797a"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
2021-11-06 16:55:55 -04:00
|
|
|
"actix-rt",
|
2021-07-19 18:35:52 -04:00
|
|
|
"actix-service",
|
2021-11-06 16:55:55 -04:00
|
|
|
"actix-tls",
|
2021-07-19 18:35:52 -04:00
|
|
|
"actix-utils",
|
2022-03-17 08:41:34 -04:00
|
|
|
"ahash",
|
|
|
|
"base64",
|
2021-07-19 18:35:52 -04:00
|
|
|
"bitflags",
|
2022-03-11 18:02:36 -05:00
|
|
|
"brotli",
|
2022-03-17 08:41:34 -04:00
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
2021-07-19 18:35:52 -04:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
2022-03-17 08:41:34 -04:00
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
2021-07-19 18:35:52 -04:00
|
|
|
"language-tags",
|
2022-03-17 08:41:34 -04:00
|
|
|
"local-channel",
|
2021-07-19 18:35:52 -04:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2022-03-17 08:41:34 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
2021-07-19 18:35:52 -04:00
|
|
|
"sha-1",
|
2022-03-17 08:41:34 -04:00
|
|
|
"smallvec",
|
|
|
|
"zstd",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.2.3"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.4.0"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "c9edfb0e7663d7fe18c8d5b668c9c1bcf79176b1dcc9d4da9592503209a6bfb0"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
2022-03-17 08:41:34 -04:00
|
|
|
"bytes",
|
2021-07-23 15:52:00 -04:00
|
|
|
"derive_more",
|
2022-03-17 08:41:34 -04:00
|
|
|
"futures-core",
|
2021-07-23 15:52:00 -04:00
|
|
|
"httparse",
|
2022-03-17 08:41:34 -04:00
|
|
|
"local-waker",
|
2021-07-23 15:52:00 -04:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"twoway",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.5.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
2022-03-17 08:41:34 -04:00
|
|
|
"firestorm",
|
2021-07-19 18:35:52 -04:00
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2021-07-24 13:48:15 -04:00
|
|
|
"serde",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "2.7.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2021-11-06 16:55:55 -04:00
|
|
|
"actix-macros",
|
2022-03-17 08:41:34 -04:00
|
|
|
"futures-core",
|
2021-11-06 16:55:55 -04:00
|
|
|
"tokio",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "2.1.1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2021-11-06 16:55:55 -04:00
|
|
|
"actix-rt",
|
2021-07-19 18:35:52 -04:00
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2022-03-17 08:41:34 -04:00
|
|
|
"futures-core",
|
2021-07-19 18:35:52 -04:00
|
|
|
"futures-util",
|
2022-05-21 12:54:05 -04:00
|
|
|
"mio 0.8.3",
|
2021-07-19 18:35:52 -04:00
|
|
|
"num_cpus",
|
|
|
|
"socket2",
|
2022-03-17 08:41:34 -04:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "2.0.2"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"futures-core",
|
|
|
|
"paste",
|
|
|
|
"pin-project-lite",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-tls"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "3.0.3"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
2022-03-17 08:41:34 -04:00
|
|
|
"actix-rt",
|
2021-07-19 18:35:52 -04:00
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2022-03-17 08:41:34 -04:00
|
|
|
"futures-core",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
2021-11-06 16:55:55 -04:00
|
|
|
"tokio-rustls",
|
2022-05-21 12:54:05 -04:00
|
|
|
"tokio-util",
|
2021-11-06 16:55:55 -04:00
|
|
|
"webpki-roots",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "3.0.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"local-waker",
|
|
|
|
"pin-project-lite",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "4.0.1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
2021-11-06 16:55:55 -04:00
|
|
|
"actix-macros",
|
2021-07-19 18:35:52 -04:00
|
|
|
"actix-router",
|
2021-11-06 16:55:55 -04:00
|
|
|
"actix-rt",
|
2021-07-19 18:35:52 -04:00
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
|
|
|
"actix-tls",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web-codegen",
|
2022-03-17 08:41:34 -04:00
|
|
|
"ahash",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cookie",
|
2021-07-19 18:35:52 -04:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-03-17 08:41:34 -04:00
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
2021-07-19 18:35:52 -04:00
|
|
|
"log",
|
|
|
|
"mime",
|
2022-03-17 08:41:34 -04:00
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
2021-07-19 18:35:52 -04:00
|
|
|
"regex",
|
2021-07-24 13:48:15 -04:00
|
|
|
"serde",
|
2021-07-19 18:35:52 -04:00
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2022-03-17 08:41:34 -04:00
|
|
|
"smallvec",
|
2021-07-19 18:35:52 -04:00
|
|
|
"socket2",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "4.0.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "7525bedf54704abb1d469e88d7e7e9226df73778798a69cea5022d53b2ae91bc"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"actix-router",
|
2021-07-19 18:35:52 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-03-17 08:41:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-03-11 18:02:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2022-03-17 08:41:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "askama_escape"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.1.53"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "1.1.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "awc"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "3.0.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "65c60c44fbf3c8cee365e86b97d706e513b733c4eeb16437b45b88d2fffe889a"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
2021-11-06 16:55:55 -04:00
|
|
|
"actix-rt",
|
2021-07-19 18:35:52 -04:00
|
|
|
"actix-service",
|
2022-03-17 08:41:34 -04:00
|
|
|
"actix-tls",
|
|
|
|
"actix-utils",
|
|
|
|
"ahash",
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
2021-07-19 18:35:52 -04:00
|
|
|
"cfg-if 1.0.0",
|
2022-03-17 08:41:34 -04:00
|
|
|
"cookie",
|
2021-07-19 18:35:52 -04:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
2022-03-17 08:41:34 -04:00
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"itoa",
|
2021-07-19 18:35:52 -04:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2022-03-17 08:41:34 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
2021-11-06 16:55:55 -04:00
|
|
|
"rustls",
|
2021-07-24 13:48:15 -04:00
|
|
|
"serde",
|
2021-07-19 18:35:52 -04:00
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2022-03-17 08:41:34 -04:00
|
|
|
"tokio",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-27 15:36:31 -04:00
|
|
|
version = "1.3.2"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-27 15:36:31 -04:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.10.2"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-11 18:02:36 -05:00
|
|
|
name = "brotli"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "3.3.4"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-11 18:02:36 -05:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-11 18:02:36 -05:00
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.2"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-11 18:02:36 -05:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "3.9.1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "byte-unit"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "4.0.14"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "95ebf10dda65f19ff0f42ea15572a359ed60d7fc74fdc984d90310937be0014b"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
2021-07-24 13:48:15 -04:00
|
|
|
"serde",
|
2021-07-23 15:52:00 -04:00
|
|
|
"utf8-width",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-08-27 15:36:31 -04:00
|
|
|
version = "1.1.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-27 15:36:31 -04:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
|
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"bytes",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "1.0.73"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2022-03-17 08:41:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-12-05 08:09:53 -05:00
|
|
|
version = "2.34.0"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-05 08:09:53 -05:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.13.1"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "3ea917b74b6edfb5024e3b55d3c8f710b5f4ed92646429601a42e96f0812b31b"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
2022-02-24 16:10:52 -05:00
|
|
|
"async-trait",
|
2021-07-23 15:52:00 -04:00
|
|
|
"lazy_static",
|
2022-03-17 08:41:34 -04:00
|
|
|
"nom",
|
2022-02-24 16:10:52 -05:00
|
|
|
"pathdiff",
|
2021-07-24 13:48:15 -04:00
|
|
|
"serde",
|
2021-07-23 15:52:00 -04:00
|
|
|
"toml",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.16.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
2022-03-17 08:41:34 -04:00
|
|
|
"version_check",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-03-25 17:07:57 -04:00
|
|
|
version = "0.2.2"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 17:07:57 -04:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "1.3.2"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2022-03-17 08:41:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-05 08:09:53 -05:00
|
|
|
version = "0.99.17"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-05 08:09:53 -05:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-03-17 08:41:34 -04:00
|
|
|
"rustc_version",
|
2021-07-19 18:35:52 -04:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.10.3"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
2021-07-24 07:10:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.8.31"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-11-07 08:06:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.16"
|
2021-11-07 08:06:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
|
2021-11-07 08:06:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-03-17 08:41:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "firestorm"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.5.1"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "2c5f6c2c942da57e2aaaa84b8a521489486f14e75e7fa91dab70aba913975f98"
|
2022-03-17 08:41:34 -04:00
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.23"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-11-07 08:06:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fsevent-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-02-24 16:10:52 -05:00
|
|
|
version = "0.3.21"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 16:10:52 -05:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-02-24 16:10:52 -05:00
|
|
|
version = "0.3.21"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 16:10:52 -05:00
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-02-24 16:10:52 -05:00
|
|
|
version = "0.3.21"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 16:10:52 -05:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-02-24 16:10:52 -05:00
|
|
|
version = "0.3.21"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 16:10:52 -05:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-02-24 16:10:52 -05:00
|
|
|
version = "0.3.21"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 16:10:52 -05:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2022-03-17 08:41:34 -04:00
|
|
|
"pin-project-lite",
|
2021-07-19 18:35:52 -04:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "0.14.5"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2022-03-17 08:41:34 -04:00
|
|
|
"version_check",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.6"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-08-27 15:36:31 -04:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
2021-08-27 08:54:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.3.13"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"bytes",
|
2021-07-19 18:35:52 -04:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-11-06 16:55:55 -04:00
|
|
|
"tokio",
|
2022-05-21 12:54:05 -04:00
|
|
|
"tokio-util",
|
2021-07-19 18:35:52 -04:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-11-07 08:06:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hotwatch"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39301670a6f5798b75f36a1b149a379a50df5aa7c71be50f4b41ec6eab445cb8"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"notify",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.7"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"bytes",
|
2021-07-19 18:35:52 -04:00
|
|
|
"fnv",
|
2022-03-17 08:41:34 -04:00
|
|
|
"itoa",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
2022-03-17 08:41:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http-range"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.7.1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2022-03-17 08:41:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-03-11 16:02:25 -05:00
|
|
|
[[package]]
|
|
|
|
name = "humantime-serde"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.8.1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2021-07-24 08:09:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "infer"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.8.0"
|
2021-07-24 08:09:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "16f98856089d7ef1e861afada561bc23897918cfdfda49fe4f90ae9152ac86c3"
|
2021-07-24 08:09:11 -04:00
|
|
|
|
2021-11-07 08:06:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-17 08:41:34 -04:00
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.3"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.2"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2022-03-11 18:02:36 -05:00
|
|
|
[[package]]
|
2022-03-17 08:41:34 -04:00
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.24"
|
2022-03-11 18:02:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2022-03-11 18:02:36 -05:00
|
|
|
|
2021-10-12 12:35:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.3.57"
|
2021-10-12 12:35:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
2021-10-12 12:35:06 -04:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.3.2"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-11-06 17:49:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "2.3.0"
|
2021-11-06 17:49:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "b6b12f2eb6ed7d39405c5eb25a034b4c106a9ad87a6d9be3298de6c5f32fd57d"
|
2021-11-06 17:49:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"lazy-regex-proc_macros",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex-proc_macros"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "2.3.0"
|
2021-11-06 17:49:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "f2496e5264069bc726ccf37eb76b9cd89406ae110d836c3f76729f99c8a23293"
|
2021-11-06 17:49:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-11-07 08:06:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.126"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
|
|
2022-03-17 08:41:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.1.3"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
|
2022-03-17 08:41:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.1.3"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
|
2022-03-17 08:41:34 -04:00
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.4.7"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-05-21 12:54:05 -04:00
|
|
|
"autocfg",
|
2021-07-19 18:35:52 -04:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.4.17"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-27 15:36:31 -04:00
|
|
|
version = "0.1.9"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-27 15:36:31 -04:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "2.5.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "2.0.4"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:10:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.5.1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.6.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-05-21 12:54:05 -04:00
|
|
|
"miow",
|
2021-07-19 18:35:52 -04:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
2021-11-07 08:06:57 -05:00
|
|
|
[[package]]
|
2022-03-17 08:41:34 -04:00
|
|
|
name = "mio"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.8.3"
|
2021-11-07 08:06:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
|
2021-11-07 08:06:57 -05:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"libc",
|
2021-11-07 08:06:57 -05:00
|
|
|
"log",
|
2022-03-17 08:41:34 -04:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-05-21 12:54:05 -04:00
|
|
|
"windows-sys",
|
2021-11-07 08:06:57 -05:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
2022-03-17 08:41:34 -04:00
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.6"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"mio 0.6.23",
|
|
|
|
"slab",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
2022-03-17 08:41:34 -04:00
|
|
|
name = "net2"
|
|
|
|
version = "0.2.37"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "7.1.1"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-02-24 16:10:52 -05:00
|
|
|
"minimal-lexical",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
2021-11-07 08:06:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
|
|
|
version = "4.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
2022-03-17 08:41:34 -04:00
|
|
|
"mio 0.6.23",
|
2021-11-07 08:06:57 -05:00
|
|
|
"mio-extras",
|
|
|
|
"walkdir",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "1.13.1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-24 06:47:24 -04:00
|
|
|
[[package]]
|
2022-03-17 08:41:34 -04:00
|
|
|
name = "num_threads"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.1.6"
|
2021-07-24 06:47:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2022-03-17 08:41:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-07-24 06:47:24 -04:00
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
2022-03-17 08:41:34 -04:00
|
|
|
name = "once_cell"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.11.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "7b10983b38c53aebdf33f542c6275b0f58a238129d00c4ae0e6fb59738d783ca"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.12.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.9.3"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-03-17 08:41:34 -04:00
|
|
|
"windows-sys",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
2022-03-17 08:41:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.7"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
|
2022-03-17 08:41:34 -04:00
|
|
|
|
2022-02-24 16:10:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "petname"
|
2021-11-07 09:19:17 -05:00
|
|
|
version = "1.1.2"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 09:19:17 -05:00
|
|
|
checksum = "9474d20c003131d8945af478b25c8e29477a522e408ae4ca8e8822839f5fd2f2"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"itertools",
|
2022-03-17 08:41:34 -04:00
|
|
|
"rand",
|
2021-11-07 09:19:17 -05:00
|
|
|
"structopt",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.9"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2021-07-19 18:35:52 -04: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-03-11 18:02:36 -05:00
|
|
|
version = "0.2.16"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-11-07 09:19:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2022-03-17 08:41:34 -04:00
|
|
|
"version_check",
|
2021-11-07 09:19:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-03-17 08:41:34 -04:00
|
|
|
"version_check",
|
2021-11-07 09:19:17 -05:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.39"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-05-21 12:54:05 -04:00
|
|
|
"unicode-ident",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.18"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-24 16:10:52 -05:00
|
|
|
version = "0.8.5"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 16:10:52 -05:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-03-17 08:41:34 -04:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-03-17 08:41:34 -04:00
|
|
|
"rand_core",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"getrandom",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.13"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.5.6"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.6.26"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-10-12 12:35:06 -04: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 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2021-12-05 08:09:53 -05:00
|
|
|
version = "0.4.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-05 08:09:53 -05:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"semver",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
2021-11-06 16:55:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.20.6"
|
2021-11-06 16:55:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
|
2021-11-06 16:55:55 -04:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-07-24 13:46:22 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustypaste"
|
2022-03-25 17:54:15 -04:00
|
|
|
version = "0.7.0"
|
2021-07-24 13:46:22 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-files",
|
|
|
|
"actix-multipart",
|
2021-11-06 16:55:55 -04:00
|
|
|
"actix-rt",
|
2021-07-24 13:46:22 -04:00
|
|
|
"actix-web",
|
2022-03-17 08:41:34 -04:00
|
|
|
"awc",
|
2021-07-24 13:46:22 -04:00
|
|
|
"byte-unit",
|
|
|
|
"config",
|
|
|
|
"dotenv",
|
|
|
|
"env_logger",
|
|
|
|
"futures-util",
|
2021-08-27 08:54:23 -04:00
|
|
|
"glob",
|
2021-11-07 08:06:57 -05:00
|
|
|
"hotwatch",
|
2021-08-27 08:54:23 -04:00
|
|
|
"humantime",
|
2022-03-11 16:02:25 -05:00
|
|
|
"humantime-serde",
|
2021-07-24 13:46:22 -04:00
|
|
|
"infer",
|
2021-11-06 17:49:31 -04:00
|
|
|
"lazy-regex",
|
2021-07-24 13:46:22 -04:00
|
|
|
"log",
|
2021-08-09 15:28:33 -04:00
|
|
|
"mime",
|
2021-07-24 13:46:22 -04:00
|
|
|
"petname",
|
2022-03-17 08:41:34 -04:00
|
|
|
"rand",
|
2021-08-09 15:28:33 -04:00
|
|
|
"regex",
|
2021-10-12 12:35:06 -04:00
|
|
|
"ring",
|
2021-07-24 13:48:15 -04:00
|
|
|
"serde",
|
2021-08-09 15:28:33 -04:00
|
|
|
"serde_regex",
|
2021-08-04 10:35:54 -04:00
|
|
|
"url",
|
2021-07-24 13:46:22 -04:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.10"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-11-07 08:06:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-11-06 16:55:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.7.0"
|
2021-11-06 16:55:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2021-11-06 16:55:55 -04:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.9"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.137"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.137"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.81"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"itoa",
|
2021-07-19 18:35:52 -04:00
|
|
|
"ryu",
|
2021-07-24 13:48:15 -04:00
|
|
|
"serde",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
2021-08-09 15:28:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_regex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "0.7.1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2022-03-17 08:41:34 -04:00
|
|
|
"itoa",
|
2021-07-19 18:35:52 -04:00
|
|
|
"ryu",
|
2021-07-24 13:48:15 -04:00
|
|
|
"serde",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.10.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
2022-03-11 18:02:36 -05:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.4.6"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "1.8.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.4.4"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-10-12 12:35:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-11-07 09:19:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "0.3.26"
|
2021-11-07 09:19:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2021-11-07 09:19:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
|
|
|
version = "0.4.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"heck",
|
2021-11-07 09:19:17 -05:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.0.95"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-21 12:54:05 -04:00
|
|
|
"unicode-ident",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "1.1.3"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-03-25 17:07:57 -04:00
|
|
|
version = "0.3.9"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 17:07:57 -04:00
|
|
|
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"itoa",
|
2021-07-19 18:35:52 -04:00
|
|
|
"libc",
|
2022-03-17 08:41:34 -04:00
|
|
|
"num_threads",
|
2021-07-19 18:35:52 -04:00
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2022-03-25 17:07:57 -04:00
|
|
|
version = "0.2.4"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 17:07:57 -04:00
|
|
|
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.6.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "1.18.2"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"bytes",
|
2021-07-19 18:35:52 -04:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-05-21 12:54:05 -04:00
|
|
|
"mio 0.8.3",
|
2022-03-17 08:41:34 -04:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
2021-07-19 18:35:52 -04:00
|
|
|
"signal-hook-registry",
|
2022-03-17 08:41:34 -04:00
|
|
|
"socket2",
|
2021-07-19 18:35:52 -04:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-07-24 06:47:24 -04:00
|
|
|
[[package]]
|
2021-11-06 16:55:55 -04:00
|
|
|
name = "tokio-rustls"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.23.4"
|
2021-07-24 06:47:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2021-07-24 06:47:24 -04:00
|
|
|
dependencies = [
|
2021-11-06 16:55:55 -04:00
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
2021-07-24 06:47:24 -04:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.7.2"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
|
2022-03-17 08:41:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
2021-11-06 16:55:55 -04:00
|
|
|
"tokio",
|
2022-05-21 12:54:05 -04:00
|
|
|
"tracing",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.5.9"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2021-07-23 15:52:00 -04:00
|
|
|
dependencies = [
|
2021-07-24 13:48:15 -04:00
|
|
|
"serde",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.1.34"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"log",
|
2022-03-17 08:41:34 -04:00
|
|
|
"pin-project-lite",
|
2022-05-21 12:54:05 -04:00
|
|
|
"tracing-attributes",
|
2021-07-19 18:35:52 -04:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2022-05-21 12:54:05 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.1.26"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"unchecked-index",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "1.15.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unchecked-index"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"version_check",
|
2021-07-23 15:52:00 -04:00
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "1.9.0"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-11-17 11:42:45 -05:00
|
|
|
version = "0.1.9"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-17 11:42:45 -05:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-07-23 15:52:00 -04:00
|
|
|
|
2021-10-12 12:35:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
2022-03-25 17:07:57 -04:00
|
|
|
version = "0.1.6"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 17:07:57 -04:00
|
|
|
checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
|
2021-07-23 15:52:00 -04:00
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-03-11 18:02:36 -05:00
|
|
|
version = "0.9.4"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 18:02:36 -05:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-11-07 08:06:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-07-23 15:52:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-07-23 15:52:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-07-23 15:52:00 -04:00
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.80"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.80"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.80"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.80"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.2.80"
|
2021-10-12 12:35:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
2021-10-12 12:35:06 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.3.57"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
2021-10-12 12:35:06 -04:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2021-07-19 18:35:52 -04:00
|
|
|
|
2021-11-06 16:55:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2022-03-17 08:41:34 -04:00
|
|
|
version = "0.22.0"
|
2021-11-06 16:55:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 08:41:34 -04:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2021-11-06 16:55:55 -04:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.22.3"
|
2021-11-06 16:55:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
|
2021-11-06 16:55:55 -04:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
|
|
|
[[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-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-17 08:41:34 -04:00
|
|
|
name = "windows-sys"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.36.1"
|
2021-07-19 18:35:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
2021-07-19 18:35:52 -04:00
|
|
|
dependencies = [
|
2022-03-17 08:41:34 -04:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
2021-07-19 18:35:52 -04:00
|
|
|
]
|
|
|
|
|
2022-03-17 08:41:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.36.1"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
2022-03-17 08:41:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.36.1"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
2022-03-17 08:41:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.36.1"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
2022-03-17 08:41:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.36.1"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
2022-03-17 08:41:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.36.1"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
2022-03-17 08:41:34 -04:00
|
|
|
|
2021-07-19 18:35:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
2021-07-23 15:52:00 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2022-03-17 08:41:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "0.10.2+zstd.1.5.2"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"
|
2022-03-17 08:41:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2022-05-21 12:54:05 -04:00
|
|
|
version = "4.1.6+zstd.1.5.2"
|
2022-03-17 08:41:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 12:54:05 -04:00
|
|
|
checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"
|
2022-03-17 08:41:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "1.6.3+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|