|
@@ -21,7 +21,7 @@ version = "0.11.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -30,18 +30,7 @@ version = "0.12.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-trait"
|
|
|
-version = "0.1.41"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b246867b8b3b6ae56035f1eb1ed557c1d8eae97f0d53696138a50fa0e3a3b8c0"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -52,7 +41,7 @@ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
dependencies = [
|
|
|
"hermit-abi",
|
|
|
"libc",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -87,12 +76,6 @@ version = "1.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "bytes"
|
|
|
-version = "0.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "cc"
|
|
|
version = "1.0.61"
|
|
@@ -145,7 +128,7 @@ checksum = "d0fcb4df22ae812fa2f6d5e3b577247584cc67fce06ad0779168d1dd41cbcce3"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
"redox_syscall",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -179,15 +162,11 @@ dependencies = [
|
|
|
name = "dns-transport"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
- "async-trait",
|
|
|
"derive_more",
|
|
|
"dns",
|
|
|
- "hyper",
|
|
|
- "hyper-tls",
|
|
|
+ "httparse",
|
|
|
"log",
|
|
|
"native-tls",
|
|
|
- "tokio",
|
|
|
- "tokio-tls",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -230,12 +209,6 @@ dependencies = [
|
|
|
"synstructure",
|
|
|
]
|
|
|
|
|
|
-[[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"
|
|
@@ -251,61 +224,6 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-zircon"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "fuchsia-zircon-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-zircon-sys"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-channel"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-core"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-sink"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-task"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-util"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-task",
|
|
|
- "pin-project",
|
|
|
- "pin-utils",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "getopts"
|
|
|
version = "0.2.21"
|
|
@@ -332,31 +250,6 @@ version = "0.22.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "h2"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "futures-util",
|
|
|
- "http",
|
|
|
- "indexmap",
|
|
|
- "slab",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "hermit-abi"
|
|
|
version = "0.1.17"
|
|
@@ -366,95 +259,12 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "http"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "itoa",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http-body"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "http",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "httparse"
|
|
|
version = "1.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "httpdate"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper"
|
|
|
-version = "0.13.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "h2",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
- "httparse",
|
|
|
- "httpdate",
|
|
|
- "itoa",
|
|
|
- "pin-project",
|
|
|
- "socket2",
|
|
|
- "tokio",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
- "want",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper-tls"
|
|
|
-version = "0.4.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "hyper",
|
|
|
- "native-tls",
|
|
|
- "tokio",
|
|
|
- "tokio-tls",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "indexmap"
|
|
|
-version = "1.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "hashbrown",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "iovec"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "itoa"
|
|
|
version = "0.4.6"
|
|
@@ -467,16 +277,6 @@ version = "0.12.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "kernel32-sys"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.2.8",
|
|
|
- "winapi-build",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "lazy_static"
|
|
|
version = "1.4.0"
|
|
@@ -498,12 +298,6 @@ dependencies = [
|
|
|
"cfg-if 0.1.10",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "memchr"
|
|
|
-version = "2.3.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "miniz_oxide"
|
|
|
version = "0.4.3"
|
|
@@ -514,37 +308,6 @@ dependencies = [
|
|
|
"autocfg",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "mio"
|
|
|
-version = "0.6.22"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.10",
|
|
|
- "fuchsia-zircon",
|
|
|
- "fuchsia-zircon-sys",
|
|
|
- "iovec",
|
|
|
- "kernel32-sys",
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "miow",
|
|
|
- "net2",
|
|
|
- "slab",
|
|
|
- "winapi 0.2.8",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "miow"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
-dependencies = [
|
|
|
- "kernel32-sys",
|
|
|
- "net2",
|
|
|
- "winapi 0.2.8",
|
|
|
- "ws2_32-sys",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "mutagen"
|
|
|
version = "0.2.0"
|
|
@@ -596,17 +359,6 @@ dependencies = [
|
|
|
"tempfile",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "net2"
|
|
|
-version = "0.2.35"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.10",
|
|
|
- "libc",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "object"
|
|
|
version = "0.21.1"
|
|
@@ -652,41 +404,9 @@ version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-project"
|
|
|
-version = "0.4.27"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
|
|
|
-dependencies = [
|
|
|
- "pin-project-internal",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-project-internal"
|
|
|
-version = "0.4.27"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "pin-project-lite"
|
|
|
-version = "0.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e555d9e657502182ac97b539fb3dae8b79cda19e3e4f8ffb5e8de4f18df93c95"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-utils"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "pkg-config"
|
|
|
version = "0.3.19"
|
|
@@ -797,7 +517,7 @@ version = "0.5.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -819,7 +539,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
dependencies = [
|
|
|
"lazy_static",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -876,24 +596,6 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "slab"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "socket2"
|
|
|
-version = "0.3.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.10",
|
|
|
- "libc",
|
|
|
- "redox_syscall",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "syn"
|
|
|
version = "1.0.48"
|
|
@@ -928,83 +630,9 @@ dependencies = [
|
|
|
"rand",
|
|
|
"redox_syscall",
|
|
|
"remove_dir_all",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio"
|
|
|
-version = "0.2.22"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "futures-core",
|
|
|
- "iovec",
|
|
|
- "lazy_static",
|
|
|
- "memchr",
|
|
|
- "mio",
|
|
|
- "pin-project-lite",
|
|
|
- "slab",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "tokio-tls"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
|
|
|
-dependencies = [
|
|
|
- "native-tls",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-util"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "log",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tower-service"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing"
|
|
|
-version = "0.1.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.10",
|
|
|
- "log",
|
|
|
- "pin-project-lite",
|
|
|
- "tracing-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-core"
|
|
|
-version = "0.1.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
|
|
-dependencies = [
|
|
|
- "lazy_static",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "try-lock"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "unicode-width"
|
|
|
version = "0.1.8"
|
|
@@ -1023,28 +651,12 @@ version = "0.2.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
|
|
|
|
|
|
-[[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"
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.2.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
version = "0.3.9"
|
|
@@ -1055,12 +667,6 @@ dependencies = [
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "winapi-build"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
version = "0.4.0"
|
|
@@ -1072,13 +678,3 @@ 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 = "ws2_32-sys"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.2.8",
|
|
|
- "winapi-build",
|
|
|
-]
|