mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 12:36:40 +02:00
2546 lines
109 KiB
Diff
2546 lines
109 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 82e57ee..e4acba8 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1,1843 +1,1911 @@
|
|
+# This file is automatically @generated by Cargo.
|
|
+# It is not intended for manual editing.
|
|
+version = 3
|
|
+
|
|
[[package]]
|
|
name = "adler32"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
|
|
dependencies = [
|
|
- "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "memchr 2.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
dependencies = [
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
|
dependencies = [
|
|
- "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "nodrop",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asciicast"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4521e5a844fab4639ec32b21de3a2639f7c2783ba6bb9daead2672b6a298ed7b"
|
|
dependencies = [
|
|
- "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "chrono",
|
|
+ "serde 1.0.80",
|
|
+ "serde_derive",
|
|
+ "serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asciinema"
|
|
version = "0.5.1"
|
|
dependencies = [
|
|
- "asciicast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "config 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "derive_builder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "os_type 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "pty-shell 0.3.0",
|
|
- "reqwest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "asciicast",
|
|
+ "chrono",
|
|
+ "config",
|
|
+ "derive_builder",
|
|
+ "failure",
|
|
+ "libc",
|
|
+ "openssl-probe",
|
|
+ "os_type",
|
|
+ "pty-shell",
|
|
+ "reqwest",
|
|
+ "serde 1.0.80",
|
|
+ "serde_derive",
|
|
+ "serde_json",
|
|
+ "structopt",
|
|
+ "tempfile",
|
|
+ "termcolor",
|
|
+ "termion",
|
|
+ "url",
|
|
+ "url_serde",
|
|
+ "uuid 0.6.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
+ "termion",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
+[[package]]
|
|
+name = "autocfg"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
+
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
|
|
dependencies = [
|
|
- "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "backtrace-sys",
|
|
+ "cfg-if 0.1.6",
|
|
+ "libc",
|
|
+ "rustc-demangle",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace-sys"
|
|
version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
|
|
dependencies = [
|
|
- "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cc",
|
|
+ "libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
dependencies = [
|
|
- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "byteorder",
|
|
+ "safemem",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
|
|
|
[[package]]
|
|
name = "build_const"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.4.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62"
|
|
dependencies = [
|
|
- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "byteorder",
|
|
+ "iovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
|
|
+
|
|
+[[package]]
|
|
+name = "cfg-if"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
|
|
dependencies = [
|
|
- "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-integer",
|
|
+ "num-traits 0.2.6",
|
|
+ "serde 1.0.80",
|
|
+ "time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "2.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
|
dependencies = [
|
|
- "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "ansi_term",
|
|
+ "atty",
|
|
+ "bitflags 1.0.4",
|
|
+ "strsim",
|
|
+ "textwrap",
|
|
+ "unicode-width",
|
|
+ "vec_map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cloudabi"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
dependencies = [
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bitflags 1.0.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "config"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e595d1735d8ab6b04906bbdcfc671cce2a5e609b6f8e92865e67331cc2f41ba4"
|
|
dependencies = [
|
|
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.2.0",
|
|
+ "nom",
|
|
+ "serde 1.0.80",
|
|
+ "serde-hjson",
|
|
+ "serde_json",
|
|
+ "toml",
|
|
+ "yaml-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980"
|
|
dependencies = [
|
|
- "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "core-foundation-sys",
|
|
+ "libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
|
dependencies = [
|
|
- "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "build_const",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1"
|
|
dependencies = [
|
|
- "crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-epoch",
|
|
+ "crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9"
|
|
dependencies = [
|
|
- "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "arrayvec",
|
|
+ "cfg-if 0.1.6",
|
|
+ "crossbeam-utils",
|
|
+ "lazy_static 1.2.0",
|
|
+ "memoffset",
|
|
+ "scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
|
|
|
|
[[package]]
|
|
name = "derive_builder"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8c998e6ab02a828dd9735c18f154e14100e674ed08cb4e1938f0e4177543f439"
|
|
dependencies = [
|
|
- "derive_builder_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "derive_builder_core",
|
|
+ "quote 0.3.15",
|
|
+ "syn 0.11.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_builder_core"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "735e24ee9e5fa8e16b86da5007856e97d592e11867e45d76e0c0d0a164a0b757"
|
|
dependencies = [
|
|
- "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 0.3.15",
|
|
+ "syn 0.11.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dtoa"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "065f4d0c826fdaef059ac45487169d918558e3cf86c9d89f6e81cf52369126e5"
|
|
dependencies = [
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1e2b2decb0484e15560df3210cf0d78654bb0864b2c138977c07e377a1bae0e2"
|
|
dependencies = [
|
|
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "kernel32-sys",
|
|
+ "libc",
|
|
+ "winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "failure"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7"
|
|
dependencies = [
|
|
- "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "backtrace",
|
|
+ "failure_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "failure_derive"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596"
|
|
dependencies = [
|
|
- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 0.4.20",
|
|
+ "quote 0.6.9",
|
|
+ "syn 0.15.18",
|
|
+ "synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
|
|
[[package]]
|
|
name = "foreign-types"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
dependencies = [
|
|
- "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "foreign-types-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types-shared"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
dependencies = [
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bitflags 1.0.4",
|
|
+ "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"
|
|
version = "0.1.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b"
|
|
|
|
[[package]]
|
|
name = "futures-cpupool"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
dependencies = [
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "futures",
|
|
+ "num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gcc"
|
|
version = "0.3.55"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7dd33bafe2e6370e6c8eb0cf1b8c5f93390b90acde7e9b03723f166b28b648ed"
|
|
dependencies = [
|
|
- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "byteorder",
|
|
+ "bytes 0.4.10",
|
|
+ "fnv",
|
|
+ "futures",
|
|
+ "http",
|
|
+ "indexmap",
|
|
+ "log 0.4.6",
|
|
+ "slab 0.4.1",
|
|
+ "string",
|
|
+ "tokio-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
|
|
dependencies = [
|
|
- "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "24f58e8c2d8e886055c3ead7b28793e1455270b5fb39650984c224bc538ba581"
|
|
dependencies = [
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.4.10",
|
|
+ "fnv",
|
|
+ "itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.12.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "95ffee0d1d30de4313fdaaa485891ce924991d45bbc18adfc8ac5b1639e62fbb"
|
|
dependencies = [
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.4.10",
|
|
+ "futures",
|
|
+ "futures-cpupool",
|
|
+ "h2",
|
|
+ "http",
|
|
+ "httparse",
|
|
+ "iovec",
|
|
+ "itoa",
|
|
+ "log 0.4.6",
|
|
+ "net2",
|
|
+ "time",
|
|
+ "tokio",
|
|
+ "tokio-executor",
|
|
+ "tokio-io",
|
|
+ "tokio-reactor",
|
|
+ "tokio-tcp",
|
|
+ "tokio-threadpool",
|
|
+ "tokio-timer",
|
|
+ "want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-tls"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661"
|
|
dependencies = [
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.4.10",
|
|
+ "futures",
|
|
+ "hyper",
|
|
+ "native-tls",
|
|
+ "tokio-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
dependencies = [
|
|
- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "matches",
|
|
+ "unicode-bidi",
|
|
+ "unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
|
|
|
|
[[package]]
|
|
name = "iovec"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
+ "winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
|
|
|
|
[[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 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.2.8",
|
|
+ "winapi-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
|
|
|
|
[[package]]
|
|
name = "lazycell"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
|
|
|
|
[[package]]
|
|
name = "libflate"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "21138fc6669f438ed7ae3559d5789a5f0ba32f28c1f0608d1e452b0bb06ee936"
|
|
dependencies = [
|
|
- "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "adler32",
|
|
+ "byteorder",
|
|
+ "crc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd"
|
|
dependencies = [
|
|
- "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 0.8.23",
|
|
+ "serde_test",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a"
|
|
dependencies = [
|
|
- "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "owning_ref",
|
|
+ "scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
dependencies = [
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
|
dependencies = [
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matches"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16"
|
|
dependencies = [
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.6",
|
|
+ "libc",
|
|
+ "version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0a907b83e7b9e987032439a387e187119cddafc92d5c2aaeb1d92580a793f630"
|
|
dependencies = [
|
|
- "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unicase 2.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime_guess"
|
|
version = "2.0.0-alpha.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed"
|
|
dependencies = [
|
|
- "mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "phf 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "phf_codegen 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "mime",
|
|
+ "phf",
|
|
+ "phf_codegen",
|
|
+ "unicase 1.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a637d1ca14eacae06296a008fa7ad955347e34efcb5891cfd8ba05491a37907e"
|
|
dependencies = [
|
|
- "bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.3.0",
|
|
+ "libc",
|
|
+ "log 0.3.9",
|
|
+ "miow 0.1.5",
|
|
+ "net2",
|
|
+ "nix 0.5.1",
|
|
+ "slab 0.1.3",
|
|
+ "time",
|
|
+ "winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.6.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
|
|
dependencies = [
|
|
- "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)",
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "fuchsia-zircon",
|
|
+ "fuchsia-zircon-sys",
|
|
+ "iovec",
|
|
+ "kernel32-sys",
|
|
+ "lazycell",
|
|
+ "libc",
|
|
+ "log 0.4.6",
|
|
+ "miow 0.2.1",
|
|
+ "net2",
|
|
+ "slab 0.4.1",
|
|
+ "winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-uds"
|
|
version = "0.6.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
|
dependencies = [
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "iovec",
|
|
+ "libc",
|
|
+ "mio 0.6.16",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3e690c5df6b2f60acd45d56378981e827ff8295562fc8d34f573deb267a59cd1"
|
|
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)",
|
|
+ "kernel32-sys",
|
|
+ "net2",
|
|
+ "winapi 0.2.8",
|
|
+ "ws2_32-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
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)",
|
|
+ "kernel32-sys",
|
|
+ "net2",
|
|
+ "winapi 0.2.8",
|
|
+ "ws2_32-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "native-tls"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2"
|
|
dependencies = [
|
|
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.2.0",
|
|
+ "libc",
|
|
+ "log 0.4.6",
|
|
+ "openssl",
|
|
+ "openssl-probe",
|
|
+ "openssl-sys",
|
|
+ "schannel",
|
|
+ "security-framework",
|
|
+ "security-framework-sys",
|
|
+ "tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net2"
|
|
version = "0.2.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
|
dependencies = [
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.6",
|
|
+ "libc",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79"
|
|
dependencies = [
|
|
- "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bitflags 0.4.0",
|
|
+ "libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f"
|
|
dependencies = [
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bitflags 1.0.4",
|
|
+ "bytes 0.4.10",
|
|
+ "cfg-if 0.1.6",
|
|
+ "gcc",
|
|
+ "libc",
|
|
+ "void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nodrop"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "3.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
|
|
dependencies = [
|
|
- "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "memchr 1.0.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
|
dependencies = [
|
|
- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-traits 0.2.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
|
dependencies = [
|
|
- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-traits 0.2.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
]
|
|
|
|
[[package]]
|
|
-name = "openssl"
|
|
-version = "0.10.15"
|
|
+name = "once_cell"
|
|
+version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
|
+
|
|
+[[package]]
|
|
+name = "openssl"
|
|
+version = "0.10.41"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
|
|
dependencies = [
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bitflags 1.0.4",
|
|
+ "cfg-if 1.0.0",
|
|
+ "foreign-types",
|
|
+ "libc",
|
|
+ "once_cell",
|
|
+ "openssl-macros",
|
|
+ "openssl-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "openssl-macros"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.43",
|
|
+ "quote 1.0.21",
|
|
+ "syn 1.0.99",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
-version = "0.9.39"
|
|
+version = "0.9.75"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
|
dependencies = [
|
|
- "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "autocfg",
|
|
+ "cc",
|
|
+ "libc",
|
|
+ "pkg-config",
|
|
+ "vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "os_type"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7edc011af0ae98b7f88cf7e4a83b70a54a75d2b8cb013d6efd02e5956207e9eb"
|
|
dependencies = [
|
|
- "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "owning_ref"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
|
dependencies = [
|
|
- "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
|
dependencies = [
|
|
- "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lock_api",
|
|
+ "parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "rand 0.5.5 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
+ "rand 0.5.5",
|
|
+ "rustc_version",
|
|
+ "smallvec",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.7.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cec29da322b242f4c3098852c77a0ca261c9c01b806cae85a5572a1eb94db9a6"
|
|
dependencies = [
|
|
- "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "phf_shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_codegen"
|
|
version = "0.7.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7d187f00cd98d5afbcd8898f6cf181743a449162aeb329dcd2f3849009e605ad"
|
|
dependencies = [
|
|
- "phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "phf_generator",
|
|
+ "phf_shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.7.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "03dc191feb9b08b0dc1330d6549b795b9d81aec19efe6b4a45aec8d4caee0c4b"
|
|
dependencies = [
|
|
- "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "phf_shared",
|
|
+ "rand 0.5.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.7.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b539898d22d4273ded07f64a05737649dc69095d92cb87c7097ec68e3f150b93"
|
|
dependencies = [
|
|
- "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "siphasher",
|
|
+ "unicase 1.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee"
|
|
dependencies = [
|
|
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unicode-xid 0.1.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro2"
|
|
+version = "1.0.43"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
|
|
+dependencies = [
|
|
+ "unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pty"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f50f3d255966981eb4e4c5df3e983e6f7d163221f547406d83b6a460ff5c5ee8"
|
|
dependencies = [
|
|
- "errno 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "errno",
|
|
+ "libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pty-shell"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "pty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
+ "mio 0.5.1",
|
|
+ "nix 0.10.0",
|
|
+ "pty",
|
|
+ "termios",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "0.3.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "63b5829244f52738cfee93b3a165c1911388675be000c888d2fae620dee8fa5b"
|
|
dependencies = [
|
|
- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 0.4.20",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "quote"
|
|
+version = "1.0.21"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.43",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
|
|
dependencies = [
|
|
- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "fuchsia-zircon",
|
|
+ "libc",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
|
|
dependencies = [
|
|
- "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cloudabi",
|
|
+ "fuchsia-zircon",
|
|
+ "libc",
|
|
+ "rand_core 0.2.2",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
|
|
dependencies = [
|
|
- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand_core 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
|
|
|
[[package]]
|
|
name = "redox_termios"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
dependencies = [
|
|
- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "redox_syscall",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467"
|
|
dependencies = [
|
|
- "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "aho-corasick",
|
|
+ "memchr 2.1.1",
|
|
+ "regex-syntax",
|
|
+ "thread_local",
|
|
+ "utf8-ranges",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
|
|
dependencies = [
|
|
- "ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "ucd-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
|
dependencies = [
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "00a5870d8edc74fc6e1eb58edbd2815d2243e1a2255d6bf9c82a7a875901b5db"
|
|
dependencies = [
|
|
- "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "encoding_rs 0.8.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde_urlencoded 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "base64",
|
|
+ "bytes 0.4.10",
|
|
+ "encoding_rs",
|
|
+ "futures",
|
|
+ "http",
|
|
+ "hyper",
|
|
+ "hyper-tls",
|
|
+ "libflate",
|
|
+ "log 0.4.6",
|
|
+ "mime",
|
|
+ "mime_guess",
|
|
+ "native-tls",
|
|
+ "serde 1.0.80",
|
|
+ "serde_json",
|
|
+ "serde_urlencoded",
|
|
+ "tokio",
|
|
+ "tokio-io",
|
|
+ "url",
|
|
+ "uuid 0.7.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
dependencies = [
|
|
- "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
|
|
|
|
[[package]]
|
|
name = "safemem"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
|
|
dependencies = [
|
|
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.2.0",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "697d3f3c23a618272ead9e1fb259c1411102b31c6af8b93f1d64cca9c3b0e8e0"
|
|
dependencies = [
|
|
- "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "core-foundation",
|
|
+ "core-foundation-sys",
|
|
+ "libc",
|
|
+ "security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ab01dfbe5756785b5b4d46e0289e5a18071dfa9a7c2b24213ea00b9ef9b665bf"
|
|
dependencies = [
|
|
- "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "core-foundation-sys",
|
|
+ "libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
dependencies = [
|
|
- "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "semver-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "0.8.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.80"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef"
|
|
|
|
[[package]]
|
|
name = "serde-hjson"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153"
|
|
dependencies = [
|
|
- "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 0.2.11",
|
|
+ "linked-hash-map 0.3.0",
|
|
+ "num-traits 0.1.43",
|
|
+ "regex",
|
|
+ "serde 0.8.23",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.80"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c"
|
|
dependencies = [
|
|
- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 0.4.20",
|
|
+ "quote 0.6.9",
|
|
+ "syn 0.15.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce"
|
|
dependencies = [
|
|
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "itoa",
|
|
+ "ryu",
|
|
+ "serde 1.0.80",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_test"
|
|
version = "0.8.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5"
|
|
dependencies = [
|
|
- "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 0.8.23",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "aaed41d9fb1e2f587201b863356590c90c1157495d811430a0c0325fe8169650"
|
|
dependencies = [
|
|
- "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "dtoa",
|
|
+ "itoa",
|
|
+ "serde 1.0.80",
|
|
+ "url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d807fd58c4181bbabed77cb3b891ba9748241a552bcc5be698faaebefc54f46e"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
|
|
dependencies = [
|
|
- "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unreachable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
|
|
|
[[package]]
|
|
name = "string"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970"
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
|
|
|
[[package]]
|
|
name = "structopt"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "41c4a2479a078509940d82773d90ff824a8c89533ab3b59cd3ce8b0c0e369c02"
|
|
dependencies = [
|
|
- "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "structopt-derive 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "clap",
|
|
+ "structopt-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "structopt-derive"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5352090cfae7a2c85e1a31146268b53396106c88ca5d6ccee2e3fae83b6e35c2"
|
|
dependencies = [
|
|
- "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "heck",
|
|
+ "proc-macro2 0.4.20",
|
|
+ "quote 0.6.9",
|
|
+ "syn 0.15.18",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "0.11.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
dependencies = [
|
|
- "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 0.3.15",
|
|
+ "synom",
|
|
+ "unicode-xid 0.0.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "0.15.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430"
|
|
dependencies = [
|
|
- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 0.4.20",
|
|
+ "quote 0.6.9",
|
|
+ "unicode-xid 0.1.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "syn"
|
|
+version = "1.0.99"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.43",
|
|
+ "quote 1.0.21",
|
|
+ "unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synom"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
dependencies = [
|
|
- "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unicode-xid 0.0.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
|
|
dependencies = [
|
|
- "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 0.4.20",
|
|
+ "quote 0.6.9",
|
|
+ "syn 0.15.18",
|
|
+ "unicode-xid 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b"
|
|
dependencies = [
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.6",
|
|
+ "libc",
|
|
+ "rand 0.5.5",
|
|
+ "redox_syscall",
|
|
+ "remove_dir_all",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83"
|
|
dependencies = [
|
|
- "wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wincolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termion"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
+ "redox_syscall",
|
|
+ "redox_termios",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termios"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
|
dependencies = [
|
|
- "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
dependencies = [
|
|
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
|
|
dependencies = [
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc",
|
|
+ "redox_syscall",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895"
|
|
dependencies = [
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-uds 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.4.10",
|
|
+ "futures",
|
|
+ "mio 0.6.16",
|
|
+ "tokio-codec",
|
|
+ "tokio-current-thread",
|
|
+ "tokio-executor",
|
|
+ "tokio-fs",
|
|
+ "tokio-io",
|
|
+ "tokio-reactor",
|
|
+ "tokio-tcp",
|
|
+ "tokio-threadpool",
|
|
+ "tokio-timer",
|
|
+ "tokio-udp",
|
|
+ "tokio-uds",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-codec"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
|
|
dependencies = [
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.4.10",
|
|
+ "futures",
|
|
+ "tokio-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-current-thread"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c"
|
|
dependencies = [
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "futures",
|
|
+ "tokio-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-executor"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde"
|
|
dependencies = [
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-fs"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75"
|
|
dependencies = [
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "futures",
|
|
+ "tokio-io",
|
|
+ "tokio-threadpool",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-io"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21"
|
|
dependencies = [
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.4.10",
|
|
+ "futures",
|
|
+ "log 0.4.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-reactor"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018"
|
|
dependencies = [
|
|
- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-utils",
|
|
+ "futures",
|
|
+ "lazy_static 1.2.0",
|
|
+ "log 0.4.6",
|
|
+ "mio 0.6.16",
|
|
+ "num_cpus",
|
|
+ "parking_lot",
|
|
+ "slab 0.4.1",
|
|
+ "tokio-executor",
|
|
+ "tokio-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tcp"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912"
|
|
dependencies = [
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.4.10",
|
|
+ "futures",
|
|
+ "iovec",
|
|
+ "mio 0.6.16",
|
|
+ "tokio-io",
|
|
+ "tokio-reactor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-threadpool"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3929aee321c9220ed838ed6c3928be7f9b69986b0e3c22c972a66dbf8a298c68"
|
|
dependencies = [
|
|
- "crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-deque",
|
|
+ "crossbeam-utils",
|
|
+ "futures",
|
|
+ "log 0.4.6",
|
|
+ "num_cpus",
|
|
+ "rand 0.5.5",
|
|
+ "tokio-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-timer"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e"
|
|
dependencies = [
|
|
- "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-utils",
|
|
+ "futures",
|
|
+ "slab 0.4.1",
|
|
+ "tokio-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-udp"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c"
|
|
dependencies = [
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.4.10",
|
|
+ "futures",
|
|
+ "log 0.4.6",
|
|
+ "mio 0.6.16",
|
|
+ "tokio-codec",
|
|
+ "tokio-io",
|
|
+ "tokio-reactor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-uds"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "df195376b43508f01570bacc73e13a1de0854dc59e79d1ec09913e8db6dd2a70"
|
|
dependencies = [
|
|
- "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bytes 0.4.10",
|
|
+ "futures",
|
|
+ "iovec",
|
|
+ "libc",
|
|
+ "log 0.4.6",
|
|
+ "mio 0.6.16",
|
|
+ "mio-uds",
|
|
+ "tokio-io",
|
|
+ "tokio-reactor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65"
|
|
dependencies = [
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.80",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
|
|
|
[[package]]
|
|
name = "ucd-util"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d0f8bfa9ff0cadcd210129ad9d2c5f145c13e9ced3d3e5d948a6213487d52444"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
dependencies = [
|
|
- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90"
|
|
dependencies = [
|
|
- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
dependencies = [
|
|
- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "matches",
|
|
]
|
|
|
|
+[[package]]
|
|
+name = "unicode-ident"
|
|
+version = "1.0.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
|
+
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
[[package]]
|
|
name = "unreachable"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
dependencies = [
|
|
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "1.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
dependencies = [
|
|
- "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "idna",
|
|
+ "matches",
|
|
+ "percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "url_serde"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
|
|
dependencies = [
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.80",
|
|
+ "url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf8-ranges"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
|
|
dependencies = [
|
|
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.6",
|
|
+ "rand 0.4.3",
|
|
+ "serde 1.0.80",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dab5c5526c5caa3d106653401a267fed923e7046f35895ffcb5ca42db64942e6"
|
|
dependencies = [
|
|
- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand 0.5.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
-version = "0.2.6"
|
|
+version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
[[package]]
|
|
name = "vec_map"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
|
[[package]]
|
|
name = "void"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
|
|
dependencies = [
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "futures",
|
|
+ "log 0.4.6",
|
|
+ "try-lock",
|
|
]
|
|
|
|
[[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.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
|
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)",
|
|
+ "winapi-i686-pc-windows-gnu",
|
|
+ "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"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "wincolor"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
|
|
dependencies = [
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.6",
|
|
]
|
|
|
|
[[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 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.2.8",
|
|
+ "winapi-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yaml-rust"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e"
|
|
dependencies = [
|
|
- "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "linked-hash-map 0.5.1",
|
|
]
|
|
-
|
|
-[metadata]
|
|
-"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
|
|
-"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
|
|
-"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
-"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
|
-"checksum asciicast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4521e5a844fab4639ec32b21de3a2639f7c2783ba6bb9daead2672b6a298ed7b"
|
|
-"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
|
-"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
|
|
-"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
|
|
-"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
-"checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3"
|
|
-"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
|
-"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
|
|
-"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
|
|
-"checksum bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27"
|
|
-"checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62"
|
|
-"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
|
|
-"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
|
|
-"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
|
|
-"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
|
-"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
-"checksum config 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e595d1735d8ab6b04906bbdcfc671cce2a5e609b6f8e92865e67331cc2f41ba4"
|
|
-"checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980"
|
|
-"checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
|
|
-"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
|
-"checksum crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1"
|
|
-"checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9"
|
|
-"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
|
|
-"checksum derive_builder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c998e6ab02a828dd9735c18f154e14100e674ed08cb4e1938f0e4177543f439"
|
|
-"checksum derive_builder_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "735e24ee9e5fa8e16b86da5007856e97d592e11867e45d76e0c0d0a164a0b757"
|
|
-"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
|
|
-"checksum encoding_rs 0.8.10 (registry+https://github.com/rust-lang/crates.io-index)" = "065f4d0c826fdaef059ac45487169d918558e3cf86c9d89f6e81cf52369126e5"
|
|
-"checksum errno 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1e2b2decb0484e15560df3210cf0d78654bb0864b2c138977c07e377a1bae0e2"
|
|
-"checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7"
|
|
-"checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596"
|
|
-"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
-"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
-"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
-"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"
|
|
-"checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b"
|
|
-"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
-"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
|
-"checksum h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd33bafe2e6370e6c8eb0cf1b8c5f93390b90acde7e9b03723f166b28b648ed"
|
|
-"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
|
|
-"checksum http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "24f58e8c2d8e886055c3ead7b28793e1455270b5fb39650984c224bc538ba581"
|
|
-"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
|
|
-"checksum hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)" = "95ffee0d1d30de4313fdaaa485891ce924991d45bbc18adfc8ac5b1639e62fbb"
|
|
-"checksum hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661"
|
|
-"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
-"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
|
|
-"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
|
-"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
|
|
-"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
-"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
|
-"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
|
|
-"checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
|
|
-"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
|
|
-"checksum libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "21138fc6669f438ed7ae3559d5789a5f0ba32f28c1f0608d1e452b0bb06ee936"
|
|
-"checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd"
|
|
-"checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
|
|
-"checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a"
|
|
-"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
-"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
|
-"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
-"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
|
-"checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16"
|
|
-"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
|
-"checksum mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "0a907b83e7b9e987032439a387e187119cddafc92d5c2aaeb1d92580a793f630"
|
|
-"checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed"
|
|
-"checksum mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a637d1ca14eacae06296a008fa7ad955347e34efcb5891cfd8ba05491a37907e"
|
|
-"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
|
|
-"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
|
-"checksum miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3e690c5df6b2f60acd45d56378981e827ff8295562fc8d34f573deb267a59cd1"
|
|
-"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
-"checksum native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2"
|
|
-"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
|
-"checksum nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f"
|
|
-"checksum nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79"
|
|
-"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
-"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
|
|
-"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
|
-"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
|
-"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
|
|
-"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
-"checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613"
|
|
-"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
-"checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106"
|
|
-"checksum os_type 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7edc011af0ae98b7f88cf7e4a83b70a54a75d2b8cb013d6efd02e5956207e9eb"
|
|
-"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
|
-"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
|
-"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
|
|
-"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
-"checksum phf 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "cec29da322b242f4c3098852c77a0ca261c9c01b806cae85a5572a1eb94db9a6"
|
|
-"checksum phf_codegen 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "7d187f00cd98d5afbcd8898f6cf181743a449162aeb329dcd2f3849009e605ad"
|
|
-"checksum phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "03dc191feb9b08b0dc1330d6549b795b9d81aec19efe6b4a45aec8d4caee0c4b"
|
|
-"checksum phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "b539898d22d4273ded07f64a05737649dc69095d92cb87c7097ec68e3f150b93"
|
|
-"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
|
-"checksum proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee"
|
|
-"checksum pty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f50f3d255966981eb4e4c5df3e983e6f7d163221f547406d83b6a460ff5c5ee8"
|
|
-"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
-"checksum quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "63b5829244f52738cfee93b3a165c1911388675be000c888d2fae620dee8fa5b"
|
|
-"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
|
|
-"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
|
|
-"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
|
|
-"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
|
|
-"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
|
-"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
-"checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467"
|
|
-"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
|
|
-"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
|
-"checksum reqwest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "00a5870d8edc74fc6e1eb58edbd2815d2243e1a2255d6bf9c82a7a875901b5db"
|
|
-"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
|
|
-"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
-"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
|
|
-"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
|
|
-"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
|
|
-"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
|
-"checksum security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "697d3f3c23a618272ead9e1fb259c1411102b31c6af8b93f1d64cca9c3b0e8e0"
|
|
-"checksum security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab01dfbe5756785b5b4d46e0289e5a18071dfa9a7c2b24213ea00b9ef9b665bf"
|
|
-"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"
|
|
-"checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8"
|
|
-"checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef"
|
|
-"checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153"
|
|
-"checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c"
|
|
-"checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce"
|
|
-"checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5"
|
|
-"checksum serde_urlencoded 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aaed41d9fb1e2f587201b863356590c90c1157495d811430a0c0325fe8169650"
|
|
-"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
|
-"checksum slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d807fd58c4181bbabed77cb3b891ba9748241a552bcc5be698faaebefc54f46e"
|
|
-"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
|
|
-"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
|
|
-"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
|
-"checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970"
|
|
-"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
|
-"checksum structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "41c4a2479a078509940d82773d90ff824a8c89533ab3b59cd3ce8b0c0e369c02"
|
|
-"checksum structopt-derive 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5352090cfae7a2c85e1a31146268b53396106c88ca5d6ccee2e3fae83b6e35c2"
|
|
-"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
-"checksum syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)" = "90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430"
|
|
-"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
-"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
|
|
-"checksum tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b"
|
|
-"checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83"
|
|
-"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
-"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
|
|
-"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
|
-"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
-"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
|
|
-"checksum tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895"
|
|
-"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
|
|
-"checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c"
|
|
-"checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde"
|
|
-"checksum tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75"
|
|
-"checksum tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21"
|
|
-"checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018"
|
|
-"checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912"
|
|
-"checksum tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3929aee321c9220ed838ed6c3928be7f9b69986b0e3c22c972a66dbf8a298c68"
|
|
-"checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e"
|
|
-"checksum tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c"
|
|
-"checksum tokio-uds 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df195376b43508f01570bacc73e13a1de0854dc59e79d1ec09913e8db6dd2a70"
|
|
-"checksum toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65"
|
|
-"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
|
-"checksum ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0f8bfa9ff0cadcd210129ad9d2c5f145c13e9ced3d3e5d948a6213487d52444"
|
|
-"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
-"checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90"
|
|
-"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
-"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
|
|
-"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
|
-"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
|
-"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
|
-"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
-"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
-"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
-"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
|
|
-"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
|
-"checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
|
|
-"checksum uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dab5c5526c5caa3d106653401a267fed923e7046f35895ffcb5ca42db64942e6"
|
|
-"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
|
|
-"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
|
-"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
-"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
-"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
|
|
-"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
-"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
|
-"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"
|
|
-"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
-"checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
|
|
-"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
-"checksum yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e"
|