wireguard_exporter/Cargo.lock

1436 lines
68 KiB
Plaintext
Raw Normal View History

2019-04-23 21:06:35 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "aho-corasick"
2020-03-24 08:36:13 +00:00
version = "0.7.10"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "atty"
2020-03-24 08:36:13 +00:00
version = "0.2.14"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "autocfg"
2020-03-24 08:36:13 +00:00
version = "1.0.0"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "backtrace"
version = "0.3.46"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"backtrace-sys 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "backtrace-sys"
version = "0.1.35"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "bitflags"
2019-12-01 18:42:47 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bumpalo"
version = "3.2.1"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "byteorder"
2020-03-24 08:36:13 +00:00
version = "1.3.4"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "cc"
2020-03-24 08:36:13 +00:00
version = "1.0.50"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
2019-12-01 18:42:47 +00:00
version = "0.1.10"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "clap"
version = "2.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "core-foundation"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "crossbeam-channel"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "crossbeam-deque"
2020-03-24 08:36:13 +00:00
version = "0.7.3"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "crossbeam-epoch"
2020-03-24 08:36:13 +00:00
version = "0.8.2"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "crossbeam-utils"
2019-12-01 18:42:47 +00:00
version = "0.6.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "crossbeam-utils"
2020-03-24 08:36:13 +00:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-05-17 08:17:06 +00:00
[[package]]
2019-12-01 18:42:47 +00:00
name = "ct-logs"
version = "0.6.0"
2019-05-17 08:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-01 18:42:47 +00:00
dependencies = [
"sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-05-17 08:17:06 +00:00
2019-04-23 21:06:35 +00:00
[[package]]
name = "env_logger"
version = "0.6.2"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "failure"
2020-03-24 08:36:13 +00:00
version = "0.1.7"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"failure_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "failure_derive"
2020-03-24 08:36:13 +00:00
version = "0.1.7"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-01 18:42:47 +00:00
[[package]]
name = "futures-channel-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "futures-core-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "futures-sink-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-23 21:06:35 +00:00
[[package]]
2019-12-01 18:42:47 +00:00
name = "futures-util-preview"
version = "0.3.0-alpha.19"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "h2"
2019-12-01 18:42:47 +00:00
version = "0.2.0-alpha.3"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"tokio-codec 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "hermit-abi"
2020-03-24 08:36:13 +00:00
version = "0.1.8"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "http"
2020-03-24 08:36:13 +00:00
version = "0.1.21"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-17 08:17:06 +00:00
]
[[package]]
name = "http-body"
2019-12-01 18:42:47 +00:00
version = "0.2.0-alpha.3"
2019-05-17 08:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "httparse"
version = "1.3.4"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "humantime"
2019-12-01 18:42:47 +00:00
version = "1.3.0"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "hyper"
2019-12-01 18:42:47 +00:00
version = "0.13.0-alpha.4"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"h2 0.2.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"http-body 0.2.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"tokio 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-net 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-timer 0.3.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tower-make 0.3.0-alpha.2a (registry+https://github.com/rust-lang/crates.io-index)",
"tower-service 0.3.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
"want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "hyper-rustls"
2019-12-01 18:42:47 +00:00
version = "0.19.0-alpha.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.13.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls-native-certs 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-rustls 0.12.0-alpha.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "indexmap"
2020-03-24 08:36:13 +00:00
version = "1.3.2"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-01 18:42:47 +00:00
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "iovec"
2019-12-01 18:42:47 +00:00
version = "0.1.4"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "itoa"
2020-03-24 08:36:13 +00:00
version = "0.4.5"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-01 18:42:47 +00:00
[[package]]
name = "js-sys"
version = "0.3.37"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"wasm-bindgen 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lazy_static"
2019-12-01 18:42:47 +00:00
version = "1.4.0"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
2020-03-24 08:36:13 +00:00
version = "0.2.68"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lock_api"
2020-03-24 08:36:13 +00:00
version = "0.3.3"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "log"
2019-12-01 18:42:47 +00:00
version = "0.4.8"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
2019-12-01 18:42:47 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-23 21:06:35 +00:00
[[package]]
name = "memchr"
2020-03-24 08:36:13 +00:00
version = "2.3.3"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memoffset"
2020-03-24 08:36:13 +00:00
version = "0.5.4"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-01 18:42:47 +00:00
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "mio"
2019-12-01 18:42:47 +00:00
version = "0.6.21"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-12-01 18:42:47 +00:00
[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "num"
2020-03-24 08:36:13 +00:00
version = "0.2.1"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"num-complex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
"num-rational 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "num-bigint"
2020-03-24 08:36:13 +00:00
version = "0.2.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-01 18:42:47 +00:00
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
2019-04-23 21:06:35 +00:00
[[package]]
2019-12-01 18:42:47 +00:00
name = "num-complex"
2020-03-24 08:36:13 +00:00
version = "0.2.4"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "num-integer"
2020-03-24 08:36:13 +00:00
version = "0.1.42"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "num-iter"
2020-03-24 08:36:13 +00:00
version = "0.1.40"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "num-rational"
2020-03-24 08:36:13 +00:00
version = "0.2.4"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
2019-06-09 18:09:06 +00:00
[[package]]
2019-12-01 18:42:47 +00:00
name = "num-traits"
2020-03-24 08:36:13 +00:00
version = "0.2.11"
2019-06-09 18:09:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-09 18:09:06 +00:00
]
2019-04-23 21:06:35 +00:00
[[package]]
2019-12-01 18:42:47 +00:00
name = "num_cpus"
2020-03-24 08:36:13 +00:00
version = "1.12.0"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-23 21:06:35 +00:00
dependencies = [
2020-03-24 08:36:13 +00:00
"hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "openssl-probe"
version = "0.1.2"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-12-01 18:42:47 +00:00
name = "parking_lot"
version = "0.9.0"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "parking_lot_core"
version = "0.6.2"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "pin-project"
2020-03-24 08:36:13 +00:00
version = "0.4.8"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"pin-project-internal 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "pin-project-internal"
2020-03-24 08:36:13 +00:00
version = "0.4.8"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "pin-utils"
version = "0.1.0-alpha.4"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-12-01 18:42:47 +00:00
name = "proc-macro2"
2020-03-24 08:36:13 +00:00
version = "1.0.9"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "prometheus_exporter_base"
2020-03-24 08:36:13 +00:00
version = "0.30.2"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"failure 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"hyper 0.13.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper-rustls 0.19.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"num 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "prometheus_wireguard_exporter"
2020-05-10 13:40:45 +00:00
version = "3.3.2"
2019-04-23 21:06:35 +00:00
dependencies = [
2019-12-01 18:42:47 +00:00
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"failure 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"hyper 0.13.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"prometheus_exporter_base 0.30.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"tokio 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "quick-error"
2020-03-24 08:36:13 +00:00
version = "1.2.3"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-12-01 18:42:47 +00:00
name = "quote"
2020-03-24 08:36:13 +00:00
version = "1.0.3"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "redox_syscall"
version = "0.1.56"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "regex"
version = "1.3.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "regex-syntax"
2020-03-24 08:36:13 +00:00
version = "0.6.17"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ring"
version = "0.16.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"web-sys 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "rustc-demangle"
2019-12-01 18:42:47 +00:00
version = "0.1.16"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustls"
2019-12-01 18:42:47 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"ring 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "rustls-native-certs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"schannel 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "ryu"
2020-03-24 08:36:13 +00:00
version = "1.0.3"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-01 18:42:47 +00:00
[[package]]
name = "schannel"
2020-03-24 08:36:13 +00:00
version = "0.1.18"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "scopeguard"
2020-03-24 08:36:13 +00:00
version = "1.1.0"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sct"
2019-12-01 18:42:47 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ring 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "security-framework"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "security-framework-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde"
2020-03-24 08:36:13 +00:00
version = "1.0.105"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde_derive"
2020-03-24 08:36:13 +00:00
version = "1.0.105"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.49"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"ryu 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "smallvec"
2019-12-01 18:42:47 +00:00
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-01 18:42:47 +00:00
dependencies = [
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-23 21:06:35 +00:00
[[package]]
2019-12-01 18:42:47 +00:00
name = "spin"
version = "0.5.2"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "string"
version = "0.2.1"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-06-09 18:09:06 +00:00
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "syn"
2020-03-24 08:36:13 +00:00
version = "1.0.17"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "synstructure"
2019-12-01 18:42:47 +00:00
version = "0.12.3"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "termcolor"
2020-03-24 08:36:13 +00:00
version = "1.1.0"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "thread_local"
2020-03-24 08:36:13 +00:00
version = "1.0.1"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "time"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "tokio"
2019-12-01 18:42:47 +00:00
version = "0.2.0-alpha.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"tokio-codec 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-fs 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-macros 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-net 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-timer 0.3.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"tracing-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
2019-05-17 08:17:06 +00:00
[[package]]
2019-12-01 18:42:47 +00:00
name = "tokio-codec"
version = "0.2.0-alpha.6"
2019-05-17 08:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-17 08:17:06 +00:00
]
2019-04-23 21:06:35 +00:00
[[package]]
2019-12-01 18:42:47 +00:00
name = "tokio-executor"
version = "0.2.0-alpha.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "tokio-fs"
version = "0.2.0-alpha.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "tokio-io"
2019-12-01 18:42:47 +00:00
version = "0.2.0-alpha.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "tokio-macros"
version = "0.2.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "tokio-net"
version = "0.2.0-alpha.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"tokio-codec 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "tokio-rustls"
2019-12-01 18:42:47 +00:00
version = "0.12.0-alpha.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "tokio-sync"
2019-12-01 18:42:47 +00:00
version = "0.2.0-alpha.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "tokio-timer"
version = "0.3.0-alpha.6"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "tower-make"
version = "0.3.0-alpha.2a"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tower-service 0.3.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
2019-12-01 18:42:47 +00:00
name = "tower-service"
version = "0.3.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "tracing"
2020-03-24 08:36:13 +00:00
version = "0.1.13"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"tracing-attributes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"tracing-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "tracing-attributes"
2020-03-24 08:36:13 +00:00
version = "0.1.7"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "tracing-core"
2020-03-24 08:36:13 +00:00
version = "0.1.10"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-width"
2020-03-24 08:36:13 +00:00
version = "0.1.7"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-xid"
2019-12-01 18:42:47 +00:00
version = "0.2.0"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "untrusted"
2019-12-01 18:42:47 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-23 21:06:35 +00:00
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "want"
2019-12-01 18:42:47 +00:00
version = "0.3.0"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-12-01 18:42:47 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.60"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-macro 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.60"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bumpalo 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-24 08:36:13 +00:00
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.60"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-macro-support 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.60"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-24 08:36:13 +00:00
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-backend 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.60"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "web-sys"
version = "0.3.37"
2019-12-01 18:42:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"js-sys 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
]
[[package]]
name = "webpki"
2020-03-24 08:36:13 +00:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ring 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-01 18:42:47 +00:00
"untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-23 21:06:35 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi"
2019-12-01 18:42:47 +00:00
version = "0.3.8"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-util"
2020-03-24 08:36:13 +00:00
version = "0.1.3"
2019-04-23 21:06:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-01 18:42:47 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-23 21:06:35 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
2020-03-24 08:36:13 +00:00
"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
2019-04-23 21:06:35 +00:00
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2020-03-24 08:36:13 +00:00
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
"checksum backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)" = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
"checksum backtrace-sys 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "7de8aba10a69c8e8d7622c5710229485ec32e9d55fdad160ea559c086fdcd118"
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
2019-12-01 18:42:47 +00:00
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
"checksum bumpalo 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
2020-03-24 08:36:13 +00:00
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-04-23 21:06:35 +00:00
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2020-03-24 08:36:13 +00:00
"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
2019-12-01 18:42:47 +00:00
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-04-23 21:06:35 +00:00
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2019-12-01 18:42:47 +00:00
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
"checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
2020-03-24 08:36:13 +00:00
"checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2019-04-23 21:06:35 +00:00
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
2019-12-01 18:42:47 +00:00
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
2020-03-24 08:36:13 +00:00
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-12-01 18:42:47 +00:00
"checksum ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
"checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
2019-12-01 18:42:47 +00:00
"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2020-03-24 08:36:13 +00:00
"checksum failure 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b8529c2421efa3066a5cbd8063d2244603824daccb6936b079010bb2aa89464b"
"checksum failure_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "030a733c8287d6213886dd487564ff5c8f6aae10278b3588ed177f9d18f8d231"
2019-04-23 21:06:35 +00:00
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-12-01 18:42:47 +00:00
"checksum futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a"
"checksum futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a"
"checksum futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "86f148ef6b69f75bb610d4f9a2336d4fc88c4b5b67129d1a340dd0fd362efeec"
"checksum futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d"
"checksum h2 0.2.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0f107db1419ef8271686187b1a5d47c6431af4a7f4d98b495e7b7fc249bb0a78"
2020-03-24 08:36:13 +00:00
"checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
"checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
2019-12-01 18:42:47 +00:00
"checksum http-body 0.2.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f3aef6f3de2bd8585f5b366f3f550b5774500b4764d00cf00f903c95749eec3"
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
2019-12-01 18:42:47 +00:00
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
"checksum hyper 0.13.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2d05aa523087ac0b9d8b93dd80d5d482a697308ed3b0dca7b0667511a7fa7cdc"
"checksum hyper-rustls 0.19.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f83131054320b1a48a57081aea7fb843bfe6d4f72b730b0facad34c9b15b3e8f"
2020-03-24 08:36:13 +00:00
"checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
2019-12-01 18:42:47 +00:00
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2020-03-24 08:36:13 +00:00
"checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
"checksum js-sys 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)" = "6a27d435371a2fa5b6d2b028a74bbdb1234f308da363226a2854ca3ff8ba7055"
2019-04-23 21:06:35 +00:00
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-12-01 18:42:47 +00:00
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-03-24 08:36:13 +00:00
"checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
2019-12-01 18:42:47 +00:00
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2020-03-24 08:36:13 +00:00
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
"checksum memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
2019-12-01 18:42:47 +00:00
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
2019-04-23 21:06:35 +00:00
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
2020-03-24 08:36:13 +00:00
"checksum num 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
"checksum num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
"checksum num-complex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
"checksum num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00"
"checksum num-rational 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
"checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
2019-12-01 18:42:47 +00:00
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2020-03-24 08:36:13 +00:00
"checksum pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
"checksum pin-project-internal 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"
2019-12-01 18:42:47 +00:00
"checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
2020-03-24 08:36:13 +00:00
"checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
"checksum prometheus_exporter_base 0.30.2 (registry+https://github.com/rust-lang/crates.io-index)" = "105806bf5fb99afce01ffc21ff92aadeeefec7cbe791f6693a6b6436341cd187"
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
"checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
"checksum regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
2020-03-24 08:36:13 +00:00
"checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
"checksum ring 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1ba5a8ec64ee89a76c98c549af81ff14813df09c3e6dc4766c3856da48597a0c"
2019-12-01 18:42:47 +00:00
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
2019-04-23 21:06:35 +00:00
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-12-01 18:42:47 +00:00
"checksum rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e"
"checksum rustls-native-certs 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51ffebdbb48c14f84eba0b715197d673aff1dd22cc1007ca647e28483bbcc307"
2020-03-24 08:36:13 +00:00
"checksum ryu 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
"checksum schannel 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "039c25b130bd8c1321ee2d7de7fde2659fa9c2744e4bb29711cfc852ea53cd19"
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-12-01 18:42:47 +00:00
"checksum sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
"checksum security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df"
"checksum security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895"
2019-04-23 21:06:35 +00:00
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2020-03-24 08:36:13 +00:00
"checksum serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)" = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff"
"checksum serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)" = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8"
"checksum serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)" = "02044a6a92866fd61624b3db4d2c9dccc2feabbc6be490b87611bf285edbac55"
2019-04-23 21:06:35 +00:00
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2019-12-01 18:42:47 +00:00
"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
2019-04-23 21:06:35 +00:00
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2020-03-24 08:36:13 +00:00
"checksum syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
2019-12-01 18:42:47 +00:00
"checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
2020-03-24 08:36:13 +00:00
"checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2019-04-23 21:06:35 +00:00
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2020-03-24 08:36:13 +00:00
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2019-04-23 21:06:35 +00:00
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
2019-12-01 18:42:47 +00:00
"checksum tokio 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1f17f5d6ab0f35c1506678b28fb1798bdf74fcb737e9843c7b17b73e426eba38"
"checksum tokio-codec 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9f5d22fd1e84bd4045d28813491cb7d7caae34d45c80517c2213f09a85e8787a"
"checksum tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee9ceecf69145923834ea73f32ba40c790fd877b74a7817dd0b089f1eb9c7c8"
"checksum tokio-fs 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bf85e16971e06e680c622e0c1b455be94b086275c5ddcd6d4a83a2bfbb83cda"
"checksum tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "112784d5543df30660b04a72ca423bfbd90e8bb32f94dcf610f15401218b22c5"
"checksum tokio-macros 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "86b616374bcdadd95974e1f0dfca07dc913f1163c53840c0d664aca35114964e"
"checksum tokio-net 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a441682cd32f3559383112c4a7f372f5c9fa1950c5cf8c8dd05274a2ce8c2654"
"checksum tokio-rustls 0.12.0-alpha.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5ede0c54803edc16cf6352cdc4751e75ab53f20ee842bdcf16a2b94be4cb9a21"
"checksum tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4f1aaeb685540f7407ea0e27f1c9757d258c7c6bf4e3eb19da6fc59b747239d2"
"checksum tokio-timer 0.3.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b97c1587fe71018eb245a4a9daa13a5a3b681bbc1f7fdadfe24720e141472c13"
"checksum tower-make 0.3.0-alpha.2a (registry+https://github.com/rust-lang/crates.io-index)" = "316d47dd40cde4ac5d88110eaf9a10a4e2a68612d9c056cd2aa24e37dcb484cd"
"checksum tower-service 0.3.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "63ff37396cd966ce43bea418bfa339f802857495f797dafa00bea5b7221ebdfa"
2020-03-24 08:36:13 +00:00
"checksum tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1721cc8cf7d770cc4257872507180f35a4797272f5962f24c806af9e7faf52ab"
"checksum tracing-attributes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbad39da2f9af1cae3016339ad7f2c7a9e870f12e8fd04c4fd7ef35b30c0d2b"
"checksum tracing-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0aa83a9a47081cd522c09c81b31aec2c9273424976f922ad61c053b58350b715"
2019-04-23 21:06:35 +00:00
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
2020-03-24 08:36:13 +00:00
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
2019-12-01 18:42:47 +00:00
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
"checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece"
2019-04-23 21:06:35 +00:00
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
2019-12-01 18:42:47 +00:00
"checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
"checksum wasm-bindgen 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "2cc57ce05287f8376e998cbddfb4c8cb43b84a7ec55cf4551d7c00eef317a47f"
"checksum wasm-bindgen-backend 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d967d37bf6c16cca2973ca3af071d0a2523392e4a594548155d89a678f4237cd"
"checksum wasm-bindgen-macro 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "8bd151b63e1ea881bb742cd20e1d6127cef28399558f3b5d415289bc41eee3a4"
"checksum wasm-bindgen-macro-support 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d68a5b36eef1be7868f668632863292e37739656a80fc4b9acec7b0bd35a4931"
"checksum wasm-bindgen-shared 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "daf76fe7d25ac79748a37538b7daeed1c7a6867c92d3245c12c6222e4a20d639"
"checksum web-sys 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6f51648d8c56c366144378a33290049eafdd784071077f6fe37dae64c1c4cb"
2020-03-24 08:36:13 +00:00
"checksum webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef"
2019-04-23 21:06:35 +00:00
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-12-01 18:42:47 +00:00
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2019-04-23 21:06:35 +00:00
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-03-24 08:36:13 +00:00
"checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
2019-04-23 21:06:35 +00:00
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"