2020-07-08 19:26:46 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-18 21:22:50 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.5.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2022-02-26 23:34:57 +00:00
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2020-07-08 19:26:46 +00:00
|
|
|
"tokio",
|
2022-04-23 22:37:20 +00:00
|
|
|
"tokio-util",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-files"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.6.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "d81bde9a79336aa51ebed236e91fc1a0528ff67cfdf4f68ca4c61ede9fd26fb5"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"actix-http",
|
2020-07-08 19:26:46 +00:00
|
|
|
"actix-service",
|
2022-02-26 23:34:57 +00:00
|
|
|
"actix-utils",
|
2020-07-08 19:26:46 +00:00
|
|
|
"actix-web",
|
2022-02-26 23:34:57 +00:00
|
|
|
"askama_escape",
|
2020-07-08 19:26:46 +00:00
|
|
|
"bitflags",
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
2020-07-08 19:26:46 +00:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
2022-02-26 23:34:57 +00:00
|
|
|
"http-range",
|
2020-07-08 19:26:46 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
2022-02-26 23:34:57 +00:00
|
|
|
"pin-project-lite",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "3.0.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "a5885cb81a0d4d0d322864bea1bb6c2a8144626b4fdc625d4c51eba197e7797a"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2022-02-26 23:34:57 +00:00
|
|
|
"ahash",
|
2021-03-09 18:59:10 +00:00
|
|
|
"base64",
|
2020-07-08 19:26:46 +00:00
|
|
|
"bitflags",
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
2020-07-08 19:26:46 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
2021-03-09 18:59:10 +00:00
|
|
|
"flate2",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
2022-02-26 23:34:57 +00:00
|
|
|
"httpdate",
|
2021-03-09 18:59:10 +00:00
|
|
|
"itoa",
|
2020-07-08 19:26:46 +00:00
|
|
|
"language-tags",
|
2022-02-26 23:34:57 +00:00
|
|
|
"local-channel",
|
2020-07-08 19:26:46 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2022-02-26 23:34:57 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
2022-04-23 22:37:20 +00:00
|
|
|
"sha-1",
|
2022-02-26 23:34:57 +00:00
|
|
|
"smallvec",
|
|
|
|
"zstd",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.2.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.4.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "c9edfb0e7663d7fe18c8d5b668c9c1bcf79176b1dcc9d4da9592503209a6bfb0"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
2020-07-08 19:26:46 +00:00
|
|
|
"derive_more",
|
2022-02-26 23:34:57 +00:00
|
|
|
"futures-core",
|
2020-07-08 19:26:46 +00:00
|
|
|
"httparse",
|
2022-02-26 23:34:57 +00:00
|
|
|
"local-waker",
|
2020-07-08 19:26:46 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"twoway",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.5.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
2022-02-26 23:34:57 +00:00
|
|
|
"firestorm",
|
2020-07-08 19:26:46 +00:00
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "2.7.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"futures-core",
|
2020-07-08 19:26:46 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "2.1.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2022-02-26 23:34:57 +00:00
|
|
|
"futures-core",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-util",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2022-02-26 23:34:57 +00:00
|
|
|
"socket2",
|
|
|
|
"tokio",
|
2022-04-23 22:37:20 +00:00
|
|
|
"tracing",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "2.0.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"futures-core",
|
|
|
|
"paste",
|
|
|
|
"pin-project-lite",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "3.0.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"local-waker",
|
|
|
|
"pin-project-lite",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "4.0.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-macros",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web-codegen",
|
2022-02-26 23:34:57 +00:00
|
|
|
"ahash",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"cfg-if",
|
2020-07-08 19:26:46 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
2021-03-09 18:59:10 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-02-26 23:34:57 +00:00
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
2020-07-08 19:26:46 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
2022-02-26 23:34:57 +00:00
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
2020-07-08 19:26:46 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2022-02-26 23:34:57 +00:00
|
|
|
"smallvec",
|
|
|
|
"socket2",
|
2022-04-23 22:37:20 +00:00
|
|
|
"time 0.3.9",
|
2020-07-08 19:26:46 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "4.0.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "7525bedf54704abb1d469e88d7e7e9226df73778798a69cea5022d53b2ae91bc"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"actix-router",
|
2020-07-08 19:26:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.0.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.7.6"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"getrandom",
|
2021-03-09 18:59:10 +00:00
|
|
|
"once_cell",
|
2022-02-26 23:34:57 +00:00
|
|
|
"version_check",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.7.18"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "askama_escape"
|
|
|
|
version = "0.10.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "atoi"
|
|
|
|
version = "0.4.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"num-traits",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2022-02-26 23:34:57 +00:00
|
|
|
"winapi",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.1.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2022-02-27 00:50:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.10"
|
2022-02-27 00:50:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
|
2022-02-27 00:50:29 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.13.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.3.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.2"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"generic-array",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "3.9.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-09-09 20:18:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.4.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.1.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-03-09 18:59:10 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.0.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.0.73"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2022-02-27 00:50:29 +00:00
|
|
|
name = "const_fn"
|
|
|
|
version = "0.4.9"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 00:50:29 +00:00
|
|
|
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
2021-03-09 18:59:10 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2021-08-18 21:22:50 +00:00
|
|
|
name = "cpufeatures"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-08-18 21:22:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-03-09 18:59:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.3.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.3.5"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2020-07-08 19:26:46 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.8.8"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2020-07-08 19:26:46 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-02-26 23:34:57 +00:00
|
|
|
"typenum",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "datatrash"
|
2022-04-23 21:40:35 +00:00
|
|
|
version = "1.1.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-files",
|
|
|
|
"actix-multipart",
|
|
|
|
"actix-web",
|
|
|
|
"env_logger",
|
2022-02-26 23:34:57 +00:00
|
|
|
"futures-util",
|
2020-07-13 13:22:33 +00:00
|
|
|
"htmlescape",
|
2020-07-08 19:26:46 +00:00
|
|
|
"log",
|
2021-03-09 22:36:24 +00:00
|
|
|
"mime",
|
2022-02-26 23:34:57 +00:00
|
|
|
"rand",
|
2020-07-08 19:26:46 +00:00
|
|
|
"sqlx",
|
2022-02-27 00:50:29 +00:00
|
|
|
"time 0.2.27",
|
2022-02-26 23:34:57 +00:00
|
|
|
"tokio",
|
2021-03-09 22:36:24 +00:00
|
|
|
"tree_magic_mini",
|
2021-09-09 20:18:42 +00:00
|
|
|
"url",
|
2021-03-09 18:59:10 +00:00
|
|
|
"urlencoding",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.99.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"convert_case",
|
2020-07-08 19:26:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-02-27 00:50:29 +00:00
|
|
|
"rustc_version 0.4.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-26 23:34:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
|
|
|
dependencies = [
|
2022-04-23 22:37:20 +00:00
|
|
|
"block-buffer",
|
2022-02-26 23:34:57 +00:00
|
|
|
"crypto-common",
|
2022-04-23 22:37:20 +00:00
|
|
|
"subtle",
|
2022-02-26 23:34:57 +00:00
|
|
|
]
|
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "4.0.0"
|
2021-08-18 21:22:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
2021-08-18 21:22:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.3.7"
|
2021-08-18 21:22:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2021-08-18 21:22:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2022-02-26 23:34:57 +00:00
|
|
|
"winapi",
|
2021-08-18 21:22:50 +00:00
|
|
|
]
|
|
|
|
|
2022-02-27 00:50:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.6.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.8.31"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.9.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2022-04-23 22:37:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "firestorm"
|
|
|
|
version = "0.5.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "4d3d6188b8804df28032815ea256b6955c9625c24da7525f387a7af02fbb8f01"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-03-09 22:36:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.4.1"
|
2021-03-09 22:36:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
|
2021-03-09 22:36:24 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "flate2"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.0.23"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2021-03-09 18:59:10 +00:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.3.21"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.3.21"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-08-18 21:22:50 +00: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",
|
2022-02-26 23:34:57 +00:00
|
|
|
"parking_lot 0.11.2",
|
2020-09-06 14:19:51 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.3.21"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.3.21"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.3.21"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.3.21"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2022-02-26 23:34:57 +00:00
|
|
|
"pin-project-lite",
|
2020-07-08 19:26:46 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.14.5"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2022-02-26 23:34:57 +00:00
|
|
|
"version_check",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.6"
|
2022-02-26 23:34:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
2022-02-26 23:34:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-04-23 22:37:20 +00:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.3.13"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
2020-07-08 19:26:46 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-04-23 22:37:20 +00:00
|
|
|
"tokio-util",
|
2020-09-06 14:19:51 +00:00
|
|
|
"tracing",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.11.2"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"ahash",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.7.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
]
|
2020-09-06 14:19:51 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.4.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.19"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.4.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2022-04-23 22:37:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.12.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-04-23 22:37:20 +00:00
|
|
|
"digest",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2020-07-13 13:22:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "htmlescape"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.2.6"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
2020-07-08 19:26:46 +00:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2022-02-26 23:34:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-range"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.7.0"
|
2022-02-26 23:34:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
|
2022-02-26 23:34:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "2.1.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.8.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2020-09-06 14:19:51 +00:00
|
|
|
"hashbrown",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.1.12"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"either",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.0.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.24"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"libc",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "js-sys"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.3.57"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"wasm-bindgen",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.3.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.124"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "local-channel"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6246c68cf195087205a0512559c97e15eaf95198bf0e206d662092cdcb03fe9f"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
|
|
|
version = "0.1.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "902eb695eb0591864543cbfbf6d742510642a605a61fc5e97fe6ceb5a30ac4fb"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.4.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-04-23 22:37:20 +00:00
|
|
|
"autocfg",
|
2020-07-08 19:26:46 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.4.16"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.9"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.10.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "658646b21e0b72f7866c7038ab086d3d5e1cd6271f060fd37defb241949d0582"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-04-23 22:37:20 +00:00
|
|
|
"digest",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.4.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "2.0.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-09-09 20:18:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.2.1"
|
2021-09-09 20:18:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-09-09 20:18:42 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.5.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.8.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
2022-02-26 23:34:57 +00:00
|
|
|
"ntapi",
|
2022-04-23 22:37:20 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-02-26 23:34:57 +00:00
|
|
|
"winapi",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.3.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"winapi",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "7.1.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-02-26 23:34:57 +00:00
|
|
|
"minimal-lexical",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.7"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"winapi",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.2.14"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.13.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-26 23:34:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.1.5"
|
2022-02-26 23:34:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
|
2022-02-26 23:34:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.10.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.11.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2020-09-06 14:19:51 +00:00
|
|
|
"instant",
|
2020-07-08 19:26:46 +00:00
|
|
|
"lock_api",
|
2022-02-26 23:34:57 +00:00
|
|
|
"parking_lot_core 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-04-23 22:37:20 +00:00
|
|
|
"parking_lot_core 0.9.2",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.8.5"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2020-09-06 14:19:51 +00:00
|
|
|
"instant",
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-02-26 23:34:57 +00:00
|
|
|
"winapi",
|
2021-03-09 22:36:24 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "parking_lot_core"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.9.2"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "paste"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.0.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2021-03-09 18:59:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "petgraph"
|
|
|
|
version = "0.6.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.2.8"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.2.16"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2022-02-27 00:50:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.0.37"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.0.18"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.8.5"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
2022-02-26 23:34:57 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.3.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-02-26 23:34:57 +00:00
|
|
|
"rand_core",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.6.3"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"getrandom",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.13"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.4.3"
|
2021-08-18 21:22:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-08-18 21:22:50 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"getrandom",
|
2021-08-18 21:22:50 +00:00
|
|
|
"redox_syscall",
|
2022-04-23 22:37:20 +00:00
|
|
|
"thiserror",
|
2021-08-18 21:22:50 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.5.5"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.6.25"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2022-02-26 23:34:57 +00:00
|
|
|
"winapi",
|
2021-08-18 21:22:50 +00:00
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2022-02-27 00:50:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "rustc_version"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.4.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-04-23 22:37:20 +00:00
|
|
|
"semver 1.0.7",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "rustls"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.19.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"base64",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "ryu"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.0.9"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "sct"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.6.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2022-02-27 00:50:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "semver"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.0.7"
|
2021-08-18 21:22:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
|
2021-08-18 21:22:50 +00:00
|
|
|
|
2022-02-27 00:50:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.0.136"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.0.136"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.0.79"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.7.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"form_urlencoded",
|
2020-07-08 19:26:46 +00:00
|
|
|
"itoa",
|
2021-03-09 18:59:10 +00:00
|
|
|
"ryu",
|
2020-07-08 19:26:46 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "sha-1"
|
|
|
|
version = "0.10.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2021-08-18 21:22:50 +00:00
|
|
|
"cpufeatures",
|
2022-04-23 22:37:20 +00:00
|
|
|
"digest",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2022-02-27 00:50:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
dependencies = [
|
|
|
|
"sha1_smol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "sha2"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.10.2"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-04-23 22:37:20 +00:00
|
|
|
"digest",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.4.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.4.6"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.8.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.4.4"
|
2021-08-18 21:22:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-08-18 21:22:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-26 23:34:57 +00:00
|
|
|
"winapi",
|
2021-08-18 21:22:50 +00:00
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.1.8"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "b4b7922be017ee70900be125523f38bdd644f4f06a1b16e8fa5a8ee8c34bffd4"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"itertools",
|
|
|
|
"nom",
|
2021-03-09 18:59:10 +00:00
|
|
|
"unicode_categories",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.5.13"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "551873805652ba0d912fec5bbb0f8b4cdd96baf8e2ebf5970e5671092966019b"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.5.13"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "e48c61941ccf5ddcada342cd59e3e5173b007c509e1e8e990dafc830294d9dc5"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"ahash",
|
2021-03-09 18:59:10 +00:00
|
|
|
"atoi",
|
|
|
|
"base64",
|
2020-07-08 19:26:46 +00:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
2020-07-08 19:26:46 +00:00
|
|
|
"crossbeam-queue",
|
2021-08-18 21:22:50 +00:00
|
|
|
"dirs",
|
2021-03-09 18:59:10 +00:00
|
|
|
"either",
|
2022-04-23 22:37:20 +00:00
|
|
|
"event-listener",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
2021-08-18 21:22:50 +00:00
|
|
|
"futures-intrusive",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-util",
|
2021-03-09 18:59:10 +00:00
|
|
|
"hashlink",
|
2020-07-08 19:26:46 +00:00
|
|
|
"hex",
|
2022-04-23 22:37:20 +00:00
|
|
|
"hkdf",
|
2020-07-08 19:26:46 +00:00
|
|
|
"hmac",
|
2022-02-26 23:34:57 +00:00
|
|
|
"indexmap",
|
2021-03-09 18:59:10 +00:00
|
|
|
"itoa",
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
2021-03-09 18:59:10 +00:00
|
|
|
"once_cell",
|
2022-02-26 23:34:57 +00:00
|
|
|
"paste",
|
2020-07-08 19:26:46 +00:00
|
|
|
"percent-encoding",
|
2022-02-26 23:34:57 +00:00
|
|
|
"rand",
|
2021-03-09 18:59:10 +00:00
|
|
|
"rustls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-04-23 22:37:20 +00:00
|
|
|
"sha-1",
|
2020-07-08 19:26:46 +00:00
|
|
|
"sha2",
|
2021-03-09 18:59:10 +00:00
|
|
|
"smallvec",
|
2020-07-08 19:26:46 +00:00
|
|
|
"sqlformat",
|
2021-03-09 18:59:10 +00:00
|
|
|
"sqlx-rt",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
2022-02-27 00:50:29 +00:00
|
|
|
"time 0.2.27",
|
2022-02-26 23:34:57 +00:00
|
|
|
"tokio-stream",
|
2020-07-08 19:26:46 +00:00
|
|
|
"url",
|
2021-03-09 18:59:10 +00:00
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
"whoami",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.5.13"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "bc0fba2b0cae21fc00fe6046f8baa4c7fcb49e379f0f592b04696607f69ed2e1"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"dotenv",
|
2021-03-09 18:59:10 +00:00
|
|
|
"either",
|
2020-07-08 19:26:46 +00:00
|
|
|
"heck",
|
2021-08-18 21:22:50 +00:00
|
|
|
"once_cell",
|
2020-07-08 19:26:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
2021-03-09 18:59:10 +00:00
|
|
|
"sqlx-rt",
|
2020-07-08 19:26:46 +00:00
|
|
|
"syn",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "sqlx-rt"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.5.13"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "4db708cd3e459078f85f39f96a00960bd841f66ee2a669e90bf36907f5a79aae"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"once_cell",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2022-02-27 00:50:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
|
dependencies = [
|
|
|
|
"discard",
|
|
|
|
"rustc_version 0.2.3",
|
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
|
|
|
version = "0.1.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.4.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-03-09 18:59:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.0.91"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "1.1.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.0.30"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.0.30"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "time"
|
2022-02-27 00:50:29 +00:00
|
|
|
version = "0.2.27"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 00:50:29 +00:00
|
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-27 00:50:29 +00:00
|
|
|
"const_fn",
|
2022-02-26 23:34:57 +00:00
|
|
|
"libc",
|
2022-02-27 00:50:29 +00:00
|
|
|
"standback",
|
|
|
|
"stdweb",
|
|
|
|
"time-macros",
|
|
|
|
"version_check",
|
2022-02-26 23:34:57 +00:00
|
|
|
"winapi",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.3.9"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"itoa",
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
2022-02-26 23:34:57 +00:00
|
|
|
"num_threads",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2022-02-27 00:50:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros-impl"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"standback",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.5.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"tinyvec_macros",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
version = "1.17.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.12.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
|
|
|
"winapi",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "tokio-macros"
|
|
|
|
version = "1.7.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.22.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.8"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "tokio-util"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.7.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"bytes",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-core",
|
2022-02-26 23:34:57 +00:00
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-04-23 22:37:20 +00:00
|
|
|
"tracing",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-23 22:37:20 +00:00
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.34"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-04-23 22:37:20 +00:00
|
|
|
"cfg-if",
|
2020-07-08 19:26:46 +00:00
|
|
|
"log",
|
2022-02-26 23:34:57 +00:00
|
|
|
"pin-project-lite",
|
2022-04-23 22:37:20 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
2022-04-23 22:37:20 +00:00
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.20"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
2022-04-23 22:37:20 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-06 14:19:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.1.26"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-08-18 21:32:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tree_magic_db"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e73fc24a5427b3b15e2b0bcad8ef61b5affb1da8ac89c8bf3f196c8692d57f02"
|
|
|
|
|
2021-03-09 22:36:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tree_magic_mini"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "3.0.3"
|
2021-03-09 22:36:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "91adfd0607cacf6e4babdb870e9bec4037c1c4b151cfd279ccefc5e0c7feaa6d"
|
2021-03-09 22:36:24 +00:00
|
|
|
dependencies = [
|
2021-09-09 20:18:42 +00:00
|
|
|
"bytecount",
|
2021-03-09 22:36:24 +00:00
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
2022-02-26 23:34:57 +00:00
|
|
|
"nom",
|
2021-08-18 21:22:50 +00:00
|
|
|
"once_cell",
|
2021-03-09 22:36:24 +00:00
|
|
|
"petgraph",
|
2021-08-18 21:32:58 +00:00
|
|
|
"tree_magic_db",
|
2021-03-09 22:36:24 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"unchecked-index",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.15.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unchecked-index"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"version_check",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.3.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.19"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.9.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.2.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"form_urlencoded",
|
2020-07-08 19:26:46 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.1.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
|
2021-03-09 18:59:10 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "0.9.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-02-27 00:50:29 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 00:50:29 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-09-06 14:19:51 +00:00
|
|
|
|
2022-04-23 22:37:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.80"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"cfg-if",
|
2020-07-08 19:26:46 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.80"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.80"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.80"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.2.80"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.3.57"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "webpki"
|
|
|
|
version = "0.21.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.21.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
2022-02-26 23:34:57 +00:00
|
|
|
version = "1.2.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 23:34:57 +00:00
|
|
|
checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00: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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-26 23:34:57 +00:00
|
|
|
"winapi",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "windows-sys"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.34.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-26 23:34:57 +00:00
|
|
|
name = "windows_aarch64_msvc"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.34.0"
|
2022-02-26 23:34:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
2022-02-26 23:34:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.34.0"
|
2022-02-26 23:34:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
2022-02-26 23:34:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.34.0"
|
2022-02-26 23:34:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
2022-02-26 23:34:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.34.0"
|
2022-02-26 23:34:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
2022-02-26 23:34:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-04-23 22:37:20 +00:00
|
|
|
version = "0.34.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 22:37:20 +00:00
|
|
|
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|
2022-02-26 23:34:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.10.0+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "4.1.4+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2022-02-26 23:34:57 +00:00
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "1.6.3+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|