2020-09-12 12:26:07 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-04-30 11:01:47 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-09-12 12:26:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.1.0"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-01-06 16:28:09 +00:00
|
|
|
version = "0.13.0"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-06 16:28:09 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.3.2"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "3.9.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
2021-01-06 16:28:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.1.0"
|
2021-01-06 16:28:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-01-06 16:28:09 +00:00
|
|
|
|
2020-09-12 12:26:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.73"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
2021-01-06 16:28:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-09-12 12:26:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.9.3"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.8.3"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.8.31"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-06 16:28:09 +00:00
|
|
|
name = "form_urlencoded"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2021-01-06 16:28:09 +00:00
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.21"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.21"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.21"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.21"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.21"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
2022-04-30 11:01:47 +00:00
|
|
|
"pin-project-lite",
|
2020-09-12 12:26:07 +00:00
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.13"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"bytes",
|
2020-09-12 12:26:07 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.11.2"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
2021-01-06 16:28:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.1.19"
|
2021-01-06 16:28:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-01-06 16:28:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-09-12 12:26:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.7"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"bytes",
|
2020-09-12 12:26:07 +00:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.4.4"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"bytes",
|
2020-09-12 12:26:07 +00:00
|
|
|
"http",
|
2022-04-30 11:01:47 +00:00
|
|
|
"pin-project-lite",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.7.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
2021-01-06 16:28:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.2"
|
2021-01-06 16:28:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-01-06 16:28:09 +00:00
|
|
|
|
2020-09-12 12:26:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.14.18"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"bytes",
|
2020-09-12 12:26:07 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
2021-01-06 16:28:09 +00:00
|
|
|
"httpdate",
|
2020-09-12 12:26:07 +00:00
|
|
|
"itoa",
|
2022-04-30 11:01:47 +00:00
|
|
|
"pin-project-lite",
|
2020-09-12 12:26:07 +00:00
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2021-01-06 16:28:09 +00:00
|
|
|
version = "0.5.0"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-06 16:28:09 +00:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"bytes",
|
2020-09-12 12:26:07 +00:00
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2021-01-06 16:28:09 +00:00
|
|
|
"tokio-native-tls",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.3"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.8.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2022-04-30 11:01:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-09-12 12:26:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "2.5.0"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.57"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-30 11:01:47 +00:00
|
|
|
version = "0.2.125"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.4.16"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"cfg-if",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.1.9"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "2.4.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.8.2"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
2021-01-06 16:28:09 +00:00
|
|
|
"ntapi",
|
2022-04-30 11:01:47 +00:00
|
|
|
"wasi",
|
2021-01-06 16:28:09 +00:00
|
|
|
"winapi",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.7"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2021-01-06 16:28:09 +00:00
|
|
|
"winapi",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.10"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nhentairs"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.5.6"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2021-01-06 16:28:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.7"
|
2021-01-06 16:28:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2021-01-06 16:28:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.13.1"
|
2021-01-06 16:28:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2021-01-06 16:28:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
2022-04-30 11:01:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
|
|
|
|
2020-09-12 12:26:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.10.38"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-04-30 11:01:47 +00:00
|
|
|
"cfg-if",
|
2020-09-12 12:26:07 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2022-04-30 11:01:47 +00:00
|
|
|
"once_cell",
|
2020-09-12 12:26:07 +00:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.1.5"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.9.72"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.9"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.25"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.37"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.18"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-30 11:01:47 +00:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.13"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"bitflags",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
2021-01-06 16:28:09 +00:00
|
|
|
"winapi",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.11.10"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2022-04-30 11:01:47 +00:00
|
|
|
"bytes",
|
2020-09-12 12:26:07 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-04-30 11:01:47 +00:00
|
|
|
"h2",
|
2020-09-12 12:26:07 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
2022-04-30 11:01:47 +00:00
|
|
|
"serde_json",
|
2020-09-12 12:26:07 +00:00
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2021-01-06 16:28:09 +00:00
|
|
|
"tokio-native-tls",
|
2020-09-12 12:26:07 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.9"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2021-01-06 16:28:09 +00:00
|
|
|
"winapi",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "2.6.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "2.6.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.136"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.136"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.79"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.7.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2021-01-06 16:28:09 +00:00
|
|
|
"form_urlencoded",
|
2020-09-12 12:26:07 +00:00
|
|
|
"itoa",
|
2021-01-06 16:28:09 +00:00
|
|
|
"ryu",
|
2020-09-12 12:26:07 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.4.6"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.4.4"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-01-06 16:28:09 +00:00
|
|
|
"winapi",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.0.92"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "3.3.0"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2020-09-12 12:26:07 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
2021-01-06 16:28:09 +00:00
|
|
|
"winapi",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "1.18.0"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"bytes",
|
2021-01-06 16:28:09 +00:00
|
|
|
"libc",
|
2020-09-12 12:26:07 +00:00
|
|
|
"memchr",
|
|
|
|
"mio",
|
2021-01-06 16:28:09 +00:00
|
|
|
"num_cpus",
|
2022-04-30 11:01:47 +00:00
|
|
|
"once_cell",
|
2020-09-12 12:26:07 +00:00
|
|
|
"pin-project-lite",
|
2022-04-30 11:01:47 +00:00
|
|
|
"socket2",
|
|
|
|
"winapi",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-06 16:28:09 +00:00
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-06 16:28:09 +00:00
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.7.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"bytes",
|
2020-09-12 12:26:07 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-04-30 11:01:47 +00:00
|
|
|
"tracing",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.1.34"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
2020-09-12 12:26:07 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-30 11:01:47 +00:00
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.21"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-30 11:01:47 +00:00
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.26"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
2021-01-06 16:28:09 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"lazy_static",
|
2021-01-06 16:28:09 +00:00
|
|
|
]
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-06 16:28:09 +00:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-06 16:28:09 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.8"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.1.19"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.2"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "2.2.2"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2021-01-06 16:28:09 +00:00
|
|
|
"form_urlencoded",
|
2020-09-12 12:26:07 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.15"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.80"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"cfg-if",
|
2020-09-12 12:26:07 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.80"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.4.30"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2022-04-30 11:01:47 +00:00
|
|
|
"cfg-if",
|
2020-09-12 12:26:07 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.80"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.80"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.2.80"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
2020-09-12 12:26:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.3.57"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.10.1"
|
2020-09-12 12:26:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 11:01:47 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2020-09-12 12:26:07 +00:00
|
|
|
dependencies = [
|
2021-01-06 16:28:09 +00:00
|
|
|
"winapi",
|
2020-09-12 12:26:07 +00:00
|
|
|
]
|