2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "1.0.3"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.6.6"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "array-macro"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "1.0.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
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.12 (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"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.2.11"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.3.9"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"backtrace-sys 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.23"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-06-18 18:18:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.37.4"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cexpr 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"env_logger 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"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)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.9.1"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "1.0.3"
|
2018-03-26 12:48:46 +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 = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-13 16:58:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bufstream"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "build_const"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.2.1"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "built"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"git2 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "1.2.4"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.4.9"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.3.3"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "1.0.18"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[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"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.1.4"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.4.5"
|
2018-06-18 18:18:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-18 18:18:38 +03:00
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.23.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "2.32.0"
|
2018-03-26 12:48:46 +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)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.31"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "1.8.1"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-06-18 18:18:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "croaring"
|
2018-08-14 15:28:58 +03:00
|
|
|
version = "0.3.6"
|
2018-06-18 18:18:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-14 15:28:58 +03:00
|
|
|
"croaring-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-18 18:18:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "croaring-sys"
|
2018-08-14 15:28:58 +03:00
|
|
|
version = "0.3.6"
|
2018-06-18 18:18:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-05 15:18:09 +03:00
|
|
|
"bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-18 18:18:38 +03:00
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-18 18:18:38 +03:00
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.4.3"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-05 15:18:09 +03:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +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)",
|
|
|
|
]
|
|
|
|
|
2018-06-21 06:16:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
|
|
|
version = "3.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cursive"
|
|
|
|
version = "0.8.2-alpha.0"
|
|
|
|
source = "git+https://github.com/yeastplume/Cursive?tag=grin_integration_1#e23a5cd3a2bf1ab681ff37144a58b14c26c752b2"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"enum-map 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"enumset 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"xi-unicode 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "daemonize"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-07-30 03:48:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.4.3"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2018-03-29 13:03:53 +03:00
|
|
|
version = "1.5.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-map"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.2.36"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"array-macro 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"enum-map-derive 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"reexport-proc-macro 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-map-derive"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.2.10"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = "enumset"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.3.11"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-05 15:18:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-03-26 12:48:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.5.11"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-15 01:59:53 +03:00
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-05 15:18:09 +03:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "1.0.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"miniz_oxide_c_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-08-01 12:44:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +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"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.1.23"
|
2018-03-26 12:48:46 +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 = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.7.4"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"libgit2-sys 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"built 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"cursive 0.8.2-alpha.0 (git+https://github.com/yeastplume/Cursive?tag=grin_integration_1)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"daemonize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_api 0.3.0",
|
|
|
|
"grin_config 0.3.0",
|
|
|
|
"grin_core 0.3.0",
|
|
|
|
"grin_keychain 0.3.0",
|
|
|
|
"grin_p2p 0.3.0",
|
|
|
|
"grin_servers 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
|
|
|
"grin_wallet 0.3.0",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_api"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
2018-04-16 12:00:32 +03:00
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_chain 0.3.0",
|
|
|
|
"grin_core 0.3.0",
|
|
|
|
"grin_p2p 0.3.0",
|
|
|
|
"grin_pool 0.3.0",
|
|
|
|
"grin_store 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
2018-08-01 20:58:22 +03:00
|
|
|
"http 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_chain"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 15:28:58 +03:00
|
|
|
"croaring 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"env_logger 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-01 01:36:38 +03:00
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_core 0.3.0",
|
|
|
|
"grin_keychain 0.3.0",
|
|
|
|
"grin_store 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
|
|
|
"grin_wallet 0.3.0",
|
2018-06-22 11:08:06 +03:00
|
|
|
"lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-23 21:55:25 +03:00
|
|
|
"lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_config"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_p2p 0.3.0",
|
|
|
|
"grin_servers 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
|
|
|
"grin_wallet 0.3.0",
|
2018-07-30 03:48:24 +03:00
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_core"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 15:28:58 +03:00
|
|
|
"croaring 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-01 01:36:38 +03:00
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_keychain 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
|
|
|
"grin_wallet 0.3.0",
|
2018-08-01 12:44:07 +03:00
|
|
|
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"num-bigint 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_keychain"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_util 0.3.0",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_p2p"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_core 0.3.0",
|
|
|
|
"grin_pool 0.3.0",
|
|
|
|
"grin_store 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
2018-06-22 11:08:06 +03:00
|
|
|
"lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_pool"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_chain 0.3.0",
|
|
|
|
"grin_core 0.3.0",
|
|
|
|
"grin_keychain 0.3.0",
|
|
|
|
"grin_store 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
|
|
|
"grin_wallet 0.3.0",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-04-12 12:11:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "grin_servers"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-04-12 12:11:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-13 16:58:25 +03:00
|
|
|
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_api 0.3.0",
|
|
|
|
"grin_chain 0.3.0",
|
|
|
|
"grin_config 0.3.0",
|
|
|
|
"grin_core 0.3.0",
|
|
|
|
"grin_keychain 0.3.0",
|
|
|
|
"grin_p2p 0.3.0",
|
|
|
|
"grin_pool 0.3.0",
|
|
|
|
"grin_store 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
|
|
|
"grin_wallet 0.3.0",
|
2018-08-01 20:58:22 +03:00
|
|
|
"hyper 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 12:11:24 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-12 12:11:24 +03:00
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "grin_store"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 15:28:58 +03:00
|
|
|
"croaring 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"env_logger 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-01 01:36:38 +03:00
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_core 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"memmap 0.6.2 (git+https://github.com/danburkert/memmap-rs?tag=0.6.2)",
|
2018-06-18 18:18:38 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_util"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
2018-07-05 15:18:09 +03:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-15 19:02:06 +03:00
|
|
|
"secp256k1zkp 0.7.1 (git+https://github.com/mimblewimble/rust-secp256k1-zkp?tag=grin_integration_21)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet"
|
2018-07-06 20:29:39 +03:00
|
|
|
version = "0.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 20:29:39 +03:00
|
|
|
"grin_api 0.3.0",
|
|
|
|
"grin_chain 0.3.0",
|
|
|
|
"grin_core 0.3.0",
|
|
|
|
"grin_keychain 0.3.0",
|
|
|
|
"grin_store 0.3.0",
|
|
|
|
"grin_util 0.3.0",
|
2018-08-01 20:58:22 +03:00
|
|
|
"hyper 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"tokio-retry 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-08-01 12:44:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.1.11"
|
2018-08-01 12:44:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"http 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.1.8"
|
2018-08-01 12:44:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "1.3.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-15 01:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.1.1"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.12.7"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"h2 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.1.5"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-08-01 12:44:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "isatty"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.8"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "0.7.8"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-29 13:03:53 +03:00
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.4.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-13 16:58:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "8.0.1"
|
2018-04-13 16:58:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-13 16:58:25 +03:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-13 16:58:25 +03:00
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +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"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "1.0.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2018-06-21 06:16:02 +03:00
|
|
|
version = "0.2.42"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.7.7"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"pkg-config 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-06-18 18:18:38 +03:00
|
|
|
[[package]]
|
2018-06-22 11:08:06 +03:00
|
|
|
name = "liblmdb-sys"
|
|
|
|
version = "0.2.2"
|
2018-06-18 18:18:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-18 18:18:38 +03:00
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.5.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.0.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"pkg-config 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-04-23 21:55:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-22 11:08:06 +03:00
|
|
|
[[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)",
|
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.4.3"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-05 15:18:09 +03:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-04-23 21:55:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.1.7"
|
2018-03-26 12:48:46 +03:00
|
|
|
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 = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "0.6.2"
|
|
|
|
source = "git+https://github.com/danburkert/memmap-rs?tag=0.6.2#b8b5411fcac76560a9dccafd512fa12044dd64b3"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.1.3"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide_c_api"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.1.3"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"miniz_oxide 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.6.15"
|
2018-03-26 12:48:46 +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)",
|
|
|
|
"lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "msdos_time"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.6"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ncurses"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "5.93.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"pkg-config 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.2.33"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-05 15:18:09 +03:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-06-21 06:16:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.12"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.44"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-05 20:26:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.39"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.37"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.2.5"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "odds"
|
|
|
|
version = "0.2.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.3.12"
|
2018-03-26 12:48:46 +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"
|
|
|
|
|
2018-07-30 03:48:24 +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)",
|
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "prettytable-rs"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "0.7.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"csv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encode_unicode 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.3.5"
|
2018-03-26 12:48:46 +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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-06-22 11:08:06 +03:00
|
|
|
name = "proc-macro2"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.4.9"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-06-15 01:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.5.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-06-22 11:08:06 +03:00
|
|
|
name = "quote"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.6.4"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.3.22"
|
2018-03-26 12:48:46 +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)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-06-22 11:08:06 +03:00
|
|
|
name = "rand"
|
|
|
|
version = "0.4.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.40"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:08:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reexport-proc-macro"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-05 20:26:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "1.0.2"
|
2018-06-05 20:26:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.6.2"
|
2018-06-05 20:26:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.1.9"
|
2018-03-26 12:48:46 +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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "secp256k1zkp"
|
|
|
|
version = "0.7.1"
|
2018-08-15 19:02:06 +03:00
|
|
|
source = "git+https://github.com/mimblewimble/rust-secp256k1-zkp?tag=grin_integration_21#301e6b6b5e19c6738c9d4b6b51e34c5ce256354e"
|
2018-03-26 12:48:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +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"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "1.0.70"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "1.0.70"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "1.0.24"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.2.3"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "2.2.3"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-async"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "2.3.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-term"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "2.4.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-08-01 12:44:07 +03:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-08-01 12:44:07 +03:00
|
|
|
name = "string"
|
|
|
|
version = "0.1.1"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-22 11:08:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "supercow"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "0.14.5"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-05 20:26:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
]
|
|
|
|
|
2018-06-15 01:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "1.0.1"
|
2018-06-15 01:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"wincolor 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-15 01:59:53 +03:00
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.10.0"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.40"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-21 06:16:02 +03:00
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.7"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"tokio-fs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-codec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-core"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.17"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-fs"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.1.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.7"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-retry"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"tokio-service 0.1.0 (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 = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tcp"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.1.5"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-udp"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.1"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 20:58:22 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.4.6"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:08:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.2.2"
|
2018-06-22 11:08:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
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 = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.7"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "1.2.1"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.1.5"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "1.7.1"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2018-06-05 20:26:32 +03:00
|
|
|
version = "0.6.5"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-05 15:18:09 +03:00
|
|
|
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 20:26:32 +03:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.2.4"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.8.1"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2018-08-01 12:44:07 +03:00
|
|
|
version = "0.0.6"
|
2018-06-22 11:08:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-01 12:44:07 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:09 +03:00
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 12:44:07 +03:00
|
|
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2018-06-22 11:08:06 +03:00
|
|
|
version = "0.3.5"
|
2018-03-26 12:48:46 +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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-15 01:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2018-08-01 20:58:22 +03:00
|
|
|
version = "1.0.0"
|
2018-06-15 01:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-15 01:59:53 +03:00
|
|
|
]
|
|
|
|
|
2018-03-26 12:48:46 +03:00
|
|
|
[[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 = "xi-unicode"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2018-07-05 15:18:09 +03:00
|
|
|
version = "0.4.2"
|
2018-03-26 12:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 11:08:06 +03:00
|
|
|
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 20:58:22 +03:00
|
|
|
"flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
"podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 11:08:06 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 12:48:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[metadata]
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum array-macro 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8b1b1a00de235e9f2cc0e650423dc249d875c116a5934188c08fdd0c02d840ef"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum arrayvec 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)" = "06f59fe10306bb78facd90d28c2038ad23ffaaefa85bac43c8a434cde383334f"
|
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum backtrace-sys 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "bff67d0c06556c0b8e6b5f090f0eac52d950d9dfd1d35ba04e4ca3543eaf6a7e"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1b25ab82877ea8fe6ce1ce1f8ac54361f0218bad900af9eb11803994bf67c221"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
|
|
|
"checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
2018-04-13 16:58:25 +03:00
|
|
|
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum built 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61f5aae2fa15b68fbcf0cbab64e659a55d10e9bacc55d3470ef77ae73030d755"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8389c509ec62b9fe8eca58c502a0acaf017737355615243496cde4994f8fa4f9"
|
|
|
|
"checksum bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e178b8e0e239e844b083d5a0d4a156b2654e67f9f80144d48398fcd736a24fb8"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2c5162604199bbb17690ede847eaa6120a3f33d5ab4dcc8e7c25b16d849ae79b"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "2119ea4867bd2b8ed3aecab467709720b2d55b1bcfe09f772fd68066eaf15275"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum cexpr 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42aac45e9567d97474a834efdee3081b3c942b2205be932092f53354ce503d6c"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e48d85528df61dc964aa43c5f6ca681a19cfa74939b2348d204bd08a981f2fb0"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7f7c04e52c35222fffcc3a115b5daf5f7e2bfb71c13c4e2321afe1fc71859c2"
|
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "95470235c31c726d72bf2e1f421adc1e65b9d561bf5529612cbe1a72da1467b3"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
2018-08-14 15:28:58 +03:00
|
|
|
"checksum croaring 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "38961600edf0408acc371eb2359901f5ed2e634dde8537fc9a05e88fb26cde0e"
|
|
|
|
"checksum croaring-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "48a344ef01931b3106d6083c08fefc16e2b0b9d2de695a49a7437e56607cfda1"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8153ef04a7594ded05b427ffad46ddeaf22e63fd48d42b3e1e3bb4db07cae7"
|
|
|
|
"checksum crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2af0e75710d6181e234c8ecc79f14a97907850a541b13b0be1dd10992f2e4620"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b"
|
|
|
|
"checksum csv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ef22b37c7a51c564a365892c012dc0271221fdcc64c69b19ba4d6fa8bd96d9c"
|
2018-06-21 06:16:02 +03:00
|
|
|
"checksum ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "630391922b1b893692c6334369ff528dcc3a9d8061ccf4c803aa8f83cb13db5e"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum cursive 0.8.2-alpha.0 (git+https://github.com/yeastplume/Cursive?tag=grin_integration_1)" = "<none>"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum daemonize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4093d27eb267d617f03c2ee25d4c3ca525b89a76154001954a11984508ffbde5"
|
2018-07-30 03:48:24 +03:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
|
2018-03-29 13:03:53 +03:00
|
|
|
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum encode_unicode 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c088ec0ed2282dcd054f2c124c0327f953563e6c75fdc6ff5141779596289830"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum enum-map 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b9d0ef2d88f806ff7ab06c8eee3b8d48d50dc74277efb7bb6877e47a79a1e3"
|
|
|
|
"checksum enum-map-derive 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "408e2b27a76859aeefb368137a96405e17ff353db2bc6b9e234a272b45169bef"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum enumset 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "81193cae36d896445dae43f89be4fd6a171aad6bd674acb7e7074d50bbce6940"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum env_logger 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "7873e292d20e8778f951278972596b3df36ac72a65c5b406f6d4961070a870c1"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82"
|
|
|
|
"checksum failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "37847f133aae7acf82bb9577ccd8bda241df836787642654286e79679826a54b"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2018-03-26 12:48:46 +03:00
|
|
|
"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"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "884dbe32a6ae4cd7da5c6db9b78114449df9953b8d490c9d7e1b51720b922c62"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum git2 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bdf8e2b96c031ee267ae34ece8e91b5987c8f7ccb0b90b5aa4a2b09d64e71e9b"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum h2 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "35754349586639c6ff629abd19a605e5a42599b0da4aff7be67d63e48ef1ba4e"
|
|
|
|
"checksum http 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0d7f7b919d476c052ff46833ac89aaf205726da8133dae61facad50ec4c9eaec"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7b6288d7db100340ca12873fd4d08ad1b8f206a9457798dfb17c018a33fee540"
|
2018-06-15 01:59:53 +03:00
|
|
|
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum hyper 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c087746de95e20e4dabe86606c3a019964a8fde2d5f386152939063c116c5971"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
|
|
"checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6c324313540cd4d7ba008d43dc6606a32a5579f13cc17b2804c13096f0a5c522"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf83704f4e79979a424d1082dd2c1e52683058056c9280efa19ac5f6bc9033c"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fb497c35d362b6a331cfd94956a07fc2c78a4604cdbee844a81170386b996dd3"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef"
|
2018-06-21 06:16:02 +03:00
|
|
|
"checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum libgit2-sys 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6ab62b46003ba97701554631fa570d9f7e7947e2480ae3d941e555a54a2c0f05"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum liblmdb-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "feed38a3a580f60bf61aaa067b0ff4123395966839adeaf67258a9e50c4d2e49"
|
|
|
|
"checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16"
|
2018-04-23 21:55:25 +03:00
|
|
|
"checksum linked-hash-map 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7860ec297f7008ff7a1e3382d7f7e1dcd69efc94751a2284bafc3d013c2aa939"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "13416eee745b087c22934f35f1f24da22da41ba2a5ce197143d168ce055cc58d"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2"
|
2018-04-23 21:55:25 +03:00
|
|
|
"checksum lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d06ff7ff06f729ce5f4e227876cb88d10bc59cd4ae1e09fbb2bde15c850dc21"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "835511bab37c34c47da5cb44844bea2cfde0236db0b506f90ea4224482c9774a"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
|
|
|
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum memmap 0.6.2 (git+https://github.com/danburkert/memmap-rs?tag=0.6.2)" = "<none>"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum miniz_oxide 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9ba430291c9d6cedae28bcd2d49d1c32fc57d60cd49086646c5dd5673a870eb5"
|
|
|
|
"checksum miniz_oxide_c_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5a5b8234d6103ebfba71e29786da4608540f862de5ce980a1c94f86a40ca0d51"
|
|
|
|
"checksum mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)" = "4fcfcb32d63961fb6f367bfd5d21e4600b92cd310f71f9dca25acae196eb1560"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729"
|
|
|
|
"checksum ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ecd01d431a5e9c1c733a1e3ab939b9b6c9c4ddc540c74caf3909664127785fa"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2018-06-21 06:16:02 +03:00
|
|
|
"checksum nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
|
|
"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
|
|
|
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum num-bigint 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3eceac7784c5dc97c2d6edf30259b4e153e6e2b42b3c85e9a6e9f45d06caef6e"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
|
|
|
"checksum num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e"
|
|
|
|
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
|
|
"checksum odds 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "4eae0151b9dacf24fcc170d9995e511669a082856a91f958a2fe380bfab3fb22"
|
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
|
|
|
"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"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum pkg-config 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "6a52e4dbc8354505ee07e484ab07127e06d87ca6fa7f0a516a2b294e5ad5ad16"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
|
2018-07-30 03:48:24 +03:00
|
|
|
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5511ca4c805aa35f0abff6be7923231d664408b60c09f44ef715f2bce106cd9e"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "77997c53ae6edd6d187fec07ec41b207063b5ee6f33680e9fa86d405cdd313d4"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "cccdc7557a98fe98453030f077df7f3a042052fae465bb61d2c2c41435cfd9b6"
|
2018-06-15 01:59:53 +03:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum quote 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b71f9f575d55555aa9c06188be9d4e2bfc83ed02537948ac0d520c24d0419f1a"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
|
|
|
|
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum reexport-proc-macro 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "438fe63770eda15baf98e30b4d27ada49b932866307fa04fec24d9043fe63324"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbbea44c5490a1e84357ff28b7d518b4619a159fed5d25f6c1de2d19cc42814"
|
|
|
|
"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
|
|
|
|
"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
|
|
|
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2018-08-15 19:02:06 +03:00
|
|
|
"checksum secp256k1zkp 0.7.1 (git+https://github.com/mimblewimble/rust-secp256k1-zkp?tag=grin_integration_21)" = "<none>"
|
2018-03-26 12:48:46 +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"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920"
|
|
|
|
"checksum serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "3525a779832b08693031b8ecfb0de81cd71cfd3812088fafe9a7496789572124"
|
|
|
|
"checksum serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c6908c7b925cd6c590358a4034de93dbddb20c45e1d021931459fd419bf0e2"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2f7bfce6405155042d42ec0e645efe43eddedd7be280063ce0623b120014e7f9"
|
|
|
|
"checksum slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e544d16c6b230d84c866662fe55e31aacfca6ae71e6fc49ae9a311cb379bfc2f"
|
|
|
|
"checksum slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5951a808c40f419922ee014c15b6ae1cd34d963538b57d8a4778b9ca3fff1e0b"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum supercow 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "171758edb47aa306a78dfa4ab9aeb5167405bd4e3dc2b64e88f6a84bbe98bd63"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum syn 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4bad7abdf6633f07c7046b90484f1d9dc055eca39f8c991177b1046ce61dba9a"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
"checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd"
|
|
|
|
"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "722426c4a0539da2c4ffd9b419d90ad540b4cff4a053be9069c908d4d07e2836"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
|
|
|
|
"checksum tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee337e5f4e501fc32966fec6fe0ca0cc1c237b0b1b14a335f8bfe3c5f06e286"
|
|
|
|
"checksum tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb"
|
|
|
|
"checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
|
|
|
|
"checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum tokio-fs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "40697ecbea5660df15b15d50a077386477d2f6a35002adf01ce76ff9dd9dce48"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a5c9635ee806f26d302b8baa1e145689a280d8f5aa8d0552e7344808da54cc21"
|
|
|
|
"checksum tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e00ec63bbec2c97ce1178cb0587b2c438b2f6b09d3ee54a33c45a9cf0d530810"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum tokio-retry 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f05746ae87dca83a2016b4f5dba5b237b897dd12fd324f60afe282112f16969a"
|
|
|
|
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
|
|
|
|
"checksum tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec9b094851aadd2caf83ba3ad8e8c4ce65a42104f7b94d9e6550023f0407853f"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "24ab84f574027b0e875378f31575cf175360891919e93a3490f07e76e00e4efb"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "028b94314065b90f026a21826cffd62a4e40a92cda3e5c069cc7b02e5945f5e9"
|
|
|
|
"checksum tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43eb534af6e8f37d43ab1b612660df14755c42bd003c5f8d2475ee78cc4600c0"
|
|
|
|
"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
|
|
|
|
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
2018-06-05 20:26:32 +03:00
|
|
|
"checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe533e138811704c0e3cbde65a818b35d3240409b4346256c5ede403e082474"
|
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
"checksum walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369"
|
2018-08-01 12:44:07 +03:00
|
|
|
"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e84a603e7e0b1ce1aa1ee2b109c7be00155ce52df5081590d1ffb93f4f515cb2"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-06-22 11:08:06 +03:00
|
|
|
"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
|
2018-03-26 12:48:46 +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-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-08-01 20:58:22 +03:00
|
|
|
"checksum wincolor 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9dc3aa9dcda98b5a16150c54619c1ead22e3d3a5d458778ae914be760aa981a"
|
2018-03-26 12:48:46 +03:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
"checksum xi-unicode 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12ea8eda4b1eb72f02d148402e23832d56a33f55d8c1b2d5bcdde91d79d47cb1"
|
2018-07-05 15:18:09 +03:00
|
|
|
"checksum zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36b9e08fb518a65cf7e08a1e482573eb87a2f4f8c6619316612a3c1f162fe822"
|