2019-03-22 15:03:25 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.7.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "antidote"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-03 16:22:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2019-04-23 13:29:59 +03:00
|
|
|
version = "0.3.11"
|
2019-04-03 16:22:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.3.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"odds 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.4.11"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.2.13"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.1.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.3.37"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.1.31"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.37.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cexpr 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 13:29:59 +03:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "1.1.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2-rfc"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "built"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.3.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"git2 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "1.3.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2019-03-07 12:52:53 +03:00
|
|
|
version = "0.4.12"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.0.45"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-09-12 15:18:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.1.9"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.4.9"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "0.23.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-04-23 13:29:59 +03:00
|
|
|
version = "2.33.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 13:29:59 +03:00
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.1.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2019-03-07 12:52:53 +03:00
|
|
|
version = "1.2.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "croaring"
|
2019-05-16 11:17:39 +03:00
|
|
|
version = "0.3.9"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-16 11:17:39 +03:00
|
|
|
"croaring-sys 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "croaring-sys"
|
2019-05-16 11:17:39 +03:00
|
|
|
version = "0.3.9"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2019-03-07 12:52:53 +03:00
|
|
|
version = "0.7.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.7.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-03-07 12:52:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.6.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ct-logs"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"sct 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "3.1.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2019-02-27 15:50:05 +03:00
|
|
|
version = "1.0.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.4.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "easy-jsonrpc"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.5.2"
|
2019-03-12 12:37:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-24 11:26:52 +03:00
|
|
|
"easy-jsonrpc-proc-macro 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 12:37:57 +03:00
|
|
|
"jsonrpc-core 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 12:37:57 +03:00
|
|
|
]
|
|
|
|
|
2019-08-19 15:05:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "easy-jsonrpc-mw"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"easy-jsonrpc-proc-macro-mw 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-core 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 15:05:21 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "easy-jsonrpc-proc-macro"
|
2019-04-24 11:26:52 +03:00
|
|
|
version = "0.5.0"
|
2019-03-12 12:37:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 12:37:57 +03:00
|
|
|
]
|
|
|
|
|
2019-08-19 15:05:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "easy-jsonrpc-proc-macro-mw"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 15:05:21 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.3.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum_primitive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.5.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.0.11"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.1.29"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-cpupool"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.1.12"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.10.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libgit2-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_api"
|
2019-10-03 17:15:25 +03:00
|
|
|
version = "2.1.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3#b78ace8329c6cee2cee674d1b9c2800a961b8ad4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:15:25 +03:00
|
|
|
"grin_chain 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_core 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_p2p 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_pool 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_store 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_util 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper-rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-24 17:13:20 +03:00
|
|
|
"hyper-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-rustls 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_chain"
|
2019-10-03 17:15:25 +03:00
|
|
|
version = "2.1.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3#b78ace8329c6cee2cee674d1b9c2800a961b8ad4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-16 11:17:39 +03:00
|
|
|
"croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:15:25 +03:00
|
|
|
"grin_core 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_keychain 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_store 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_util 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 15:03:25 +03:00
|
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_core"
|
2019-10-03 17:15:25 +03:00
|
|
|
version = "2.1.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3#b78ace8329c6cee2cee674d1b9c2800a961b8ad4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-16 11:17:39 +03:00
|
|
|
"croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:15:25 +03:00
|
|
|
"grin_keychain 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_util 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 15:03:25 +03:00
|
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-16 11:17:39 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_keychain"
|
2019-10-03 17:15:25 +03:00
|
|
|
version = "2.1.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3#b78ace8329c6cee2cee674d1b9c2800a961b8ad4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:15:25 +03:00
|
|
|
"grin_util 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"pbkdf2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-16 11:17:39 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"ripemd160 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_p2p"
|
2019-10-03 17:15:25 +03:00
|
|
|
version = "2.1.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3#b78ace8329c6cee2cee674d1b9c2800a961b8ad4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:15:25 +03:00
|
|
|
"grin_chain 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_core 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_store 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_util 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-16 11:17:39 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_pool"
|
2019-10-03 17:15:25 +03:00
|
|
|
version = "2.1.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3#b78ace8329c6cee2cee674d1b9c2800a961b8ad4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 15:50:05 +03:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:15:25 +03:00
|
|
|
"grin_core 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_keychain 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_store 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_util 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-16 11:17:39 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_secp256k1zkp"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "0.7.7"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_store"
|
2019-10-03 17:15:25 +03:00
|
|
|
version = "2.1.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3#b78ace8329c6cee2cee674d1b9c2800a961b8ad4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-16 11:17:39 +03:00
|
|
|
"croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:15:25 +03:00
|
|
|
"grin_core 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_util 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_util"
|
2019-10-03 17:15:25 +03:00
|
|
|
version = "2.1.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3#b78ace8329c6cee2cee674d1b9c2800a961b8ad4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grin_secp256k1zkp 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 16:22:30 +03:00
|
|
|
"log4rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-16 11:17:39 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"zip 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet"
|
2019-10-03 17:59:12 +03:00
|
|
|
version = "2.1.0-beta.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 13:29:59 +03:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-13 11:36:21 +03:00
|
|
|
"easy-jsonrpc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:59:12 +03:00
|
|
|
"grin_wallet_api 2.1.0-beta.3",
|
|
|
|
"grin_wallet_config 2.1.0-beta.3",
|
|
|
|
"grin_wallet_controller 2.1.0-beta.3",
|
|
|
|
"grin_wallet_impls 2.1.0-beta.3",
|
|
|
|
"grin_wallet_libwallet 2.1.0-beta.3",
|
|
|
|
"grin_wallet_util 2.1.0-beta.3",
|
2019-02-14 13:52:16 +03:00
|
|
|
"linefeed 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rpassword 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-13 11:36:21 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-03-14 15:06:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_api"
|
2019-10-03 17:59:12 +03:00
|
|
|
version = "2.1.0-beta.3"
|
2019-03-14 15:06:03 +03:00
|
|
|
dependencies = [
|
2019-08-19 15:05:21 +03:00
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 15:05:21 +03:00
|
|
|
"easy-jsonrpc-mw 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 15:06:03 +03:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:59:12 +03:00
|
|
|
"grin_wallet_config 2.1.0-beta.3",
|
|
|
|
"grin_wallet_impls 2.1.0-beta.3",
|
|
|
|
"grin_wallet_libwallet 2.1.0-beta.3",
|
|
|
|
"grin_wallet_util 2.1.0-beta.3",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 15:05:21 +03:00
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 16:22:30 +03:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 15:06:03 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_config"
|
2019-10-03 17:59:12 +03:00
|
|
|
version = "2.1.0-beta.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2019-02-27 15:50:05 +03:00
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:59:12 +03:00
|
|
|
"grin_wallet_util 2.1.0-beta.3",
|
2019-02-13 18:05:19 +03:00
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-14 15:06:03 +03:00
|
|
|
[[package]]
|
2019-03-17 22:14:58 +03:00
|
|
|
name = "grin_wallet_controller"
|
2019-10-03 17:59:12 +03:00
|
|
|
version = "2.1.0-beta.3"
|
2019-03-14 15:06:03 +03:00
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 15:05:21 +03:00
|
|
|
"easy-jsonrpc-mw 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 15:06:03 +03:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:59:12 +03:00
|
|
|
"grin_wallet_api 2.1.0-beta.3",
|
|
|
|
"grin_wallet_config 2.1.0-beta.3",
|
|
|
|
"grin_wallet_impls 2.1.0-beta.3",
|
|
|
|
"grin_wallet_libwallet 2.1.0-beta.3",
|
|
|
|
"grin_wallet_util 2.1.0-beta.3",
|
2019-03-17 22:14:58 +03:00
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-17 22:14:58 +03:00
|
|
|
"prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 15:06:03 +03:00
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-17 22:14:58 +03:00
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 16:22:30 +03:00
|
|
|
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-17 22:14:58 +03:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-retry 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 16:22:30 +03:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 15:06:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-03-17 22:14:58 +03:00
|
|
|
name = "grin_wallet_impls"
|
2019-10-03 17:59:12 +03:00
|
|
|
version = "2.1.0-beta.3"
|
2019-03-14 15:06:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 15:06:03 +03:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:59:12 +03:00
|
|
|
"grin_wallet_config 2.1.0-beta.3",
|
|
|
|
"grin_wallet_libwallet 2.1.0-beta.3",
|
|
|
|
"grin_wallet_util 2.1.0-beta.3",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 15:06:03 +03:00
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-24 11:56:10 +03:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 15:06:03 +03:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-retry 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
Merge milestone/2.1.0 into master (#199)
* version bump for next potential release
* Merge master into milestone/2.1.0 (#182)
* Derive --version output dynamically from cargo package version (#174)
* add --txid to the `wallet txs` command (#176)
* add --txid to the `wallet txs` command
* add test for `wallet txs` command with `--txid` parameter
* Refactor - Split WalletCommAdapter into multiple traits (#180)
* Derive --version output dynamically from cargo package version (#174)
* add server auth argument to http client
* Revert "add server auth argument to http client"
This reverts commit f52a8d2c7cdfb8583af5716ad621eb560811d6ee.
* modify WalletCommAdapter, moving dest argument into fields on implementors,
visiting havok on automated tests, at least one of which is now out of date and failing
* Split WalletCommAdapter into four traits, one for each of its intended behaviors.
* Remove two vestigals
1. args, a stringly typed argument to put_tx
2. NullAdapter, which is no longer used
* Remove unused "params" argument from listen method.
* Re-add previously existing TODO comment
* Fix non-test build
* completely Fix non-test build
* Full Lifecycle API Support (#184)
* refactoring wallet lib traits
* rustfmt
* rustfmt
* add new files
* explicit lifetime specifiers on all wallet traits
* rustfmt
* modify apis to use new walletinst
* rustfmt
* converting controller crate
* rustfmt
* controller crate compiling
* rustfmt
* compilation
* rustfmt
* Remove config from wallet, implement open_wallet, close_wallet in lifecycle provider, remove password + open_with_credentials from WalletBackend + impl
* rustfmt
* full compilation, changing recovery + init to new model
* rustfmt
* wallet initialisation working, init command output and flow identical to v2.0.0 wallet
* rustfmt
* fix listener and owner api startup
* rustfmt
* rustfmt
* move encryption test
* rustfmt
* fix api doctests
* rustfmt
* fix for most tests in controller crate
* rustfmt
* fix for check tests in controller crate
* fix main wallet tests
* rustfmt
* add explicit functions to handle mnemonic recovery, fix CLI recovery workflow
* rustfmt
* update keybase adapter to use new wallet format
* rustfmt
* test fix
* remove debug output
2019-07-29 15:25:03 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 16:22:30 +03:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-17 22:14:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_libwallet"
|
2019-10-03 17:59:12 +03:00
|
|
|
version = "2.1.0-beta.3"
|
2019-03-17 22:14:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-17 22:14:58 +03:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:59:12 +03:00
|
|
|
"grin_wallet_config 2.1.0-beta.3",
|
|
|
|
"grin_wallet_util 2.1.0-beta.3",
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-17 22:14:58 +03:00
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-30 11:34:04 +03:00
|
|
|
"strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 16:22:30 +03:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-26 19:02:31 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_util"
|
2019-10-03 17:59:12 +03:00
|
|
|
version = "2.1.0-beta.3"
|
2019-03-26 19:02:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 17:15:25 +03:00
|
|
|
"grin_api 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_chain 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_core 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_keychain 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_store 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
|
|
|
"grin_util 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)",
|
2019-03-26 19:02:31 +03:00
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-26 19:02:31 +03:00
|
|
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 15:06:03 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.1.26"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 12:37:57 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.1.18"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "1.3.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.3.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
|
|
|
version = "0.12.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ct-logs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"tokio-rustls 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webpki-roots 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-24 17:13:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.19 (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.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io-timeout 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
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.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
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.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.2.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.4.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
|
|
|
version = "10.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 12:37:57 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.4.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.2.62"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.9.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "liblmdb-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.5.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.0.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linefeed"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-27 15:50:05 +03:00
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 13:52:16 +03:00
|
|
|
"mortal 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2019-03-22 15:03:25 +03:00
|
|
|
version = "0.5.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lmdb-zero"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"liblmdb-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"supercow 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.4.8"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log-mdc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log4rs"
|
2019-04-03 16:22:30 +03:00
|
|
|
version = "0.8.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-23 13:29:59 +03:00
|
|
|
"arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"log-mdc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
2019-03-22 15:03:25 +03:00
|
|
|
version = "0.1.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-22 15:03:25 +03:00
|
|
|
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "2.2.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.5.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-06 14:50:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz-sys"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.1.12"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.3.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.6.19"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
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)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
|
|
|
version = "0.6.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mortal"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 13:52:16 +03:00
|
|
|
"nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallstr 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"terminfo 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 13:52:16 +03:00
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "0.14.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "3.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2019-03-26 19:02:31 +03:00
|
|
|
version = "4.2.3"
|
2019-02-14 13:52:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 13:52:16 +03:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 15:50:05 +03:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.2.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "0.2.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.1.41"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.1.39"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "0.2.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.2.8"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-05-31 10:33:23 +03:00
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "1.10.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "odds"
|
|
|
|
version = "0.2.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2019-03-22 15:03:25 +03:00
|
|
|
version = "1.0.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "2.1.0"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.7.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.7.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.7.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.7.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.3.16"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "podio"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettytable-rs"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"csv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 16:22:30 +03:00
|
|
|
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.4.30"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.6.13"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 15:50:05 +03:00
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.4.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.5.1"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.1.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-07 12:52:53 +03:00
|
|
|
version = "0.1.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
2019-02-27 15:50:05 +03:00
|
|
|
version = "0.1.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.1.56"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.3.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.3.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.6.12"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "0.5.2"
|
2019-03-12 12:37:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 12:37:57 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.13.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ripemd160"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.1.16"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
|
|
|
version = "0.3.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sct 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "1.0.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.3.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "1.0.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.0.100"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-07 12:52:53 +03:00
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-value"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-22 15:03:25 +03:00
|
|
|
"ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.0.100"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "1.0.40"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.8.9"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 15:03:25 +03:00
|
|
|
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallstr"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "0.6.10"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.2.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-06-27 12:41:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-23 13:29:59 +03:00
|
|
|
version = "0.8.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-30 11:34:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-30 11:34:04 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "supercow"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.15.44"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.10.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "3.1.0"
|
2019-03-12 12:37:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 12:37:57 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2019-04-03 16:22:30 +03:00
|
|
|
version = "0.5.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 16:22:30 +03:00
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "1.0.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "terminfo"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-26 19:02:31 +03:00
|
|
|
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 13:52:16 +03:00
|
|
|
"phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-23 13:29:59 +03:00
|
|
|
version = "0.11.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-26 19:02:31 +03:00
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-codec"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-core"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-current-thread"
|
2019-03-26 19:02:31 +03:00
|
|
|
version = "0.1.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.1.8"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-fs"
|
2019-03-07 12:52:53 +03:00
|
|
|
version = "0.1.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2019-03-07 12:52:53 +03:00
|
|
|
version = "0.1.12"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-09-24 17:13:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2019-03-07 12:52:53 +03:00
|
|
|
version = "0.1.9"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-retry"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-service"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-03-07 12:52:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-sync"
|
2019-06-27 12:41:05 +03:00
|
|
|
version = "0.1.6"
|
2019-03-07 12:52:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tcp"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.1.15"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.2.11"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-udp"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.1.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-uds"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-07 12:52:53 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-31 10:33:23 +03:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 12:52:53 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.4.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-27 12:41:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.5.3"
|
2019-06-27 12:41:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typemap"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.11.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-27 12:41:05 +03:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "1.3.0"
|
2019-03-12 12:37:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.1.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-any"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "1.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "2.1.0"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-31 10:33:23 +03:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-03-22 15:03:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2019-04-03 16:22:30 +03:00
|
|
|
version = "0.7.4"
|
2019-03-22 15:03:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 15:03:25 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.2.7"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "2.2.9"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.3.8"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.0.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 15:18:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2019-03-07 12:52:53 +03:00
|
|
|
version = "0.4.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-22 15:03:25 +03:00
|
|
|
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.9.3"
|
2019-06-06 00:35:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"zeroize_derive 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-06 00:35:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.9.3"
|
2019-06-06 00:35:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-06 14:50:41 +03:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 15:18:15 +03:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-06 00:35:11 +03:00
|
|
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.5.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-06 14:50:41 +03:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 18:05:19 +03:00
|
|
|
"podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
"checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5"
|
2019-04-23 13:29:59 +03:00
|
|
|
"checksum arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
|
|
|
"checksum arrayvec 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)" = "06f59fe10306bb78facd90d28c2038ad23ffaaefa85bac43c8a434cde383334f"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
|
|
|
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
|
|
|
|
"checksum backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)" = "5180c5a20655b14a819b652fd2378fa5f1697b6c9ddad3e695c2f9cedf6df4e2"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
|
|
"checksum bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1b25ab82877ea8fe6ce1ce1f8ac54361f0218bad900af9eb11803994bf67c221"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3d2315cfb416f86e05360edc950b1d7d25ecfb00f7f8eba60dbd7882a0f2e944"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
2019-03-07 12:52:53 +03:00
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum cexpr 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42aac45e9567d97474a834efdee3081b3c942b2205be932092f53354ce503d6c"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7f7c04e52c35222fffcc3a115b5daf5f7e2bfb71c13c4e2321afe1fc71859c2"
|
2019-04-23 13:29:59 +03:00
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
|
2019-03-07 12:52:53 +03:00
|
|
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2019-05-16 11:17:39 +03:00
|
|
|
"checksum croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "71152d60cec9dfdc5d9d793bccfa9ad95927372b80cd00e983db5eb2ce103e3b"
|
|
|
|
"checksum croaring-sys 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ac84a4f975e67fc418be3911b7ca9aa74ee8a9717ca75452da7d6839421e2d67"
|
2019-03-07 12:52:53 +03:00
|
|
|
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
|
2019-03-07 12:52:53 +03:00
|
|
|
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7afa06d05a046c7a47c3a849907ec303504608c927f4e85f7bfff22b7180d971"
|
|
|
|
"checksum csv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ef22b37c7a51c564a365892c012dc0271221fdcc64c69b19ba4d6fa8bd96d9c"
|
|
|
|
"checksum ct-logs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "95a4bf5107667e12bf6ce31a3a5066d67acc88942b6742117a41198734aaccaa"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7dfd2d8b4c82121dfdff120f818e09fc4380b0b7e17a742081a89b94853e87f"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
|
2019-02-27 15:50:05 +03:00
|
|
|
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
|
|
|
|
"checksum easy-jsonrpc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4a851f8e0ed5790b60ded487feb0dc3c7e7da52c4a0adc57c009bfc5af8ca1a"
|
2019-08-19 15:05:21 +03:00
|
|
|
"checksum easy-jsonrpc-mw 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c6f0a8e3a3a2c87620d0d0f1df8e619c2381affd6881558d19d66841b6335844"
|
2019-04-24 11:26:52 +03:00
|
|
|
"checksum easy-jsonrpc-proc-macro 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9fb33793846951f339a70580375734416898ff8ddbb74401865031e25ba6751"
|
2019-08-19 15:05:21 +03:00
|
|
|
"checksum easy-jsonrpc-proc-macro-mw 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a6368dbd2c6685fb84fc6e6a4749917ddc98905793fd06341c7e11a2504f2724"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
|
|
|
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
|
|
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
2019-02-13 18:05:19 +03:00
|
|
|
"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 generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571"
|
|
|
|
"checksum git2 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39f27186fbb5ec67ece9a56990292bc5aed3c3fc51b9b07b0b52446b1dfb4a82"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2019-10-03 17:15:25 +03:00
|
|
|
"checksum grin_api 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)" = "<none>"
|
|
|
|
"checksum grin_chain 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)" = "<none>"
|
|
|
|
"checksum grin_core 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)" = "<none>"
|
|
|
|
"checksum grin_keychain 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)" = "<none>"
|
|
|
|
"checksum grin_p2p 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)" = "<none>"
|
|
|
|
"checksum grin_pool 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)" = "<none>"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum grin_secp256k1zkp 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "23027a7673df2c2b20fb9589d742ff400a10a9c3e4c769a77e9fa3bd19586822"
|
2019-10-03 17:15:25 +03:00
|
|
|
"checksum grin_store 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)" = "<none>"
|
|
|
|
"checksum grin_util 2.1.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.3)" = "<none>"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
|
2019-03-12 12:37:57 +03:00
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "733e1b3ac906631ca01ebb577e9bb0f5e37a454032b9036b5eaea4013ed6f99a"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4"
|
|
|
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f1ebec079129e43af5e234ef36ee3d7e6085687d145b7ea653b262d16c6b65f1"
|
|
|
|
"checksum hyper-rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "68f2aa6b1681795bf4da8063f718cd23145aa0c9a5143d9787b345aa60d38ee4"
|
2019-09-24 17:13:20 +03:00
|
|
|
"checksum hyper-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16ec7c8e526ed674ce148323e1f2010f76f546fcdca99a2c721e04bc7bf5b6f7"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b1d42ef453b30b7387e113da1c83ab1605d90c5b4e0eb8e96d016ed3b8c160"
|
2019-03-12 12:37:57 +03:00
|
|
|
"checksum jsonrpc-core 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc15eef5f8b6bef5ac5f7440a957ff95d036e2f98706947741bfc93d1976db4c"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
|
|
|
|
"checksum libgit2-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a30f8637eb59616ee3b8a00f6adff781ee4ddd8343a615b8238de756060cc1b3"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum liblmdb-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "feed38a3a580f60bf61aaa067b0ff4123395966839adeaf67258a9e50c4d2e49"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum linefeed 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2abb5810ef55bb5f5f33b010cc280b3ab877764c902681efc7c8c95628004c"
|
2019-03-22 15:03:25 +03:00
|
|
|
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "13416eee745b087c22934f35f1f24da22da41ba2a5ce197143d168ce055cc58d"
|
|
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum log-mdc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7"
|
2019-04-03 16:22:30 +03:00
|
|
|
"checksum log4rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "100052474df98158c0738a7d3f4249c99978490178b5f9f68cd835ac57adbd1b"
|
2019-03-22 15:03:25 +03:00
|
|
|
"checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
2019-02-13 18:05:19 +03:00
|
|
|
"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"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum mortal 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "26153280e6a955881f761354b130aa7838f9983836f3de438ac0a8f22cfab1ff"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
|
|
|
"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
|
2019-03-26 19:02:31 +03:00
|
|
|
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
|
|
|
"checksum num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf4825417e1e1406b3782a8ce92f4d53f26ec055e3622e1881ca8e9f5f9e08db"
|
|
|
|
"checksum num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9c3f34cdd24f334cb265d9bf8bfa8a241920d026916785747a92f0e55541a1a"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fcb0cf31fb3ff77e6d2a6ebd6800df7fdcd106f2ad89113c9130bcd07f93dffc"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
|
|
|
"checksum num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum odds 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "4eae0151b9dacf24fcc170d9995e511669a082856a91f958a2fe380bfab3fb22"
|
2019-03-22 15:03:25 +03:00
|
|
|
"checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
|
|
|
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
|
|
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
|
|
|
"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
|
|
|
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
|
|
|
"checksum pbkdf2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0c09cddfbfc98de7f76931acf44460972edb4023eb14d0c6d4018800e552d8e0"
|
|
|
|
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
|
|
|
|
"checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
|
|
|
|
"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
|
|
|
|
"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
|
|
|
|
"checksum prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5511ca4c805aa35f0abff6be7923231d664408b60c09f44ef715f2bce106cd9e"
|
|
|
|
"checksum proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "77997c53ae6edd6d187fec07ec41b207063b5ee6f33680e9fa86d405cdd313d4"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
|
|
|
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
|
|
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
|
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-03-07 12:52:53 +03:00
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-02-27 15:50:05 +03:00
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
|
|
|
|
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
|
|
|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a"
|
|
|
|
"checksum ripemd160 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "482aa56cc68aaeccdaaff1cc5a72c247da8bbad3beb174ca5741f274c22883fb"
|
|
|
|
"checksum rpassword 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37473170aedbe66ffa3ad3726939ba677d83c646ad4fd99e5b4bc38712f45ec"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
|
|
|
|
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
"checksum rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "942b71057b31981152970d57399c25f72e27a6ee0d207a669d8304cabf44705b"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b08423011dae9a5ca23f07cf57dac3857f5c885d352b76f6d95f4aea9434d0"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum sct 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb8f61f9e6eadd062a71c380043d28036304a4706b3c4dd001ff3387ed00745a"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)" = "f4473e8506b213730ff2061073b48fa51dcc66349219e2e7c5608f0296a1d95a"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)" = "11e410fde43e157d789fc290d26bc940778ad0fdd47836426fbac36573710dbb"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0"
|
|
|
|
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum smallstr 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6aa65bb4d5b2bbc90d36af64e29802f788aa614783fa1d0df011800ddcec6e8e"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
|
2019-04-23 13:29:59 +03:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-05-30 11:34:04 +03:00
|
|
|
"checksum strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f"
|
|
|
|
"checksum strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum supercow 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "171758edb47aa306a78dfa4ab9aeb5167405bd4e3dc2b64e88f6a84bbe98bd63"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
|
|
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-04-03 16:22:30 +03:00
|
|
|
"checksum term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum terminfo 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8e51065bafd2abe106b6036483b69d1741f4a1ec56ce8a2378de341637de689e"
|
2019-04-23 13:29:59 +03:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
|
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
|
|
|
"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-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
|
2019-03-26 19:02:31 +03:00
|
|
|
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac"
|
2019-03-07 12:52:53 +03:00
|
|
|
"checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
|
|
|
|
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
|
2019-09-24 17:13:20 +03:00
|
|
|
"checksum tokio-io-timeout 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "135ce81f15cfd7982fac684f9057a1299eebeb79e98a8a709969b9aa51123129"
|
2019-03-07 12:52:53 +03:00
|
|
|
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum tokio-retry 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f05746ae87dca83a2016b4f5dba5b237b897dd12fd324f60afe282112f16969a"
|
|
|
|
"checksum tokio-rustls 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "208d62fa3e015426e3c64039d9d20adf054a3c9b4d9445560f1c41c75bef3eab"
|
|
|
|
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
|
2019-06-27 12:41:05 +03:00
|
|
|
"checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
|
|
|
|
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
|
|
|
"checksum typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
|
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
|
2019-05-31 10:33:23 +03:00
|
|
|
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f"
|
|
|
|
"checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
|
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
|
2019-04-03 16:22:30 +03:00
|
|
|
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2019-02-14 13:52:16 +03:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "17d7967316d8411ca3b01821ee6c332bde138ba4363becdb492f12e514daa17f"
|
|
|
|
"checksum webpki-roots 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85d1f408918fd590908a70d36b7ac388db2edc221470333e4d6e5b598e44cabf"
|
|
|
|
"checksum which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e84a603e7e0b1ce1aa1ee2b109c7be00155ce52df5081590d1ffb93f4f515cb2"
|
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
|
2019-02-13 18:05:19 +03:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|
2019-03-07 12:52:53 +03:00
|
|
|
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
|
2019-08-06 14:50:41 +03:00
|
|
|
"checksum zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "45af6a010d13e4cf5b54c94ba5a2b2eba5596b9e46bf5875612d332a1f2b3f86"
|
|
|
|
"checksum zeroize_derive 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "080616bd0e31f36095288bb0acdf1f78ef02c2fa15527d7e993f2a6c7591643e"
|
2019-09-12 15:18:15 +03:00
|
|
|
"checksum zip 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3c21bb410afa2bd823a047f5bda3adb62f51074ac7e06263b2c97ecdd47e9fc6"
|