2022-02-12 16:32:51 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-06-13 08:20:31 -04:00
|
|
|
"tokio-util 0.7.3",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-07-24 13:23:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-files"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d832782fac6ca7369a70c9ee9a20554623c5e51c76e190ad151780ebea1cf689"
|
|
|
|
dependencies = [
|
|
|
|
"actix-http",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
|
|
|
"askama_escape",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
|
|
|
"http-range",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-06-09 12:59:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-grants-proc-macro"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48df3c1e0019e6f46bf3277e9b339688f476ccd9f5d5161419fdd305648fcac2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2022-07-02 17:01:51 -04:00
|
|
|
version = "3.2.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 17:01:51 -04:00
|
|
|
checksum = "6f9ffb6db08c1c3a1f4aef540f1a63193adc73c4fbd40b75a95fc8c5258f6e51"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2022-06-16 12:14:58 -04:00
|
|
|
"ahash 0.7.6",
|
2022-06-06 17:07:11 -04:00
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"brotli",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"local-channel",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-06-16 12:14:58 -04:00
|
|
|
"rand 0.8.5",
|
2022-06-13 08:20:31 -04:00
|
|
|
"sha1",
|
2022-06-06 17:07:11 -04:00
|
|
|
"smallvec",
|
2022-06-13 08:20:31 -04:00
|
|
|
"tracing",
|
2022-06-06 17:07:11 -04:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-22 12:00:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9edfb0e7663d7fe18c8d5b668c9c1bcf79176b1dcc9d4da9592503209a6bfb0"
|
|
|
|
dependencies = [
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
|
|
|
"httparse",
|
|
|
|
"local-waker",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"twoway",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
|
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
|
|
|
"firestorm",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
|
|
|
version = "2.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
|
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-06-20 12:11:12 -04:00
|
|
|
"mio 0.8.4",
|
2022-06-06 17:07:11 -04:00
|
|
|
"num_cpus",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"paste",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
|
|
|
|
dependencies = [
|
|
|
|
"local-waker",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2022-06-13 08:20:31 -04:00
|
|
|
version = "4.1.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:20:31 -04:00
|
|
|
checksum = "a27e8fe9ba4ae613c21f677c2cfaf0696c3744030c6f485b34634e502d6bb379"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-macros",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web-codegen",
|
2022-06-16 12:14:58 -04:00
|
|
|
"ahash 0.7.6",
|
2022-06-06 17:07:11 -04:00
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cookie",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"smallvec",
|
|
|
|
"socket2",
|
2022-08-10 04:07:10 -04:00
|
|
|
"time 0.3.13",
|
2022-06-06 17:07:11 -04:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2022-06-13 08:20:31 -04:00
|
|
|
version = "4.0.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:20:31 -04:00
|
|
|
checksum = "5f270541caec49c15673b0af0e9a00143421ad4f118d2df7edcb68b627632f56"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-router",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-09 12:59:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-web-grants"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef8ecad01ac8f2e4d0355a825e141c2077bba4d4e7bf740da34810a4aa872aea"
|
|
|
|
dependencies = [
|
|
|
|
"actix-grants-proc-macro",
|
|
|
|
"actix-web",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-httpauth"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08c25a48b4684f90520183cd1a688e5f4f7e9905835fa75d02c0fe4f60fcdbe6"
|
|
|
|
dependencies = [
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
|
|
|
"base64",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
|
|
|
|
dependencies = [
|
|
|
|
"const-random",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2022-06-20 12:11:12 -04:00
|
|
|
"getrandom 0.2.7",
|
2022-06-06 17:07:11 -04:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04: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-08-10 04:07:10 -04:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
2022-06-29 11:45:31 -04:00
|
|
|
version = "0.4.1"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 11:45:31 -04:00
|
|
|
checksum = "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73"
|
2022-06-07 16:05:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
2022-07-24 13:23:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "askama_escape"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-attributes"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2022-08-10 04:07:10 -04:00
|
|
|
version = "1.7.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 04:07:10 -04:00
|
|
|
checksum = "4b31b87a3367ed04dbcbc252bce3f2a8172fef861d47177524c503c908dff2c6"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2022-06-21 17:10:38 -04:00
|
|
|
version = "2.2.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 17:10:38 -04:00
|
|
|
checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
2022-06-21 17:10:38 -04:00
|
|
|
"num_cpus",
|
2022-06-16 12:14:58 -04:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
|
|
|
"slab",
|
|
|
|
"socket2",
|
|
|
|
"waker-fn",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2022-06-20 12:11:12 -04:00
|
|
|
version = "1.12.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 12:11:12 -04:00
|
|
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-attributes",
|
|
|
|
"async-channel",
|
|
|
|
"async-global-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2022-07-24 13:23:52 -04:00
|
|
|
"crossbeam-utils 0.8.11",
|
2022-06-16 12:14:58 -04:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2022-07-10 10:23:02 -04:00
|
|
|
version = "4.3.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 10:23:02 -04:00
|
|
|
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
2022-06-16 12:14:58 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.1.57"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asynchronous-codec"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
2022-07-27 11:58:56 -04:00
|
|
|
version = "1.0.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 11:58:56 -04:00
|
|
|
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2022-06-27 05:46:28 -04:00
|
|
|
version = "1.5.1"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-27 05:46:28 -04:00
|
|
|
checksum = "3bdca834647821e0b13d9539a8634eb62d3501b6b6c2cec1722786ee6671b851"
|
2022-06-07 16:05:35 -04:00
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-06-13 08:02:55 -04:00
|
|
|
version = "3.10.0"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:02:55 -04:00
|
|
|
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.2.1"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2022-06-13 08:20:31 -04:00
|
|
|
version = "1.1.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:20:31 -04:00
|
|
|
checksum = "86b6a75fd3048808ef06af5cd79712be8111960adaf89d90250974b38fc3928a"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.73"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2022-08-10 04:07:10 -04:00
|
|
|
version = "0.4.21"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 04:07:10 -04:00
|
|
|
checksum = "3f725f340c3854e3cb3ab736dc21f0cca183303acea3b3ffec30f141503ac8eb"
|
2022-06-23 16:39:13 -04:00
|
|
|
dependencies = [
|
2022-08-10 04:07:10 -04:00
|
|
|
"iana-time-zone",
|
2022-08-07 12:00:20 -04:00
|
|
|
"js-sys",
|
2022-06-23 16:39:13 -04:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time 0.1.44",
|
2022-08-07 12:00:20 -04:00
|
|
|
"wasm-bindgen",
|
2022-06-23 16:39:13 -04:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "3.2.16"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
2022-04-19 11:44:14 -04:00
|
|
|
"clap_lex",
|
2022-02-13 15:26:41 -05:00
|
|
|
"indexmap",
|
2022-06-20 12:11:12 -04:00
|
|
|
"once_cell",
|
2022-05-23 10:29:55 -04:00
|
|
|
"strsim",
|
2022-02-13 15:26:41 -05:00
|
|
|
"termcolor",
|
2022-05-23 10:29:55 -04:00
|
|
|
"textwrap",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "3.2.15"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"heck",
|
2022-02-13 15:26:41 -05:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-19 11:44:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-06-29 11:45:31 -04:00
|
|
|
version = "0.2.4"
|
2022-04-19 11:44:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 11:45:31 -04:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-04-19 11:44:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.2.4"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-random"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f590d95d011aa80b063ffe3253422ed5aa462af4e9867d43ce8337562bac77c4"
|
|
|
|
dependencies = [
|
|
|
|
"const-random-macro",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-random-macro"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "615f6e27d000a2bffbc7f2f6a8669179378fa27ee4d0a509e985dfc0a7defb40"
|
|
|
|
dependencies = [
|
2022-06-20 12:11:12 -04:00
|
|
|
"getrandom 0.2.7",
|
2022-06-16 12:14:58 -04:00
|
|
|
"lazy_static",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"tiny-keccak",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -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"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
2022-08-10 04:07:10 -04:00
|
|
|
"time 0.3.13",
|
2022-06-06 17:07:11 -04:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
2022-07-27 11:58:56 -04:00
|
|
|
version = "3.0.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 11:58:56 -04:00
|
|
|
checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
2022-07-27 11:58:56 -04:00
|
|
|
version = "2.1.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 11:58:56 -04:00
|
|
|
checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-23 15:25:14 -05:00
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"crossbeam-channel 0.4.4",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-queue 0.2.3",
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
"maybe-uninit",
|
|
|
|
]
|
|
|
|
|
2022-04-18 07:31:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "0.5.6"
|
2022-04-18 07:31:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
2022-04-18 07:31:43 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-07-24 13:23:52 -04:00
|
|
|
"crossbeam-utils 0.8.11",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
"maybe-uninit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
"lazy_static",
|
|
|
|
"maybe-uninit",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
"maybe-uninit",
|
2022-04-18 07:31:43 -04:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "0.3.6"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-07-24 13:23:52 -04:00
|
|
|
"crossbeam-utils 0.8.11",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"lazy_static",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-04-18 07:31:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "0.8.11"
|
2022-04-18 07:31:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
|
2022-04-18 07:31:43 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-06-20 12:11:12 -04:00
|
|
|
"once_cell",
|
2022-04-18 07:31:43 -04:00
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-18 10:39:22 -04:00
|
|
|
version = "0.1.6"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 10:39:22 -04:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.1.23"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "3.11.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f260e2fc850179ef410018660006951c1b55b79e8087e87111a2c388994b9b5"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.3.8",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2022-06-07 16:05:35 -04:00
|
|
|
"subtle",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-08-08 05:21:24 -04:00
|
|
|
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.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dotenvy"
|
|
|
|
version = "0.15.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "7e851a83c30366fd01d75b913588e95e74a1705c1ecc5d58b1f8e1a6d556525f"
|
|
|
|
dependencies = [
|
|
|
|
"dirs",
|
|
|
|
]
|
2022-06-06 17:07:11 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-07-02 17:01:51 -04:00
|
|
|
version = "1.7.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 17:01:51 -04:00
|
|
|
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-04-02 16:15:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "email-encoding"
|
2022-07-02 17:01:51 -04:00
|
|
|
version = "0.1.3"
|
2022-04-02 16:15:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 17:01:51 -04:00
|
|
|
checksum = "34dd14c63662e0206599796cd5e1ad0268ab2b9d19b868d6050d688eba2bbf98"
|
2022-04-02 16:15:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2022-06-13 08:02:55 -04:00
|
|
|
"memchr",
|
2022-04-02 16:15:30 -04:00
|
|
|
]
|
|
|
|
|
2022-06-13 08:02:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "email_address"
|
2022-08-10 04:07:10 -04:00
|
|
|
version = "0.2.3"
|
2022-06-13 08:02:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 04:07:10 -04:00
|
|
|
checksum = "b1b32a7a2580c4473f10f66b512c34bdd7d33c5e3473227ca833abdb5afe4809"
|
2022-06-13 08:02:55 -04:00
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "enum-primitive-derive"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c375b9c5eadb68d0a6efee2999fef292f45854c3444c86f09d8ab086ba942b0e"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "2.5.3"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "faccess"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "1.8.0"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
2022-06-23 16:39:13 -04:00
|
|
|
name = "ffplayout"
|
2022-07-29 06:28:34 -04:00
|
|
|
version = "0.14.0"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
2022-06-21 17:10:38 -04:00
|
|
|
"clap",
|
2022-07-24 13:23:52 -04:00
|
|
|
"crossbeam-channel 0.5.6",
|
2022-06-21 17:10:38 -04:00
|
|
|
"ffplayout-lib",
|
2022-06-23 16:39:13 -04:00
|
|
|
"futures",
|
|
|
|
"jsonrpc-http-server",
|
|
|
|
"notify",
|
2022-06-21 17:10:38 -04:00
|
|
|
"openssl",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simplelog",
|
2022-06-23 16:39:13 -04:00
|
|
|
"zeromq",
|
2022-06-21 17:10:38 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-06-23 16:39:13 -04:00
|
|
|
name = "ffplayout-api"
|
2022-08-07 12:00:20 -04:00
|
|
|
version = "0.5.2"
|
2022-06-21 17:10:38 -04:00
|
|
|
dependencies = [
|
2022-07-24 13:23:52 -04:00
|
|
|
"actix-files",
|
2022-06-23 16:39:13 -04:00
|
|
|
"actix-multipart",
|
|
|
|
"actix-web",
|
|
|
|
"actix-web-grants",
|
|
|
|
"actix-web-httpauth",
|
|
|
|
"argon2",
|
2022-07-27 11:58:56 -04:00
|
|
|
"chrono",
|
2022-05-23 10:29:55 -04:00
|
|
|
"clap",
|
2022-06-23 16:39:13 -04:00
|
|
|
"derive_more",
|
2022-06-06 17:07:11 -04:00
|
|
|
"faccess",
|
2022-06-21 17:10:38 -04:00
|
|
|
"ffplayout-lib",
|
2022-06-23 16:39:13 -04:00
|
|
|
"futures-util",
|
|
|
|
"jsonwebtoken",
|
|
|
|
"once_cell",
|
2022-06-16 12:14:58 -04:00
|
|
|
"rand 0.8.5",
|
2022-06-23 16:39:13 -04:00
|
|
|
"relative-path",
|
2022-06-01 03:45:31 -04:00
|
|
|
"reqwest",
|
2022-06-27 08:10:29 -04:00
|
|
|
"rpassword",
|
2022-06-23 16:39:13 -04:00
|
|
|
"sanitize-filename",
|
2022-02-12 16:32:51 -05:00
|
|
|
"serde",
|
2022-02-15 11:27:06 -05:00
|
|
|
"serde_json",
|
2022-02-12 16:32:51 -05:00
|
|
|
"serde_yaml",
|
2022-02-23 12:06:40 -05:00
|
|
|
"simplelog",
|
2022-06-23 16:39:13 -04:00
|
|
|
"sqlx",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-06-21 17:10:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ffplayout-lib"
|
2022-07-29 06:28:34 -04:00
|
|
|
version = "0.14.0"
|
2022-06-21 17:10:38 -04:00
|
|
|
dependencies = [
|
2022-07-27 11:58:56 -04:00
|
|
|
"chrono",
|
2022-07-24 13:23:52 -04:00
|
|
|
"crossbeam-channel 0.5.6",
|
2022-06-21 17:10:38 -04:00
|
|
|
"ffprobe",
|
|
|
|
"file-rotate",
|
|
|
|
"jsonrpc-http-server",
|
|
|
|
"lettre",
|
|
|
|
"log",
|
|
|
|
"notify",
|
|
|
|
"openssl",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"shlex",
|
|
|
|
"simplelog",
|
2022-08-10 04:07:10 -04:00
|
|
|
"time 0.3.13",
|
2022-06-21 17:10:38 -04:00
|
|
|
"walkdir",
|
2022-08-10 04:07:10 -04:00
|
|
|
"winapi 0.3.9",
|
2022-06-21 17:10:38 -04:00
|
|
|
]
|
|
|
|
|
2022-02-15 11:27:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ffprobe"
|
2022-04-26 07:47:52 -04:00
|
|
|
version = "0.3.2"
|
2022-02-15 11:27:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 07:47:52 -04:00
|
|
|
checksum = "4151d364a3709c400c4aaca1988324f02dfde8d3e2e8543176e596d39eb414ac"
|
2022-02-15 11:27:06 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "file-rotate"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.7.0"
|
2022-07-27 11:58:56 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "8a9135a7f0c84014f3e46849b952f24725ce809ab8ab273ba67089650992ede7"
|
2022-02-23 15:25:14 -05:00
|
|
|
dependencies = [
|
2022-07-27 11:58:56 -04:00
|
|
|
"chrono",
|
2022-02-23 15:25:14 -05:00
|
|
|
"flate2",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2022-07-02 17:01:51 -04:00
|
|
|
version = "0.2.17"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 17:01:51 -04:00
|
|
|
checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-14 15:33:17 -05:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2022-07-02 17:01:51 -04:00
|
|
|
"windows-sys",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "firestorm"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c5f6c2c942da57e2aaaa84b8a521489486f14e75e7fa91dab70aba913975f98"
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-05-29 15:35:21 -04:00
|
|
|
version = "1.0.24"
|
2022-02-23 15:25:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-29 15:35:21 -04:00
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
2022-02-23 15:25:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "0.10.14"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project",
|
2022-07-18 10:39:22 -04:00
|
|
|
"spin 0.9.4",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -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",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2022-02-28 12:01:17 -05:00
|
|
|
version = "2.0.1"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05: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"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
|
|
|
dependencies = [
|
2022-04-05 11:07:34 -04:00
|
|
|
"futures-channel",
|
2022-03-12 16:18:49 -05:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2022-04-05 11:07:34 -04:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2022-03-12 16:18:49 -05:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2022-03-12 16:18:49 -05:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.14.6"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-06-20 12:11:12 -04:00
|
|
|
version = "0.2.7"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 12:11:12 -04:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-14 15:33:17 -05:00
|
|
|
"libc",
|
2022-06-20 12:11:12 -04:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2022-06-13 08:02:55 -04:00
|
|
|
version = "0.4.9"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:02:55 -04:00
|
|
|
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-06-13 08:02:55 -04:00
|
|
|
"tokio-util 0.7.3",
|
2022-06-01 03:45:31 -04:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-27 11:58:56 -04:00
|
|
|
version = "0.12.3"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 11:58:56 -04:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2022-06-16 12:14:58 -04:00
|
|
|
"ahash 0.7.6",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2022-07-27 11:58:56 -04:00
|
|
|
version = "0.8.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 11:58:56 -04:00
|
|
|
checksum = "d452c155cb93fecdfb02a73dd57b5d8e442c2063bd7aac72f1bc5e4263a43086"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2022-07-27 11:58:56 -04:00
|
|
|
"hashbrown",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
2022-02-12 16:32:51 -05:00
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2022-02-13 15:26:41 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-06-13 08:02:55 -04:00
|
|
|
version = "0.2.8"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:02:55 -04:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"fnv",
|
2022-05-23 10:29:55 -04:00
|
|
|
"itoa",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-05-24 04:26:17 -04:00
|
|
|
version = "0.4.5"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 04:26:17 -04:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"http",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-07-24 13:23:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http-range"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-04-28 15:45:12 -04:00
|
|
|
version = "1.7.1"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 15:45:12 -04:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-07-10 10:23:02 -04:00
|
|
|
version = "0.14.20"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 10:23:02 -04:00
|
|
|
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-06-01 03:45:31 -04:00
|
|
|
"h2",
|
2022-04-05 11:07:34 -04:00
|
|
|
"http",
|
2022-05-23 10:29:55 -04:00
|
|
|
"http-body",
|
2022-04-05 11:07:34 -04:00
|
|
|
"httparse",
|
2022-05-23 10:29:55 -04:00
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
2022-04-05 11:07:34 -04:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2022-08-10 04:07:10 -04:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.41"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1779539f58004e5dba1c1f093d44325ebeb244bfc04b791acdc0aaeca9c04570"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05: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",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-06-21 17:10:38 -04:00
|
|
|
version = "1.9.1"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 17:10:38 -04:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-07-27 11:58:56 -04:00
|
|
|
"hashbrown",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2022-02-28 12:01:17 -05:00
|
|
|
version = "0.7.1"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
2022-02-14 15:33:17 -05:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2022-02-15 11:27:06 -05:00
|
|
|
[[package]]
|
2022-02-28 12:01:17 -05:00
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-27 16:15:49 -05:00
|
|
|
"libc",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
2022-02-28 12:01:17 -05:00
|
|
|
name = "itoa"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.3"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
|
2022-02-28 12:01:17 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.3.59"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-http-server"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
2022-05-23 10:29:55 -04:00
|
|
|
"hyper",
|
2022-04-05 11:07:34 -04:00
|
|
|
"jsonrpc-core",
|
|
|
|
"jsonrpc-server-utils",
|
|
|
|
"log",
|
|
|
|
"net2",
|
2022-06-06 17:07:11 -04:00
|
|
|
"parking_lot 0.11.2",
|
2022-04-05 11:07:34 -04:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-server-utils"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
|
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"futures",
|
|
|
|
"globset",
|
|
|
|
"jsonrpc-core",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2022-05-23 10:29:55 -04:00
|
|
|
"tokio",
|
2022-04-05 11:07:34 -04:00
|
|
|
"tokio-stream",
|
2022-06-01 03:45:31 -04:00
|
|
|
"tokio-util 0.6.10",
|
2022-04-05 11:07:34 -04:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2022-06-20 12:11:12 -04:00
|
|
|
version = "8.1.1"
|
2022-06-08 12:06:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 12:11:12 -04:00
|
|
|
checksum = "1aa4b4af834c6cfd35d8763d359661b90f2e45d8f750a0849156c7f4671af09c"
|
2022-06-08 12:06:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2022-02-27 16:15:49 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2022-02-27 16:15:49 -05:00
|
|
|
]
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
2022-02-27 16:15:49 -05:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:15:49 -05:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2022-02-14 15:33:17 -05:00
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lettre"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "0.10.1"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "2eabca5e0b4d0e98e7f2243fb5b7520b6af2b65d8f87bcc86f2c75185a6ff243"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2022-04-02 16:15:30 -04:00
|
|
|
"email-encoding",
|
2022-06-13 08:02:55 -04:00
|
|
|
"email_address",
|
2022-03-12 16:18:49 -05:00
|
|
|
"fastrand",
|
|
|
|
"futures-util",
|
|
|
|
"hostname",
|
2022-05-23 10:29:55 -04:00
|
|
|
"httpdate",
|
2022-03-12 16:18:49 -05:00
|
|
|
"idna",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"nom",
|
|
|
|
"once_cell",
|
|
|
|
"quoted_printable",
|
2022-06-13 08:02:55 -04:00
|
|
|
"socket2",
|
2022-03-12 16:18:49 -05:00
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-08-10 04:07:10 -04:00
|
|
|
version = "0.2.129"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 04:07:10 -04:00
|
|
|
checksum = "64de3cc433455c14174d42e554d4027ee631c4d046d43e3ecc6efc4636cdc7a7"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.24.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-06-27 05:46:28 -04:00
|
|
|
version = "0.5.6"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-27 05:46:28 -04:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2022-02-12 16:32:51 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-07 16:17:58 -04:00
|
|
|
version = "0.4.17"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-07 16:17:58 -04:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 1.0.0",
|
2022-06-16 12:14:58 -04:00
|
|
|
"value-bag",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-04-30 18:08:12 -04:00
|
|
|
version = "2.5.0"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 18:08:12 -04:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2022-07-24 13:23:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-06-13 08:02:55 -04:00
|
|
|
version = "0.5.3"
|
2022-02-23 15:25:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:02:55 -04:00
|
|
|
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
|
2022-02-23 15:25:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-02-28 12:01:17 -05:00
|
|
|
version = "0.6.23"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
2022-02-14 15:33:17 -05:00
|
|
|
"libc",
|
|
|
|
"log",
|
2022-05-09 11:34:34 -04:00
|
|
|
"miow",
|
2022-02-28 12:01:17 -05:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-06-20 12:11:12 -04:00
|
|
|
version = "0.8.4"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 12:11:12 -04:00
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-05-09 11:34:34 -04:00
|
|
|
"windows-sys",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
|
|
dependencies = [
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
2022-04-05 11:07:34 -04:00
|
|
|
"mio 0.6.23",
|
2022-02-28 12:01:17 -05:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-03-31 15:46:33 -04:00
|
|
|
version = "0.2.10"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-31 15:46:33 -04:00
|
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
|
|
|
version = "0.2.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-03-17 06:01:12 -04:00
|
|
|
version = "7.1.1"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 06:01:12 -04:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2022-02-28 12:01:17 -05:00
|
|
|
version = "4.0.17"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"filetime",
|
2022-02-28 12:01:17 -05:00
|
|
|
"fsevent",
|
2022-02-14 15:33:17 -05:00
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
2022-04-05 11:07:34 -04:00
|
|
|
"mio 0.6.23",
|
2022-02-28 12:01:17 -05:00
|
|
|
"mio-extras",
|
2022-02-14 15:33:17 -05:00
|
|
|
"walkdir",
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
2022-02-27 16:15:49 -05:00
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-04-30 18:08:12 -04:00
|
|
|
version = "0.1.45"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 18:08:12 -04:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-07 16:17:58 -04:00
|
|
|
version = "0.2.15"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-07 16:17:58 -04:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-07 16:17:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-07-06 11:02:56 -04:00
|
|
|
version = "1.13.0"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 11:02:56 -04:00
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
2022-02-27 16:15:49 -05:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2022-07-10 10:23:02 -04:00
|
|
|
version = "0.10.41"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 10:23:02 -04:00
|
|
|
checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-05-07 16:17:58 -04:00
|
|
|
"openssl-macros",
|
2022-03-12 16:18:49 -05:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2022-05-07 16:17:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
2022-03-15 11:16:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2022-07-06 11:02:56 -04:00
|
|
|
version = "111.22.0+1.1.1q"
|
2022-03-15 11:16:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 11:02:56 -04:00
|
|
|
checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
|
2022-03-15 11:16:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-07-10 10:23:02 -04:00
|
|
|
version = "0.9.75"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 10:23:02 -04:00
|
|
|
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-03-15 11:16:35 -04:00
|
|
|
"openssl-src",
|
2022-03-12 16:18:49 -05:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-07-18 10:39:22 -04:00
|
|
|
version = "6.2.0"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 10:39:22 -04:00
|
|
|
checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-02-23 12:06:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "paris"
|
2022-05-07 16:17:58 -04:00
|
|
|
version = "1.5.13"
|
2022-02-23 12:06:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-07 16:17:58 -04:00
|
|
|
checksum = "2eaf2319cd71dd9ff38c72bebde61b9ea657134abcf26ae4205f54f772a32810"
|
2022-02-23 12:06:40 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2022-06-06 17:07:11 -04:00
|
|
|
"parking_lot_core 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.9.3",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2022-06-29 11:45:31 -04:00
|
|
|
version = "0.4.2"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 11:45:31 -04:00
|
|
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
2022-06-07 16:05:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2022-06-16 12:14:58 -04:00
|
|
|
"rand_core 0.6.3",
|
2022-06-07 16:05:35 -04:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.8"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2022-07-18 10:39:22 -04:00
|
|
|
version = "1.1.0"
|
2022-06-08 12:06:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 10:39:22 -04:00
|
|
|
checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4"
|
2022-06-08 12:06:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-07-02 17:01:51 -04:00
|
|
|
version = "1.0.11"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 17:01:51 -04:00
|
|
|
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-07-02 17:01:51 -04:00
|
|
|
version = "1.0.11"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 17:01:51 -04:00
|
|
|
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-04-28 15:45:12 -04:00
|
|
|
version = "0.2.9"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 15:45:12 -04:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2022-02-27 16:15:49 -05:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-03-31 15:46:33 -04:00
|
|
|
version = "0.3.25"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-31 15:46:33 -04:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wepoll-ffi",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
|
|
|
2022-02-13 15:26:41 -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",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.43"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
2022-05-17 05:31:32 -04:00
|
|
|
"unicode-ident",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.21"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quoted_printable"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fee2dce59f7a43418e3382c766554c614e06a552d53a8f07ef499ea4b332c0f"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-06-16 12:14:58 -04:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
2022-02-14 15:33:17 -05: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-06-16 12:14:58 -04:00
|
|
|
"rand_core 0.6.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
|
dependencies = [
|
2022-06-20 12:11:12 -04:00
|
|
|
"getrandom 0.2.7",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.2.16"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-08-08 05:21:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.7",
|
|
|
|
"redox_syscall",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-07-06 11:02:56 -04:00
|
|
|
version = "1.6.0"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 11:02:56 -04:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-07-06 11:02:56 -04:00
|
|
|
version = "0.6.27"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 11:02:56 -04:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-20 16:19:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2022-07-10 10:23:02 -04:00
|
|
|
version = "1.7.2"
|
2022-06-20 16:19:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 10:23:02 -04:00
|
|
|
checksum = "0df32d82cedd1499386877b062ebe8721f806de80b08d183c70184ef17dd1d42"
|
2022-06-20 16:19:41 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-06-20 12:11:12 -04:00
|
|
|
version = "0.11.11"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 12:11:12 -04:00
|
|
|
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2022-06-20 12:11:12 -04:00
|
|
|
"tower-service",
|
2022-06-01 03:45:31 -04:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -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 0.5.2",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-06-27 08:10:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.11"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
2022-02-12 16:32:51 -05:00
|
|
|
|
2022-02-14 15:33:17 -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",
|
|
|
|
]
|
|
|
|
|
2022-06-22 12:00:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sanitize-filename"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf18934a12018228c5b55a6dae9df5d0641e3566b3630cb46cc55564068e7c2f"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2022-05-18 05:17:08 -04:00
|
|
|
version = "0.1.20"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-18 05:17:08 -04:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-05-18 05:17:08 -04:00
|
|
|
"windows-sys",
|
2022-03-12 16:18:49 -05:00
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "2.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "2.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.13"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-08-10 04:07:10 -04:00
|
|
|
version = "1.0.143"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 04:07:10 -04:00
|
|
|
checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-08-10 04:07:10 -04:00
|
|
|
version = "1.0.143"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 04:07:10 -04:00
|
|
|
checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-15 11:27:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.83"
|
2022-02-15 11:27:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
|
2022-02-15 11:27:06 -05:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"itoa",
|
2022-02-15 11:27:06 -05:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2022-07-18 10:39:22 -04:00
|
|
|
version = "0.8.26"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 10:39:22 -04:00
|
|
|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
2022-06-13 08:20:31 -04:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:20:31 -04:00
|
|
|
checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-03-21 13:06:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
2022-06-06 17:07:11 -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",
|
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
2022-08-10 04:07:10 -04:00
|
|
|
"time 0.3.13",
|
2022-06-08 12:06:40 -04:00
|
|
|
]
|
|
|
|
|
2022-02-23 12:06:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "simplelog"
|
2022-05-07 16:17:58 -04:00
|
|
|
version = "0.12.0"
|
2022-02-23 12:06:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-07 16:17:58 -04:00
|
|
|
checksum = "48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786"
|
2022-02-23 12:06:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"paris",
|
|
|
|
"termcolor",
|
2022-08-10 04:07:10 -04:00
|
|
|
"time 0.3.13",
|
2022-02-23 12:06:40 -05:00
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "0.4.7"
|
2022-02-28 12:01:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-02-28 12:01:17 -05:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-07-02 17:01:51 -04:00
|
|
|
version = "1.9.0"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 17:01:51 -04:00
|
|
|
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-05-12 15:17:26 -04:00
|
|
|
version = "0.4.4"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 15:17:26 -04:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-12 15:17:26 -04:00
|
|
|
"winapi 0.3.9",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2022-07-18 10:39:22 -04:00
|
|
|
version = "0.9.4"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 10:39:22 -04:00
|
|
|
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4b7922be017ee70900be125523f38bdd644f4f06a1b16e8fa5a8ee8c34bffd4"
|
|
|
|
dependencies = [
|
|
|
|
"itertools",
|
|
|
|
"nom",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.6.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "788841def501aabde58d3666fcea11351ec3962e6ea75dbcd05c84a71d68bcd1"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.6.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "8c21d3b5e7cadfe9ba7cdc1295f72cc556c750b4419c27c219c0693198901f8e"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2022-06-16 12:14:58 -04:00
|
|
|
"ahash 0.7.6",
|
2022-06-06 17:07:11 -04:00
|
|
|
"atoi",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"crc",
|
2022-07-24 13:23:52 -04:00
|
|
|
"crossbeam-queue 0.3.6",
|
2022-08-08 05:21:24 -04:00
|
|
|
"dotenvy",
|
2022-06-06 17:07:11 -04:00
|
|
|
"either",
|
|
|
|
"event-listener",
|
|
|
|
"flume",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-util",
|
|
|
|
"hashlink",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlformat",
|
|
|
|
"sqlx-rt",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
|
|
|
"tokio-stream",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.6.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "4adfd2df3557bddd3b91377fc7893e8fa899e9b4061737cbade4e1bb85f1b45c"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2022-08-08 05:21:24 -04:00
|
|
|
"dotenvy",
|
2022-06-06 17:07:11 -04:00
|
|
|
"either",
|
|
|
|
"heck",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sha2",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-rt",
|
|
|
|
"syn",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-rt"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.6.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "7be52fc7c96c136cedea840ed54f7d446ff31ad670c9dea95ebcb998530971a3"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.99"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-17 05:31:32 -04:00
|
|
|
"unicode-ident",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"fastrand",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-03-10 09:03:25 -05:00
|
|
|
version = "1.1.3"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 09:03:25 -05:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-03-10 09:03:25 -05:00
|
|
|
version = "0.15.0"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 09:03:25 -05:00
|
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.32"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.32"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-05-15 13:27:53 -04:00
|
|
|
version = "0.1.44"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 13:27:53 -04:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-15 13:27:53 -04:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
2022-02-27 16:15:49 -05:00
|
|
|
]
|
|
|
|
|
2022-05-07 16:17:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-08-10 04:07:10 -04:00
|
|
|
version = "0.3.13"
|
2022-05-07 16:17:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 04:07:10 -04:00
|
|
|
checksum = "db76ff9fa4b1458b3c7f077f3ff9887394058460d21e634355b273aaf11eea45"
|
2022-05-07 16:17:58 -04:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"itoa",
|
2022-05-07 16:17:58 -04:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-04-26 07:47:52 -04:00
|
|
|
version = "1.6.0"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 07:47:52 -04:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.20.1"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
|
2022-02-27 16:15:49 -05:00
|
|
|
dependencies = [
|
2022-07-18 10:39:22 -04:00
|
|
|
"autocfg",
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-06-20 12:11:12 -04:00
|
|
|
"mio 0.8.4",
|
2022-02-27 16:15:49 -05:00
|
|
|
"num_cpus",
|
2022-04-28 15:45:12 -04:00
|
|
|
"once_cell",
|
2022-06-06 17:07:11 -04:00
|
|
|
"parking_lot 0.12.1",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2022-06-06 17:07:11 -04:00
|
|
|
"signal-hook-registry",
|
2022-05-23 10:29:55 -04:00
|
|
|
"socket2",
|
2022-04-05 11:07:34 -04:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2022-06-13 08:02:55 -04:00
|
|
|
version = "0.1.9"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:02:55 -04:00
|
|
|
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-05-17 05:31:32 -04:00
|
|
|
version = "0.6.10"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-17 05:31:32 -04:00
|
|
|
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-06-13 08:02:55 -04:00
|
|
|
version = "0.7.3"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:02:55 -04:00
|
|
|
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-06-20 12:11:12 -04:00
|
|
|
version = "0.3.2"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 12:11:12 -04:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.1.36"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-06-06 17:07:11 -04:00
|
|
|
"log",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2022-04-05 11:07:34 -04:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.1.29"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2022-06-13 08:02:55 -04:00
|
|
|
"once_cell",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
2022-06-22 12:00:31 -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",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
|
2022-06-22 12:00:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unchecked-index"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-04-28 15:45:12 -04:00
|
|
|
version = "0.3.8"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 15:45:12 -04:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-05-17 05:31:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "1.0.3"
|
2022-05-17 05:31:32 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
2022-05-17 05:31:32 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-07-02 17:01:51 -04:00
|
|
|
version = "0.1.21"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 17:01:51 -04:00
|
|
|
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2022-06-01 03:45:31 -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",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
2022-06-20 12:11:12 -04:00
|
|
|
"getrandom 0.2.7",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
|
|
|
version = "1.0.0-alpha.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
2022-02-14 15:33:17 -05:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-05-15 13:27:53 -04:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 13:27:53 -04:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2022-02-14 15:33:17 -05:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.2.82"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.2.82"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-08 05:21:24 -04:00
|
|
|
"once_cell",
|
2022-06-01 03:45:31 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.4.32"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.2.82"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.2.82"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.2.82"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.3.59"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[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 = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-05-09 11:34:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05: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",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05: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-06-06 17:07:11 -04:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zeromq"
|
|
|
|
version = "0.3.3"
|
2022-08-08 05:21:24 -04:00
|
|
|
source = "git+https://github.com/zeromq/zmq.rs.git#a726e8766b6071028eca966e090b9d62d85fcf6d"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-std",
|
|
|
|
"async-trait",
|
|
|
|
"asynchronous-codec",
|
|
|
|
"bytes",
|
|
|
|
"crossbeam",
|
|
|
|
"dashmap",
|
|
|
|
"enum-primitive-derive",
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"regex",
|
|
|
|
"thiserror",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2022-06-13 08:20:31 -04:00
|
|
|
version = "0.11.2+zstd.1.5.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:20:31 -04:00
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2022-06-13 08:20:31 -04:00
|
|
|
version = "5.0.2+zstd.1.5.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:20:31 -04:00
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2022-06-13 08:20:31 -04:00
|
|
|
version = "2.0.1+zstd.1.5.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:20:31 -04:00
|
|
|
checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|