2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "advapi32-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2017-03-28 19:06:08 +02:00
|
|
|
version = "0.6.3"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-28 19:06:08 +02:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-05-24 20:30:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2017-03-22 06:23:40 +01:00
|
|
|
version = "0.9.0"
|
2016-05-24 20:30:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-13 23:38:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "app_dirs"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2017-11-18 23:14:57 +01:00
|
|
|
version = "0.4.4"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-22 06:23:40 +01:00
|
|
|
"nodrop 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aster"
|
2017-03-21 21:26:05 +01:00
|
|
|
version = "0.41.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-18 14:36:59 +01:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 14:36:59 +01:00
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.2"
|
|
|
|
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)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-03 07:31:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.3.3"
|
2017-07-03 07:31:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"backtrace-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
"dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-11 12:23:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.1.14"
|
2017-07-11 12:23:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"cc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-11 12:23:46 +02:00
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-04 09:52:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base32"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-12-23 16:53:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bigint"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "4.2.0"
|
2016-12-23 16:53:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-22 17:05:28 +02:00
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rustc_version 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 16:53:06 +01:00
|
|
|
]
|
|
|
|
|
2017-05-23 12:31:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:31:09 +02:00
|
|
|
]
|
|
|
|
|
2017-02-10 01:07:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 01:07:06 +01:00
|
|
|
]
|
|
|
|
|
2016-07-30 15:38:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-30 15:38:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.4"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-12 16:56:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-29 17:12:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bloomable"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-07-29 17:12:07 +02:00
|
|
|
]
|
|
|
|
|
2016-04-30 17:41:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bloomchain"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-22 02:01:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bn"
|
2017-03-28 00:42:37 +02:00
|
|
|
version = "0.4.4"
|
2017-09-14 19:28:43 +02:00
|
|
|
source = "git+https://github.com/paritytech/bn#c9831a8d10d55045692394cbc10efe0321ddb16f"
|
2017-03-22 02:01:46 +01:00
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 02:01:46 +01:00
|
|
|
]
|
|
|
|
|
2016-10-03 12:02:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2017-09-10 18:02:14 +02:00
|
|
|
version = "1.1.0"
|
2016-10-03 12:02:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-05-27 13:03:00 +02:00
|
|
|
[[package]]
|
2016-08-08 17:03:25 +02:00
|
|
|
name = "bytes"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.5"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-25 19:45:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-03 11:00:37 +01:00
|
|
|
dependencies = [
|
|
|
|
"rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-09-25 19:45:33 +02:00
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.2"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-02 12:50:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chainspec"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ethjson 0.1.0",
|
|
|
|
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 12:50:36 +02:00
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cid"
|
2017-06-07 12:31:12 +02:00
|
|
|
version = "0.2.2"
|
2017-02-14 19:30:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-20 16:42:09 +01:00
|
|
|
"integer-encoding 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 19:30:37 +01:00
|
|
|
"multibase 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 12:31:12 +02:00
|
|
|
"multihash 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 19:30:37 +01:00
|
|
|
]
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "2.26.2"
|
2017-07-10 17:42:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"textwrap 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-10 18:03:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "coco"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-10 18:03:35 +02:00
|
|
|
"scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-12 13:09:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "common-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-07-29 17:12:07 +02:00
|
|
|
"bloomable 0.1.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-util 1.9.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
"ethjson 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-08-20 06:01:46 +02:00
|
|
|
"rlp_derive 0.1.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-11 12:23:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "conv"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"custom_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-24 11:22:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-24 11:22:26 +01:00
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.3"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.3"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2016-12-22 18:26:39 +01:00
|
|
|
version = "0.2.10"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-18 15:38:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
2017-08-22 17:05:28 +02:00
|
|
|
version = "0.1.6"
|
2017-07-18 15:38:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypt32-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "1.1.1"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "git+https://github.com/paritytech/rust-ctrlc.git#b523017108bb2d571a7a69bd97bc406e63bc7a9d"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-07-11 12:23:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "custom_derive"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-18 12:42:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "daemonize"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.3"
|
2016-02-18 12:42:01 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 12:42:01 +01:00
|
|
|
]
|
|
|
|
|
2017-07-11 12:23:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dbghelp-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2017-04-03 10:27:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-24 09:34:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dir"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"app_dirs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-bigint 0.2.1",
|
|
|
|
"journaldb 0.1.0",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "docopt"
|
2017-07-06 11:36:15 +02:00
|
|
|
version = "0.8.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-07 12:31:12 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-28 19:06:08 +02:00
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.2"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-01 09:40:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "edit-distance"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-06 17:21:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "1.1.0"
|
2017-02-06 17:21:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "elastic-array"
|
2017-06-28 14:16:53 +02:00
|
|
|
version = "0.9.0"
|
2017-04-19 15:35:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-10-26 13:53:47 +02:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-26 13:53:47 +02:00
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.3"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-09-05 12:14:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.11.0"
|
2017-09-05 12:14:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-11-17 17:12:12 +01:00
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-09-05 12:14:03 +02:00
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "eth-secp256k1"
|
2017-11-18 23:14:57 +01:00
|
|
|
version = "0.5.7"
|
|
|
|
source = "git+https://github.com/paritytech/rust-secp256k1#6370d63adf4e8c91e2eae9225eef4b4e0294c5d0"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2017-11-18 23:14:57 +01:00
|
|
|
"arrayvec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-08-23 19:28:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethabi"
|
2017-10-16 10:21:35 +02:00
|
|
|
version = "4.0.1"
|
2016-08-23 19:28:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-10-16 10:21:35 +02:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 10:06:02 +02:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-23 19:28:21 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethash"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2017-08-22 17:05:28 +02:00
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 01:47:47 +01:00
|
|
|
"primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2017-09-01 16:57:57 +02:00
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-29 17:12:07 +02:00
|
|
|
"bloomable 0.1.0",
|
2016-04-30 17:41:24 +02:00
|
|
|
"bloomchain 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-28 00:42:37 +02:00
|
|
|
"bn 0.4.4 (git+https://github.com/paritytech/bn)",
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-12 13:09:17 +02:00
|
|
|
"common-types 0.1.0",
|
2016-12-22 18:26:39 +01:00
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethash 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2016-10-03 12:02:43 +02:00
|
|
|
"ethcore-bloom-journal 0.1.0",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-devtools 1.9.0",
|
|
|
|
"ethcore-io 1.9.0",
|
|
|
|
"ethcore-logger 1.9.0",
|
|
|
|
"ethcore-stratum 1.9.0",
|
|
|
|
"ethcore-util 1.9.0",
|
2016-03-17 15:15:10 +01:00
|
|
|
"ethjson 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
|
|
|
"ethstore 0.2.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
"evm 0.1.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"hardware-wallet 1.9.0",
|
2017-11-10 18:46:35 +01:00
|
|
|
"hashdb 0.1.1",
|
2017-09-12 19:23:02 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"hyper 0.10.0-a.0 (git+https://github.com/paritytech/hyper)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-17 06:20:24 +02:00
|
|
|
"journaldb 0.1.0",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-10-10 20:01:27 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb-memorydb 0.1.0",
|
|
|
|
"kvdb-rocksdb 0.1.0",
|
2017-06-07 12:31:12 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"macros 0.1.0",
|
2017-10-16 06:05:54 +02:00
|
|
|
"memory-cache 0.1.0",
|
2017-11-10 20:15:37 +01:00
|
|
|
"memorydb 0.1.1",
|
2017-10-10 20:01:27 +02:00
|
|
|
"migration 0.1.0",
|
2017-04-03 09:40:18 +02:00
|
|
|
"native-contracts 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-26 14:19:08 +02:00
|
|
|
"parity-machine 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 18:31:31 +01:00
|
|
|
"patricia-trie 0.1.0",
|
2017-07-16 18:22:45 +02:00
|
|
|
"price-info 1.7.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-10 18:03:35 +02:00
|
|
|
"rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-08-20 06:01:46 +02:00
|
|
|
"rlp_derive 0.1.0",
|
2016-06-15 01:27:47 +02:00
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-02 13:14:21 +02:00
|
|
|
"semantic_version 0.1.0",
|
2017-12-02 10:08:04 +01:00
|
|
|
"snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
|
2017-02-17 16:18:31 +01:00
|
|
|
"stats 0.1.0",
|
2017-07-29 17:12:07 +02:00
|
|
|
"table 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-20 19:15:02 +01:00
|
|
|
"transient-hashmap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-03 09:11:14 +02:00
|
|
|
"triehash 0.1.0",
|
2017-09-05 12:14:03 +02:00
|
|
|
"unexpected 0.1.0",
|
2017-07-29 17:12:07 +02:00
|
|
|
"using_queue 0.1.0",
|
2017-10-10 20:01:27 +02:00
|
|
|
"util-error 0.1.0",
|
2017-08-01 12:37:57 +02:00
|
|
|
"vm 0.1.0",
|
|
|
|
"wasm 0.1.0",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-09-13 15:26:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-bigint"
|
2017-11-06 16:31:15 +01:00
|
|
|
version = "0.2.1"
|
2016-09-13 15:26:31 +02:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bigint 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-28 12:40:29 +02:00
|
|
|
"plain_hasher 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-13 15:26:31 +02:00
|
|
|
]
|
|
|
|
|
2017-12-19 10:20:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-bigint"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bigint 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"plain_hasher 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-29 12:19:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-bloom-journal"
|
|
|
|
version = "0.1.0"
|
2016-10-21 11:57:30 +02:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"siphasher 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-21 11:57:30 +02:00
|
|
|
]
|
2016-09-29 12:19:39 +02:00
|
|
|
|
2017-09-06 20:47:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-bytes"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-02-19 16:09:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-devtools"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-02-19 16:09:31 +01:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-19 16:09:31 +01:00
|
|
|
]
|
|
|
|
|
2016-08-05 10:32:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-io"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-08-05 10:32:04 +02:00
|
|
|
dependencies = [
|
2016-12-22 18:26:39 +01:00
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-05 10:32:04 +02:00
|
|
|
"slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-12-07 13:52:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-light"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2017-03-07 17:29:27 +01:00
|
|
|
dependencies = [
|
2017-05-23 12:31:09 +02:00
|
|
|
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-io 1.9.0",
|
|
|
|
"ethcore-network 1.9.0",
|
|
|
|
"ethcore-util 1.9.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
"evm 0.1.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-10-10 20:01:27 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb-memorydb 0.1.0",
|
|
|
|
"kvdb-rocksdb 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-16 06:05:54 +02:00
|
|
|
"memory-cache 0.1.0",
|
2017-11-10 20:15:37 +01:00
|
|
|
"memorydb 0.1.1",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 18:31:31 +01:00
|
|
|
"patricia-trie 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-08-20 06:01:46 +02:00
|
|
|
"rlp_derive 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 17:08:46 +01:00
|
|
|
"stats 0.1.0",
|
2017-11-14 17:47:41 +01:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-03 09:11:14 +02:00
|
|
|
"triehash 0.1.0",
|
2017-08-01 12:37:57 +02:00
|
|
|
"vm 0.1.0",
|
2016-12-07 13:52:45 +01:00
|
|
|
]
|
|
|
|
|
2016-07-20 18:13:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-logger"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-07-20 18:13:56 +02:00
|
|
|
dependencies = [
|
2017-03-22 06:23:40 +01:00
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-18 23:14:57 +01:00
|
|
|
"arrayvec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"isatty 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 12:31:12 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-20 18:13:56 +02:00
|
|
|
]
|
|
|
|
|
2016-08-05 10:32:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-network"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-08-05 10:32:04 +02:00
|
|
|
dependencies = [
|
2017-03-22 06:23:40 +01:00
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-13 14:37:08 +01:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-devtools 1.9.0",
|
|
|
|
"ethcore-io 1.9.0",
|
|
|
|
"ethcore-logger 1.9.0",
|
2016-08-24 18:35:21 +02:00
|
|
|
"ethcrypto 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-03-28 19:06:08 +02:00
|
|
|
"igd 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 06:23:40 +01:00
|
|
|
"path 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2016-08-05 10:32:04 +02:00
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-11 09:34:23 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-05 10:32:04 +02:00
|
|
|
"slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-02 10:08:04 +01:00
|
|
|
"snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
|
2017-10-20 12:11:34 +02:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 10:06:02 +02:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-05 10:32:04 +02:00
|
|
|
]
|
|
|
|
|
2017-02-20 16:13:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-secretstore"
|
|
|
|
version = "1.0.0"
|
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-logger 1.9.0",
|
|
|
|
"ethcore-util 1.9.0",
|
2017-02-20 16:13:21 +01:00
|
|
|
"ethcrypto 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-11-20 17:41:53 +01:00
|
|
|
"ethsync 1.9.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-10-10 20:01:27 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb-rocksdb 0.1.0",
|
2017-08-07 18:54:05 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 17:46:51 +02:00
|
|
|
"native-contracts 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-14 17:47:41 +01:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-02 15:27:31 +02:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 11:13:51 +02:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-20 16:13:21 +01:00
|
|
|
]
|
|
|
|
|
2016-08-19 10:20:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-stratum"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-08-19 10:20:39 +02:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-logger 1.9.0",
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-tcp-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-19 10:20:39 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-util"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-11-10 18:46:35 +01:00
|
|
|
"hashdb 0.1.1",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:15:37 +01:00
|
|
|
"memorydb 0.1.1",
|
2017-11-10 18:31:31 +01:00
|
|
|
"patricia-trie 0.1.0",
|
2017-09-03 09:11:14 +02:00
|
|
|
"triehash 0.1.0",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-08-24 18:35:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcrypto"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-11-18 23:14:57 +01:00
|
|
|
"eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2016-08-24 18:35:21 +02:00
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-29 13:44:24 +02:00
|
|
|
"subtle 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 10:06:02 +02:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-24 18:35:21 +02:00
|
|
|
]
|
|
|
|
|
2016-03-15 18:17:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethjson"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-15 18:17:48 +01:00
|
|
|
]
|
|
|
|
|
2016-06-20 00:10:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethkey"
|
2017-12-01 09:40:07 +01:00
|
|
|
version = "0.3.0"
|
2016-06-20 00:10:34 +02:00
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"edit-distance 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-18 23:14:57 +01:00
|
|
|
"eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-06-07 12:31:12 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-05 16:17:03 +01:00
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 10:06:02 +02:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-20 00:10:34 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-06-19 11:29:09 +02:00
|
|
|
name = "ethkey-cli"
|
2016-06-20 00:10:34 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-07-06 11:36:15 +02:00
|
|
|
"docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethkey 0.3.0",
|
2017-07-03 07:31:29 +02:00
|
|
|
"panic_hook 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-19 11:29:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethstore"
|
2017-12-01 09:40:07 +01:00
|
|
|
version = "0.2.0"
|
2017-06-19 11:29:09 +02:00
|
|
|
dependencies = [
|
2017-12-24 09:34:43 +01:00
|
|
|
"dir 0.1.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2016-08-24 18:35:21 +02:00
|
|
|
"ethcrypto 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-20 00:10:34 +02:00
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-11 10:24:56 +02:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 10:06:02 +02:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-20 00:10:34 +02:00
|
|
|
]
|
|
|
|
|
2017-06-19 11:29:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethstore-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-12-24 09:34:43 +01:00
|
|
|
"dir 0.1.0",
|
2017-07-06 11:36:15 +02:00
|
|
|
"docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethstore 0.2.0",
|
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
"panic_hook 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-19 11:29:09 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethsync"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-io 1.9.0",
|
|
|
|
"ethcore-light 1.9.0",
|
|
|
|
"ethcore-network 1.9.0",
|
|
|
|
"ethcore-util 1.9.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-10-10 20:01:27 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb-memorydb 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"macros 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-03-28 19:06:08 +02:00
|
|
|
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-03 09:11:14 +02:00
|
|
|
"triehash 0.1.0",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-07-12 13:09:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "evm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-util 1.9.0",
|
|
|
|
"evmjit 1.9.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-16 06:05:54 +02:00
|
|
|
"memory-cache 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-12 13:09:17 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-01 12:37:57 +02:00
|
|
|
"vm 0.1.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
]
|
|
|
|
|
2017-02-15 16:58:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "evmbin"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-07-06 11:36:15 +02:00
|
|
|
"docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-util 1.9.0",
|
2017-08-28 14:25:16 +02:00
|
|
|
"ethjson 0.1.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
"evm 0.1.0",
|
2017-07-03 07:31:29 +02:00
|
|
|
"panic_hook 0.1.0",
|
2017-10-20 15:40:25 +02:00
|
|
|
"pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-01 16:41:33 +02:00
|
|
|
"vm 0.1.0",
|
2017-02-15 16:58:42 +01:00
|
|
|
]
|
|
|
|
|
2016-09-26 18:38:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "evmjit"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-09-26 18:38:54 +02:00
|
|
|
dependencies = [
|
2017-08-07 10:06:02 +02:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-26 18:38:54 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fdlimit"
|
2016-12-05 18:15:05 +01:00
|
|
|
version = "0.1.1"
|
2016-12-05 14:25:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-09-27 16:27:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fetch"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"reqwest 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-27 16:27:06 +02:00
|
|
|
]
|
|
|
|
|
2016-08-18 12:19:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.2.20"
|
2016-08-18 12:19:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-18 12:19:09 +02:00
|
|
|
]
|
|
|
|
|
2017-05-23 12:26:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-12 16:56:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
2018-01-04 16:12:12 +01:00
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
2017-06-12 16:56:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-25 19:45:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.2"
|
|
|
|
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)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-02 17:14:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "0.1.16"
|
2016-11-02 17:14:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-cpupool"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.1.6"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.3.54"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-10-06 15:24:47 +02:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2017-06-22 14:54:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.15"
|
2017-06-22 14:54:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2016-03-12 12:10:55 +01:00
|
|
|
version = "0.2.11"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-23 12:26:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:26:39 +02:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:26:39 +02:00
|
|
|
]
|
|
|
|
|
2016-02-18 01:47:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hamming"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 01:07:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hardware-wallet"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-03-29 15:17:27 +02:00
|
|
|
"hidapi 0.3.1 (git+https://github.com/paritytech/hidapi-rs)",
|
|
|
|
"libusb 0.3.0 (git+https://github.com/paritytech/libusb-rs)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"protobuf 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"trezor-sys 1.0.0 (git+https://github.com/paritytech/trezor-sys)",
|
2017-02-10 01:07:06 +01:00
|
|
|
]
|
|
|
|
|
2017-09-06 20:47:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashdb"
|
2017-11-10 18:46:35 +01:00
|
|
|
version = "0.1.1"
|
2017-09-06 20:47:45 +02:00
|
|
|
dependencies = [
|
|
|
|
"elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heapsize"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-23 10:14:56 +01:00
|
|
|
dependencies = [
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
2017-04-03 09:40:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.1"
|
2017-04-03 09:40:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 09:40:18 +02:00
|
|
|
]
|
|
|
|
|
2017-07-14 20:40:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 01:07:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hidapi"
|
|
|
|
version = "0.3.1"
|
2017-09-14 19:28:43 +02:00
|
|
|
source = "git+https://github.com/paritytech/hidapi-rs#2e6182139763e31883c24d0c2dac4c28db16245b"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 01:07:06 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "1.2.3"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-05 10:32:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2016-11-24 11:22:26 +01:00
|
|
|
version = "0.10.0-a.0"
|
2017-06-05 20:40:40 +02:00
|
|
|
source = "git+https://github.com/paritytech/hyper#da10f69a4924cd44e98a8d1f9562bd7534d13dcc"
|
2016-08-05 10:32:04 +02:00
|
|
|
dependencies = [
|
2016-11-24 11:22:26 +01:00
|
|
|
"cookie 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-05 10:32:04 +02:00
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 20:40:40 +02:00
|
|
|
"rotor 0.6.3 (git+https://github.com/tailhook/rotor)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"spmc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-24 11:22:26 +01:00
|
|
|
"vecio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-05 10:32:04 +02:00
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.10.13"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-02 19:11:28 +01:00
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-02 19:11:28 +01:00
|
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-02 19:11:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-10-05 12:35:01 +02:00
|
|
|
name = "hyper"
|
|
|
|
version = "0.11.2"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-02 19:11:28 +01:00
|
|
|
]
|
|
|
|
|
2016-04-24 19:10:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.4"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "igd"
|
2017-03-28 19:06:08 +02:00
|
|
|
version = "0.6.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xml-rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
"xmltree 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-02-20 16:42:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "integer-encoding"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-23 03:58:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "interleaved-ordered"
|
2017-11-14 12:59:01 +01:00
|
|
|
version = "0.1.1"
|
2017-10-23 03:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-28 19:06:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ipnetwork"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.12.7"
|
2017-07-28 19:06:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-07-15 10:11:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "isatty"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.3"
|
2016-07-15 10:11:14 +02:00
|
|
|
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)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-15 10:11:14 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.3.4"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-17 06:20:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "journaldb"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-10-17 06:20:24 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-17 10:40:45 +02:00
|
|
|
"ethcore-logger 1.9.0",
|
2017-11-10 18:46:35 +01:00
|
|
|
"hashdb 0.1.1",
|
2017-10-17 06:20:24 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-10-17 06:20:24 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-10-17 10:40:45 +02:00
|
|
|
"kvdb-memorydb 0.1.0",
|
2017-10-17 06:20:24 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:15:37 +01:00
|
|
|
"memorydb 0.1.1",
|
2017-10-17 06:20:24 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-10-17 06:20:24 +02:00
|
|
|
"util-error 0.1.0",
|
|
|
|
]
|
|
|
|
|
2016-05-04 15:37:09 +02:00
|
|
|
[[package]]
|
2016-11-22 11:56:27 +01:00
|
|
|
name = "jsonrpc-core"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2017-11-13 22:52:25 +01:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9#8f921ed65cda3fba0ce55d31ed62c7f0c3b32966"
|
2016-11-22 11:56:27 +01:00
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-22 11:56:27 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-http-server"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2017-11-13 22:52:25 +01:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9#8f921ed65cda3fba0ce55d31ed62c7f0c3b32966"
|
2016-11-22 11:56:27 +01:00
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"hyper 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-22 11:56:27 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-ipc-server"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2017-11-13 22:52:25 +01:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9#8f921ed65cda3fba0ce55d31ed62c7f0c3b32966"
|
2016-05-06 12:58:37 +02:00
|
|
|
dependencies = [
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-25 18:48:31 +02:00
|
|
|
"parity-tokio-ipc 0.1.5 (git+https://github.com/nikvolf/parity-tokio-ipc)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-06 12:58:37 +02:00
|
|
|
]
|
|
|
|
|
2016-12-13 14:27:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-macros"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2017-11-13 22:52:25 +01:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9#8f921ed65cda3fba0ce55d31ed62c7f0c3b32966"
|
2016-12-13 14:27:27 +01:00
|
|
|
dependencies = [
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 14:27:27 +01:00
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-pubsub"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2017-11-13 22:52:25 +01:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9#8f921ed65cda3fba0ce55d31ed62c7f0c3b32966"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-server-utils"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2017-11-13 22:52:25 +01:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9#8f921ed65cda3fba0ce55d31ed62c7f0c3b32966"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:26:39 +02:00
|
|
|
"globset 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
2016-08-19 10:20:39 +02:00
|
|
|
[[package]]
|
2016-11-22 11:56:27 +01:00
|
|
|
name = "jsonrpc-tcp-server"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2017-11-13 22:52:25 +01:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9#8f921ed65cda3fba0ce55d31ed62c7f0c3b32966"
|
2016-08-19 10:20:39 +02:00
|
|
|
dependencies = [
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 11:03:36 +01:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-14 13:29:26 +02:00
|
|
|
]
|
|
|
|
|
2017-04-13 16:32:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-ws-server"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2017-11-13 22:52:25 +01:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9#8f921ed65cda3fba0ce55d31ed62c7f0c3b32966"
|
2017-04-13 16:32:07 +02:00
|
|
|
dependencies = [
|
2017-11-13 22:52:25 +01:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-11 12:22:19 +02:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"ws 0.7.1 (git+https://github.com/tomusdrw/ws-rs)",
|
2017-04-13 16:32:07 +02:00
|
|
|
]
|
|
|
|
|
2017-11-10 19:04:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "keccak-hash"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-bigint 0.2.1",
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-04-24 19:10:56 +02:00
|
|
|
version = "0.2.2"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-10 20:01:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kvdb"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 15:36:27 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvdb-memorydb"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"kvdb 0.1.0",
|
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-10-12 15:36:27 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvdb-rocksdb"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-11-14 12:59:01 +01:00
|
|
|
"interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-10-10 20:01:27 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-03 11:00:37 +01:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-10-10 20:01:27 +02:00
|
|
|
"rocksdb 0.4.5 (git+https://github.com/paritytech/rust-rocksdb)",
|
2017-10-20 12:11:34 +02:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2017-06-07 12:31:12 +02:00
|
|
|
version = "0.2.8"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-04 16:12:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-30 09:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.5.1"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.2.31"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-06 11:36:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.11"
|
2017-07-06 11:36:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
]
|
|
|
|
|
2017-02-10 01:07:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libusb"
|
|
|
|
version = "0.3.0"
|
2017-03-29 15:17:27 +02:00
|
|
|
source = "git+https://github.com/paritytech/libusb-rs#47c3d09cab346d629328d4bd691ed3509ffb8cbb"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
|
|
|
"bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-29 15:17:27 +02:00
|
|
|
"libusb-sys 0.2.3 (git+https://github.com/paritytech/libusb-sys)",
|
2017-02-10 01:07:06 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libusb-sys"
|
|
|
|
version = "0.2.3"
|
2017-03-29 15:17:27 +02:00
|
|
|
source = "git+https://github.com/paritytech/libusb-sys#c10b1180646c9dc3f23a9b6bb825abcd3b7487ce"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 01:07:06 +01:00
|
|
|
]
|
|
|
|
|
2016-09-27 18:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "0.4.2"
|
2016-09-27 18:02:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-30 14:04:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "0.5.0"
|
2016-08-30 14:04:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-22 14:54:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "local-encoding"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"skeptic 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)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.3.8"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-27 18:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
2017-09-14 19:28:43 +02:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2017-10-10 20:01:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "magenta"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"conv 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"magenta-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "magenta-sys"
|
|
|
|
version = "0.1.1"
|
2016-10-28 16:04:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-09-27 18:02:11 +02:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-27 18:02:11 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.6"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-03-28 19:06:08 +02:00
|
|
|
version = "1.0.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-10-15 13:40:00 +02:00
|
|
|
[[package]]
|
2017-10-16 06:05:54 +02:00
|
|
|
name = "memory-cache"
|
2017-10-15 13:40:00 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-06 20:47:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memorydb"
|
2017-11-10 20:15:37 +01:00
|
|
|
version = "0.1.1"
|
2017-09-06 20:47:45 +02:00
|
|
|
dependencies = [
|
2017-09-12 19:23:02 +02:00
|
|
|
"bigint 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-06 20:47:45 +02:00
|
|
|
"elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-11-10 18:46:35 +01:00
|
|
|
"hashdb 0.1.1",
|
2017-09-12 19:23:02 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
]
|
|
|
|
|
2017-10-10 20:01:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "migration"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-16 12:11:35 +02:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb-rocksdb 0.1.0",
|
2017-10-10 20:01:27 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"macros 0.1.0",
|
2017-10-20 12:11:34 +02:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
]
|
|
|
|
|
2016-03-19 23:27:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.6"
|
2016-03-19 23:27:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-19 23:27:50 +01:00
|
|
|
]
|
|
|
|
|
2017-09-25 19:45:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicase 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.0-alpha.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"mime 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-08-18 12:19:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz-sys"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.1.10"
|
2016-08-18 12:19:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"cc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-18 12:19:09 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.6.10"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-08-08 17:03:25 +02:00
|
|
|
dependencies = [
|
2017-04-08 11:26:16 +02:00
|
|
|
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-08 17:03:25 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"magenta 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"magenta-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-08 11:26:16 +02:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-08 17:03:25 +02:00
|
|
|
]
|
|
|
|
|
2016-10-30 09:56:34 +01:00
|
|
|
[[package]]
|
2017-03-22 07:02:14 +01:00
|
|
|
name = "mio-named-pipes"
|
|
|
|
version = "0.1.4"
|
2017-09-14 19:28:43 +02:00
|
|
|
source = "git+https://github.com/alexcrichton/mio-named-pipes#9c1bbb985b74374d3b7eda76937279f8e977ef81"
|
2016-10-30 09:56:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-30 09:56:34 +01:00
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
2017-03-22 07:02:14 +01:00
|
|
|
name = "mio-uds"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.6.4"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"mio 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2017-03-22 07:02:14 +01:00
|
|
|
version = "0.2.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-08-18 12:19:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "msdos_time"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.5"
|
2016-08-18 12:19:09 +02:00
|
|
|
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)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-18 12:19:09 +02:00
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "multibase"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base-x 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash"
|
2017-06-07 12:31:12 +02:00
|
|
|
version = "0.6.0"
|
2017-02-14 19:30:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"ring 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 10:06:02 +02:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 19:30:37 +01:00
|
|
|
]
|
|
|
|
|
2017-04-03 09:40:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "native-contract-generator"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-16 10:21:35 +02:00
|
|
|
"ethabi 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"heck 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 09:40:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-contracts"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-16 10:21:35 +02:00
|
|
|
"ethabi 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 09:40:18 +02:00
|
|
|
"native-contract-generator 0.1.0",
|
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.4"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-04 16:12:12 +01:00
|
|
|
"openssl 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"schannel 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.31"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-29 14:38:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "node-filter"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2017-08-29 14:38:01 +02:00
|
|
|
dependencies = [
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-io 1.9.0",
|
|
|
|
"ethcore-network 1.9.0",
|
|
|
|
"ethcore-util 1.9.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb-memorydb 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-29 14:38:01 +02:00
|
|
|
"native-contracts 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-29 14:38:01 +02:00
|
|
|
]
|
|
|
|
|
2017-08-28 14:11:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "node-health"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-24 12:12:15 +02:00
|
|
|
"ntp 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-28 14:11:55 +02:00
|
|
|
"parity-reactor 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-28 14:11:55 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2017-03-22 06:23:40 +01:00
|
|
|
version = "0.1.9"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-07-11 12:23:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ntp"
|
2017-10-24 12:12:15 +02:00
|
|
|
version = "0.3.1"
|
2017-07-11 12:23:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-10-24 12:12:15 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-11 12:23:46 +02:00
|
|
|
"conv 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"custom_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-24 12:12:15 +02:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-11 12:23:46 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.40"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-complex 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.40"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-04-24 19:10:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.40"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.35"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.34"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.39"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.40"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2017-12-01 09:40:07 +01:00
|
|
|
version = "1.7.0"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2016-02-25 14:09:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.7"
|
2016-02-25 14:09:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-25 14:09:39 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "odds"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.25"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-13 23:38:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ole32-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2018-01-04 16:12:12 +01:00
|
|
|
version = "0.9.23"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-12 16:56:14 +02:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-04 16:12:12 +01:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-04 16:12:12 +01:00
|
|
|
"openssl-sys 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2018-01-04 16:12:12 +01:00
|
|
|
version = "0.9.23"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"cc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-12 16:56:14 +02:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2017-02-04 22:18:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "order-stat"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-14 20:40:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-14 20:40:28 +02:00
|
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-10-19 18:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
2017-03-28 19:06:08 +02:00
|
|
|
version = "0.3.3"
|
2016-10-19 18:35:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-28 19:06:08 +02:00
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-10-19 18:35:56 +02:00
|
|
|
|
2017-07-03 07:31:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "panic_hook"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"backtrace 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
]
|
|
|
|
|
2017-05-23 12:28:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity"
|
2017-10-17 16:48:38 +02:00
|
|
|
version = "1.9.0"
|
2017-05-23 12:28:22 +02:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"app_dirs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:28:22 +02:00
|
|
|
"ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"daemonize 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-24 09:34:43 +01:00
|
|
|
"dir 0.1.0",
|
2017-07-06 11:36:15 +02:00
|
|
|
"docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-devtools 1.9.0",
|
|
|
|
"ethcore-io 1.9.0",
|
|
|
|
"ethcore-light 1.9.0",
|
|
|
|
"ethcore-logger 1.9.0",
|
|
|
|
"ethcore-network 1.9.0",
|
2017-05-23 12:28:22 +02:00
|
|
|
"ethcore-secretstore 1.0.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-stratum 1.9.0",
|
|
|
|
"ethcore-util 1.9.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethsync 1.9.0",
|
2017-05-23 12:28:22 +02:00
|
|
|
"fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"isatty 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-17 06:41:05 +02:00
|
|
|
"journaldb 0.1.0",
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-10-16 12:11:35 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb-rocksdb 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"migration 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"node-filter 1.9.0",
|
2017-08-28 14:11:55 +02:00
|
|
|
"node-health 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"number_prefix 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
"panic_hook 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-dapps 1.9.0",
|
|
|
|
"parity-hash-fetch 1.9.0",
|
|
|
|
"parity-ipfs-api 1.9.0",
|
2017-05-23 12:28:22 +02:00
|
|
|
"parity-local-store 0.1.0",
|
|
|
|
"parity-reactor 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-rpc 1.9.0",
|
2017-05-23 12:28:22 +02:00
|
|
|
"parity-rpc-client 1.4.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-updater 1.9.0",
|
2017-12-27 11:32:05 +01:00
|
|
|
"parity-version 1.9.0",
|
2017-07-14 20:40:28 +02:00
|
|
|
"parity-whisper 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:28:22 +02:00
|
|
|
"path 0.1.0",
|
|
|
|
"pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-10-16 10:20:55 +02:00
|
|
|
"rpassword 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:28:22 +02:00
|
|
|
"rpc-cli 1.4.0",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rustc_version 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:28:22 +02:00
|
|
|
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:28:22 +02: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)",
|
|
|
|
]
|
|
|
|
|
2017-04-03 10:27:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-dapps"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2017-04-03 10:27:37 +02:00
|
|
|
dependencies = [
|
|
|
|
"base32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-devtools 1.9.0",
|
|
|
|
"ethcore-util 1.9.0",
|
2017-04-03 10:27:37 +02:00
|
|
|
"fetch 0.1.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"mime_guess 2.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-28 14:11:55 +02:00
|
|
|
"node-health 0.1.0",
|
2017-11-10 10:58:56 +01:00
|
|
|
"parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-hash-fetch 1.9.0",
|
2017-04-03 10:27:37 +02:00
|
|
|
"parity-reactor 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-ui 1.9.0",
|
2017-12-27 11:32:05 +01:00
|
|
|
"parity-version 1.9.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"zip 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 10:27:37 +02:00
|
|
|
]
|
|
|
|
|
2017-10-05 12:35:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-dapps-glue"
|
2017-11-10 10:58:56 +01:00
|
|
|
version = "1.9.1"
|
2017-10-05 12:35:01 +02:00
|
|
|
dependencies = [
|
|
|
|
"aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime_guess 2.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-05 11:21:18 +02:00
|
|
|
"quasi_macros 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-05-26 18:21:15 +02:00
|
|
|
[[package]]
|
2016-10-17 11:56:42 +02:00
|
|
|
name = "parity-dapps-glue"
|
2017-11-10 10:18:20 +01:00
|
|
|
version = "1.9.1"
|
2017-09-05 11:21:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-05-21 15:27:55 +02:00
|
|
|
dependencies = [
|
2017-03-21 21:26:05 +01:00
|
|
|
"aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-17 11:56:42 +02:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"mime_guess 2.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-21 21:26:05 +01:00
|
|
|
"quasi 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-08 13:35:25 +02:00
|
|
|
]
|
|
|
|
|
2016-12-11 19:14:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-hash-fetch"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-12-11 19:14:42 +01:00
|
|
|
dependencies = [
|
2017-10-16 10:21:35 +02:00
|
|
|
"ethabi 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-util 1.9.0",
|
2016-12-11 19:14:42 +01:00
|
|
|
"fetch 0.1.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"mime 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime_guess 2.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-18 12:44:09 +02:00
|
|
|
"native-contracts 0.1.0",
|
2016-12-22 18:26:39 +01:00
|
|
|
"parity-reactor 0.1.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 18:24:18 +01:00
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
2017-02-16 14:51:33 +01:00
|
|
|
name = "parity-ipfs-api"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2017-02-14 19:30:37 +01:00
|
|
|
dependencies = [
|
2017-06-07 12:31:12 +02:00
|
|
|
"cid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-06-07 12:31:12 +02:00
|
|
|
"multihash 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-10-05 12:35:01 +02:00
|
|
|
"unicase 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 19:30:37 +01:00
|
|
|
]
|
|
|
|
|
2017-02-20 17:21:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-local-store"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore 1.9.0",
|
|
|
|
"ethcore-io 1.9.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-10-10 20:01:27 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb-memorydb 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-20 17:21:55 +01:00
|
|
|
]
|
|
|
|
|
2017-09-26 14:19:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-machine"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-util 1.9.0",
|
2017-09-26 14:19:08 +02:00
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-reactor"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2017-04-13 16:32:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-rpc"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2017-04-13 16:32:07 +02:00
|
|
|
dependencies = [
|
2017-09-01 16:57:57 +02:00
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 12:31:12 +02:00
|
|
|
"cid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethash 1.9.0",
|
|
|
|
"ethcore 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-devtools 1.9.0",
|
|
|
|
"ethcore-io 1.9.0",
|
|
|
|
"ethcore-light 1.9.0",
|
|
|
|
"ethcore-logger 1.9.0",
|
|
|
|
"ethcore-network 1.9.0",
|
|
|
|
"ethcore-util 1.9.0",
|
2017-04-13 16:32:07 +02:00
|
|
|
"ethcrypto 0.1.0",
|
|
|
|
"ethjson 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
|
|
|
"ethstore 0.2.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethsync 1.9.0",
|
2017-04-13 16:32:07 +02:00
|
|
|
"fetch 0.1.0",
|
2017-10-17 14:50:53 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"hardware-wallet 1.9.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-ipc-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-11-17 17:12:12 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-10-12 15:36:27 +02:00
|
|
|
"kvdb-memorydb 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"macros 0.1.0",
|
2017-06-07 12:31:12 +02:00
|
|
|
"multihash 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-28 14:11:55 +02:00
|
|
|
"node-health 0.1.0",
|
2017-04-13 16:32:07 +02:00
|
|
|
"order-stat 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-reactor 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-updater 1.9.0",
|
2017-12-27 11:32:05 +01:00
|
|
|
"parity-version 1.9.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-27 18:23:22 +02:00
|
|
|
"pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-04-13 16:32:07 +02:00
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"stats 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-16 17:34:23 +01:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"transient-hashmap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-01 12:37:57 +02:00
|
|
|
"vm 0.1.0",
|
2017-04-13 16:32:07 +02:00
|
|
|
]
|
|
|
|
|
2016-11-02 17:14:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-rpc-client"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-rpc 1.9.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-tokio-ipc"
|
2017-04-25 18:48:31 +02:00
|
|
|
version = "0.1.5"
|
|
|
|
source = "git+https://github.com/nikvolf/parity-tokio-ipc#d6c5b3cfcc913a1b9cf0f0562a10b083ceb9fb7c"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"mio-named-pipes 0.1.4 (git+https://github.com/alexcrichton/mio-named-pipes)",
|
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-25 18:48:31 +02:00
|
|
|
"tokio-named-pipes 0.1.0 (git+https://github.com/nikvolf/tokio-named-pipes)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-uds 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
2016-10-17 11:56:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-ui"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-10-17 11:56:42 +02:00
|
|
|
dependencies = [
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-ui-dev 1.9.0",
|
2017-09-05 11:21:18 +02:00
|
|
|
"parity-ui-old-dev 1.9.0",
|
2018-01-11 10:50:08 +01:00
|
|
|
"parity-ui-old-precompiled 1.9.0 (git+https://github.com/js-dist-paritytech/parity-beta-1-9-v1.git)",
|
|
|
|
"parity-ui-precompiled 1.9.0 (git+https://github.com/js-dist-paritytech/parity-beta-1-9-shell.git)",
|
2016-10-22 20:07:12 +02:00
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-ui-dev"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-10-22 20:07:12 +02:00
|
|
|
dependencies = [
|
2017-11-10 10:58:56 +01:00
|
|
|
"parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-05 11:21:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-ui-old-dev"
|
|
|
|
version = "1.9.0"
|
|
|
|
dependencies = [
|
2017-11-10 10:58:56 +01:00
|
|
|
"parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-22 20:07:12 +02:00
|
|
|
]
|
|
|
|
|
2017-10-17 18:07:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-ui-old-precompiled"
|
2017-11-13 19:03:28 +01:00
|
|
|
version = "1.9.0"
|
2018-01-19 12:55:49 +01:00
|
|
|
source = "git+https://github.com/js-dist-paritytech/parity-beta-1-9-v1.git#3773f229b24b7765741dd5b8b9b815792f117d53"
|
2017-10-17 18:07:21 +02:00
|
|
|
dependencies = [
|
2017-11-10 10:58:56 +01:00
|
|
|
"parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-17 18:07:21 +02:00
|
|
|
]
|
|
|
|
|
2016-10-22 20:07:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-ui-precompiled"
|
2017-10-20 13:04:41 +02:00
|
|
|
version = "1.9.0"
|
2018-01-19 12:55:49 +01:00
|
|
|
source = "git+https://github.com/js-dist-paritytech/parity-beta-1-9-shell.git#21948b04e2785698de97d7c4ad0f9406b9b6b34a"
|
2016-10-22 20:07:12 +02:00
|
|
|
dependencies = [
|
2017-11-10 10:58:56 +01:00
|
|
|
"parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-17 11:56:42 +02:00
|
|
|
]
|
|
|
|
|
2016-12-11 19:14:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-updater"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-12-11 19:14:42 +01:00
|
|
|
dependencies = [
|
2017-10-16 10:21:35 +02:00
|
|
|
"ethabi 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore 1.9.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-util 1.9.0",
|
|
|
|
"ethsync 1.9.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-hash-fetch 1.9.0",
|
2016-12-22 18:26:39 +01:00
|
|
|
"parity-reactor 0.1.0",
|
2017-12-27 11:32:05 +01:00
|
|
|
"parity-version 1.9.0",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 06:23:40 +01:00
|
|
|
"path 0.1.0",
|
2017-10-16 17:28:59 +02:00
|
|
|
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-17 14:36:30 +01:00
|
|
|
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-11 19:14:42 +01:00
|
|
|
]
|
|
|
|
|
2017-12-22 14:37:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-version"
|
2017-12-27 11:32:05 +01:00
|
|
|
version = "1.9.0"
|
2017-12-22 14:37:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"ethcore-bytes 0.1.0",
|
|
|
|
"rlp 0.2.1",
|
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-wasm"
|
2017-11-12 22:21:15 +01:00
|
|
|
version = "0.15.3"
|
2017-07-11 11:06:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-07-10 17:42:10 +02:00
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
]
|
|
|
|
|
2017-07-14 20:40:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-whisper"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-network 1.9.0",
|
2017-07-14 20:40:28 +02:00
|
|
|
"ethcrypto 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-07-14 20:40:28 +02:00
|
|
|
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-13 22:52:25 +01:00
|
|
|
"jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
|
|
|
"jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-14 20:40:28 +02:00
|
|
|
"ordered-float 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ring 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-14 20:40:28 +02:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 10:06:02 +02:00
|
|
|
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-14 20:40:28 +02:00
|
|
|
]
|
|
|
|
|
2017-04-01 08:26:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-wordlist"
|
2017-12-01 09:40:07 +01:00
|
|
|
version = "1.2.0"
|
2017-04-01 08:26:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 12:31:12 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-01 08:26:44 +02:00
|
|
|
]
|
|
|
|
|
2016-10-19 18:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.4.8"
|
2016-10-19 18:35:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-28 19:06:08 +02:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"parking_lot_core 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-19 18:35:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.6"
|
2016-07-13 19:59:59 +02:00
|
|
|
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)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-13 19:59:59 +02:00
|
|
|
]
|
|
|
|
|
2017-03-22 06:23:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "path"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-09-12 19:23:02 +02:00
|
|
|
[[package]]
|
2017-11-10 18:31:31 +01:00
|
|
|
name = "patricia-trie"
|
2017-09-12 19:23:02 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-12 19:23:02 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-logger 1.9.0",
|
2017-11-10 18:46:35 +01:00
|
|
|
"hashdb 0.1.1",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-09-12 19:23:02 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:15:37 +01:00
|
|
|
"memorydb 0.1.1",
|
2017-09-12 19:23:02 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-09-12 19:23:02 +02:00
|
|
|
"triehash 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-04-07 12:10:26 +02:00
|
|
|
[[package]]
|
2016-05-26 18:21:15 +02:00
|
|
|
name = "phf"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.7.21"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.7.21"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.7.21"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.7.21"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
2016-04-07 12:10:26 +02:00
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2017-06-12 16:56:14 +02:00
|
|
|
version = "0.3.9"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-17 20:40:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "plain_hasher"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-08-28 12:40:29 +02:00
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-17 20:40:10 +02:00
|
|
|
]
|
|
|
|
|
2017-12-19 10:20:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "plain_hasher"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-08-18 12:19:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "podio"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-03 10:27:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-16 18:22:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "price-info"
|
|
|
|
version = "1.7.0"
|
|
|
|
dependencies = [
|
|
|
|
"fetch 0.1.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-16 18:22:45 +02:00
|
|
|
]
|
|
|
|
|
2016-02-18 01:47:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "primal"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"primal-check 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"primal-estimate 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"primal-sieve 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 01:47:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "primal-bit"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.4"
|
2016-02-18 01:47:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"hamming 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "primal-check"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 01:47:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "primal-estimate"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "primal-sieve"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.7"
|
2016-02-18 01:47:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"hamming 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"primal-bit 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 01:47:47 +01:00
|
|
|
"primal-estimate 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 01:47:47 +01:00
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-22 14:54:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-11-25 21:27:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pwasm-run-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-bigint 0.2.1",
|
|
|
|
"ethcore-logger 1.9.0",
|
|
|
|
"ethjson 0.1.0",
|
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vm 0.1.0",
|
|
|
|
"wasm 0.1.0",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quasi"
|
2017-03-21 21:26:05 +01:00
|
|
|
version = "0.32.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-02-18 14:36:59 +01:00
|
|
|
name = "quasi_codegen"
|
2017-03-21 21:26:05 +01:00
|
|
|
version = "0.32.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-21 21:26:05 +01:00
|
|
|
"aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-05-23 12:28:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quasi_macros"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-04-07 14:24:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "1.2.1"
|
2016-04-07 14:24:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-11 20:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2017-08-20 06:01:46 +02:00
|
|
|
version = "0.3.15"
|
2017-01-11 20:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.3.16"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"magenta 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-06-07 12:31:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2017-09-10 18:03:35 +02:00
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rayon-core 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "0.8.2"
|
2017-06-07 12:31:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-10 18:03:35 +02:00
|
|
|
"rayon-core 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 12:31:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2017-09-10 18:03:35 +02:00
|
|
|
version = "1.2.1"
|
2017-06-07 12:31:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-10 18:03:35 +02:00
|
|
|
"coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 12:31:12 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 12:31:12 +02:00
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.2"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-28 19:06:08 +02:00
|
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-28 19:06:08 +02:00
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-03-28 19:06:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.1"
|
2017-03-28 19:06:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-03 01:34:32 +02:00
|
|
|
[[package]]
|
2016-12-22 18:26:39 +01:00
|
|
|
name = "reqwest"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "0.7.3"
|
2016-09-03 01:34:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"libflate 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-03 01:34:32 +02:00
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.9.7"
|
2017-02-14 19:30:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 12:31:12 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-10 18:03:35 +02:00
|
|
|
"rayon 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 19:30:37 +01:00
|
|
|
]
|
|
|
|
|
2016-09-01 13:36:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rlp"
|
2017-11-10 20:21:24 +01:00
|
|
|
version = "0.2.1"
|
2016-09-01 13:36:32 +02:00
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-28 14:16:53 +02:00
|
|
|
"elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-06-07 12:31:12 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-01 13:36:32 +02:00
|
|
|
]
|
|
|
|
|
2017-08-20 06:01:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rlp_derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-08-20 06:01:46 +02:00
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
2016-05-30 15:38:23 +02:00
|
|
|
version = "0.4.5"
|
2018-01-23 12:32:34 +01:00
|
|
|
source = "git+https://github.com/paritytech/rust-rocksdb#ecf06adf3148ab10f6f7686b724498382ff4f36e"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-22 14:54:08 +02:00
|
|
|
"local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-29 15:17:27 +02:00
|
|
|
"rocksdb-sys 0.3.0 (git+https://github.com/paritytech/rust-rocksdb)",
|
2016-05-30 15:38:23 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocksdb-sys"
|
|
|
|
version = "0.3.0"
|
2018-01-23 12:32:34 +01:00
|
|
|
source = "git+https://github.com/paritytech/rust-rocksdb#ecf06adf3148ab10f6f7686b724498382ff4f36e"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2018-01-03 11:00:37 +01:00
|
|
|
"cc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-23 12:32:34 +01:00
|
|
|
"local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-02 10:08:04 +01:00
|
|
|
"snappy-sys 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-04-07 14:24:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rotor"
|
|
|
|
version = "0.6.3"
|
2017-06-05 20:40:40 +02:00
|
|
|
source = "git+https://github.com/tailhook/rotor#80ce2e4cd82fdc7f88bb2d737407fa5106799790"
|
2016-04-07 14:24:52 +02:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-24 11:22:26 +01:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 14:24:52 +02:00
|
|
|
]
|
|
|
|
|
2016-03-09 14:11:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2017-10-16 10:20:55 +02:00
|
|
|
version = "1.0.2"
|
2016-11-02 17:14:05 +01:00
|
|
|
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)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-16 10:20:55 +02:00
|
|
|
"rprompt 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 18:23:53 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rpc-cli"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bigint 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-util 1.9.0",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 23:44:02 +02:00
|
|
|
"parity-rpc 1.9.0",
|
2016-11-02 17:14:05 +01:00
|
|
|
"parity-rpc-client 1.4.0",
|
2017-10-16 10:20:55 +02:00
|
|
|
"rpassword 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
2017-10-16 10:20:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rprompt"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rust-crypto"
|
2016-06-15 01:27:47 +02:00
|
|
|
version = "0.2.36"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-07-11 12:23:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.5"
|
2017-07-11 12:23:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-06 11:36:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hex"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.3.24"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2016-02-18 23:29:41 +01:00
|
|
|
version = "0.1.7"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-15 14:03:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.1"
|
2017-03-15 14:03:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-03 01:34:32 +02:00
|
|
|
[[package]]
|
2016-12-22 18:26:39 +01:00
|
|
|
name = "schannel"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.1.8"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-09-03 01:34:32 +02:00
|
|
|
dependencies = [
|
2016-12-22 18:26:39 +01:00
|
|
|
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 12:31:12 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
"secur32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = "scoped-tls"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-10 18:03:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "secur32-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
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 = "security-framework"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.16"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.16"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-03 01:34:32 +02:00
|
|
|
]
|
|
|
|
|
2017-09-02 13:14:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "semantic_version"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-15 14:03:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.6.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"
|
|
|
|
|
2016-02-27 13:14:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "1.0.15"
|
2016-02-15 10:47:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-09-01 12:00:00 +02:00
|
|
|
|
2017-05-23 12:31:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "1.0.15"
|
2017-05-23 12:31:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-20 06:01:46 +02:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"serde_derive_internals 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:31:09 +02:00
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.16.0"
|
2017-05-23 12:31:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2017-08-02 12:50:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_ignored"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 12:50:36 +02:00
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "1.0.3"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-02 19:11:28 +01:00
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2017-07-06 11:36:15 +02:00
|
|
|
version = "0.5.1"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-05-27 13:03:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2016-08-08 17:03:25 +02:00
|
|
|
version = "0.2.0"
|
2016-05-27 13:03:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-13 23:38:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shell32-sys"
|
|
|
|
version = "0.1.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)",
|
|
|
|
]
|
|
|
|
|
2016-10-21 11:57:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.2.2"
|
2016-10-21 11:57:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-22 14:54:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "skeptic"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"pulldown-cmark 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-06-02 11:49:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-30 09:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-25 11:03:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-13 14:48:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.3"
|
2016-12-13 14:48:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-29 19:59:20 +02:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-29 19:59:20 +02:00
|
|
|
]
|
2016-12-13 14:48:03 +01:00
|
|
|
|
2017-10-10 20:01:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "snappy"
|
|
|
|
version = "0.1.0"
|
2017-12-02 10:08:04 +01:00
|
|
|
source = "git+https://github.com/paritytech/rust-snappy#858eac97192ea25d18d3f3626a8cc13ca0b175bb"
|
2017-10-10 20:01:27 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-02 10:08:04 +01:00
|
|
|
"snappy-sys 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snappy-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/paritytech/rust-snappy#858eac97192ea25d18d3f3626a8cc13ca0b175bb"
|
|
|
|
dependencies = [
|
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
]
|
|
|
|
|
2016-04-27 22:41:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "spmc"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.2"
|
2016-04-27 22:41:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-28 19:06:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-17 16:18:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stats"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 16:18:31 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2017-03-28 19:06:08 +02:00
|
|
|
version = "0.6.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-29 13:44:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-29 13:44:24 +02:00
|
|
|
]
|
|
|
|
|
2017-01-11 20:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2017-05-23 12:31:09 +02:00
|
|
|
version = "0.11.11"
|
2017-01-11 20:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-20 06:01:46 +02:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:31:09 +02:00
|
|
|
"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 = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-13 16:38:47 +01:00
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-11 20:02:27 +01:00
|
|
|
]
|
|
|
|
|
2016-05-05 23:54:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syntex"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.58.1"
|
2016-05-05 23:54:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-05 23:54:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-03-21 21:26:05 +01:00
|
|
|
name = "syntex_errors"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.58.1"
|
2016-05-05 23:54:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-21 21:26:05 +01:00
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_pos"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.58.1"
|
2017-03-21 21:26:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-21 21:26:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.58.1"
|
2017-03-21 21:26:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-21 21:26:05 +01:00
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-05 23:54:15 +02:00
|
|
|
]
|
|
|
|
|
2016-07-06 11:23:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "table"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-01-25 11:03:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "take"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-22 09:04:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "target_info"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-02 17:14:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
2016-02-18 14:36:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.6"
|
2016-02-18 14:36:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 14:36:59 +01:00
|
|
|
]
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-04-24 19:10:56 +02:00
|
|
|
[[package]]
|
2017-09-14 19:28:43 +02:00
|
|
|
name = "textwrap"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.8.0"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.3.4"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-09 14:11:15 +01:00
|
|
|
]
|
|
|
|
|
2017-12-01 09:40:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.38"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
2017-08-07 10:06:02 +02:00
|
|
|
version = "1.3.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-core"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.9"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-08 11:26:16 +02:00
|
|
|
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.3"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 10:27:37 +02:00
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-named-pipes"
|
|
|
|
version = "0.1.0"
|
2017-04-25 18:48:31 +02:00
|
|
|
source = "git+https://github.com/nikvolf/tokio-named-pipes#0b9b728eaeb0a6673c287ac7692be398fd651752"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"mio-named-pipes 0.1.4 (git+https://github.com/alexcrichton/mio-named-pipes)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
2017-01-25 11:03:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-proto"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.1"
|
2017-01-25 11:03:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 11:03:36 +01:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 11:03:36 +01: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 = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
2017-05-06 13:24:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.2"
|
2017-05-06 13:24:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-06 13:24:18 +02:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-05 12:35:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tls"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-uds"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.5"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-25 18:48:31 +02:00
|
|
|
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 11:03:36 +01:00
|
|
|
]
|
|
|
|
|
2016-09-10 11:37:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.5"
|
2016-09-10 11:37:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-10 11:37:14 +02:00
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-19 10:20:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "transaction-pool"
|
|
|
|
version = "1.9.0"
|
|
|
|
dependencies = [
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-bigint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-23 18:51:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "transient-hashmap"
|
2017-03-20 19:15:02 +01:00
|
|
|
version = "0.4.0"
|
2016-02-27 15:56:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-23 18:51:29 +01:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trezor-sys"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "git+https://github.com/paritytech/trezor-sys#8a401705e58c83db6c29c199d9577b78fde40709"
|
|
|
|
dependencies = [
|
|
|
|
"protobuf 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 18:51:29 +01:00
|
|
|
]
|
|
|
|
|
2017-09-03 09:11:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "triehash"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-09-03 09:11:14 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "typeable"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-05 12:14:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unexpected"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "1.4.2"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-09-25 19:45:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.3.4"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.5"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-03 09:40:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "1.2.0"
|
2017-04-03 09:40:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-13 16:38:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-28 19:06:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
2017-09-14 19:28:43 +02:00
|
|
|
name = "unreachable"
|
|
|
|
version = "1.0.0"
|
2017-02-14 19:30:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-14 19:28:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-02-14 19:30:37 +01:00
|
|
|
|
2016-04-24 19:10:56 +02:00
|
|
|
[[package]]
|
2017-09-14 19:28:43 +02:00
|
|
|
name = "untrusted"
|
|
|
|
version = "0.5.1"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-14 17:35:45 +01:00
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
2017-09-14 19:28:43 +02:00
|
|
|
name = "url"
|
|
|
|
version = "1.5.1"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2017-08-01 12:37:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "using_queue"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
2016-07-06 11:23:29 +02:00
|
|
|
name = "utf8-ranges"
|
2017-03-28 19:06:08 +02:00
|
|
|
version = "1.0.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-04-11 13:21:55 +02:00
|
|
|
|
2017-10-10 20:01:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "util-error"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-10-16 12:11:35 +02:00
|
|
|
"kvdb 0.1.0",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-10-10 20:01:27 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-04-07 14:24:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vecio"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 14:24:52 +02:00
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-21 21:14:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.1"
|
2016-02-21 21:14:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 21:14:09 +01:00
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-01 12:37:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-01 12:37:57 +02:00
|
|
|
"common-types 0.1.0",
|
2017-11-06 16:31:15 +01:00
|
|
|
"ethcore-bigint 0.2.1",
|
2017-09-06 20:47:45 +02:00
|
|
|
"ethcore-bytes 0.1.0",
|
2017-10-12 23:44:02 +02:00
|
|
|
"ethcore-util 1.9.0",
|
2017-08-01 12:37:57 +02:00
|
|
|
"ethjson 0.1.0",
|
2017-11-10 19:04:55 +01:00
|
|
|
"keccak-hash 0.1.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 18:31:31 +01:00
|
|
|
"patricia-trie 0.1.0",
|
2017-11-10 20:21:24 +01:00
|
|
|
"rlp 0.2.1",
|
2017-08-01 12:37:57 +02:00
|
|
|
]
|
|
|
|
|
2016-04-07 14:24:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
2016-04-24 19:10:56 +02:00
|
|
|
version = "1.0.2"
|
2016-04-07 14:24:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-08 12:33:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-bigint 0.2.1",
|
|
|
|
"ethcore-logger 1.9.0",
|
|
|
|
"ethcore-util 1.9.0",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-12 22:21:15 +01:00
|
|
|
"parity-wasm 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-08 12:33:56 +01:00
|
|
|
"vm 0.1.0",
|
|
|
|
"wasm-utils 0.1.0 (git+https://github.com/paritytech/wasm-utils)",
|
|
|
|
]
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-utils"
|
|
|
|
version = "0.1.0"
|
2017-11-02 12:49:57 +01:00
|
|
|
source = "git+https://github.com/paritytech/wasm-utils#3d59f7ca0661317bc66894a26b2a5a319fa5d229"
|
2017-07-10 17:42:10 +02:00
|
|
|
dependencies = [
|
2017-10-09 13:12:58 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-10 18:02:31 +02:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-12 22:21:15 +01:00
|
|
|
"parity-wasm 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-12-13 23:38:29 +01:00
|
|
|
version = "0.2.8"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "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"
|
|
|
|
|
2017-04-13 16:32:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ws"
|
2017-07-06 11:36:15 +02:00
|
|
|
version = "0.7.1"
|
|
|
|
source = "git+https://github.com/tomusdrw/ws-rs#f8306a798b7541d64624299a83a2c934f173beed"
|
2017-04-13 16:32:07 +02:00
|
|
|
dependencies = [
|
2017-09-10 18:02:14 +02:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-12-13 23:38:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "2.1.0"
|
2016-12-13 23:38:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.3.6"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmltree"
|
2016-04-24 19:10:56 +02:00
|
|
|
version = "0.3.2"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"xml-rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-08-18 12:19:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.19"
|
2016-08-18 12:19:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"msdos_time 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-18 12:19:09 +02:00
|
|
|
"podio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-18 12:19:09 +02:00
|
|
|
]
|
|
|
|
|
2016-08-03 19:01:48 +02:00
|
|
|
[metadata]
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45"
|
2016-12-22 18:26:39 +01:00
|
|
|
"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
|
2017-03-22 06:23:40 +01:00
|
|
|
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
|
2016-12-13 23:38:29 +01:00
|
|
|
"checksum app_dirs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7d1c0d48a81bbb13043847f957971f4d87c81542d80ece5e84ba3cba4058fd4"
|
2017-11-18 23:14:57 +01:00
|
|
|
"checksum arrayvec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1c0250693b17316353df525fb088da32a8c18f84eb65d113dde31f5a76ed17b6"
|
2017-03-21 21:26:05 +01:00
|
|
|
"checksum aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfdf7355d9db158df68f976ed030ab0f6578af811f5a7bb6dcf221ec24e0e0"
|
2017-07-10 17:42:10 +02:00
|
|
|
"checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum backtrace 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "99f2ce94e22b8e664d95c57fff45b98a966c2252b60691d0b7aeeccd88d70983"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum backtrace-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "c63ea141ef8fdb10409d0f5daf30ac51f84ef43bff66f16627773d2a292cd189"
|
2017-02-14 19:30:37 +01:00
|
|
|
"checksum base-x 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f59103b47307f76e03bef1633aec7fa9e29bfb5aa6daf5a334f94233c71f6c1"
|
2017-02-04 09:52:14 +01:00
|
|
|
"checksum base32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b9605ba46d61df0410d8ac686b0007add8172eba90e8e909c347856fe794d8c"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
|
|
|
|
"checksum bigint 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5442186ef6560f30f1ee4b9c1e4c87a35a6879d3644550cc248ec2b955eb5fcd"
|
2017-05-23 12:31:09 +02:00
|
|
|
"checksum bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e103c8b299b28a9c6990458b7013dc4a8356a9b854c51b9883241f5866fac36e"
|
2017-02-10 01:07:06 +01:00
|
|
|
"checksum bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e6e1e6fb1c9e3d6fcdec57216a74eaa03e41f52a22f13a16438251d8e88b89da"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9bf6104718e80d7b26a68fdbacff3481cfc05df670821affc7e9cbc1884400c"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f"
|
2016-12-22 18:26:39 +01:00
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2017-07-10 17:42:10 +02:00
|
|
|
"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
|
2017-06-12 16:56:14 +02:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum bloomchain 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f421095d2a76fc24cd3fb3f912b90df06be7689912b1bdb423caefae59c258d"
|
2017-03-28 00:42:37 +02:00
|
|
|
"checksum bn 0.4.4 (git+https://github.com/paritytech/bn)" = "<none>"
|
2017-09-10 18:02:14 +02:00
|
|
|
"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d828f97b58cc5de3e40c421d0cf2132d6b2da4ee0e11b8632fa838f0f9333ad6"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum cc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7db2f146208d7e0fbee761b09cd65a7f51ccc38705d4e7262dad4d73b12a76b1"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
2017-06-07 12:31:12 +02:00
|
|
|
"checksum cid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "34aa7da06f10541fbca6850719cdaa8fa03060a5d2fb33840f149cf8133a00c7"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3451e409013178663435d6f15fdb212f14ee4424a3d74f979d081d0a66b6f1f2"
|
2017-09-10 18:03:35 +02:00
|
|
|
"checksum coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c06169f5beb7e31c7c67ebf5540b8b472d23e3eade3b2ec7d1f5b504a85f91bd"
|
2017-07-11 12:23:46 +02:00
|
|
|
"checksum conv 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
|
2016-11-24 11:22:26 +01:00
|
|
|
"checksum cookie 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d53b80dde876f47f03cda35303e368a79b91c70b0d65ecba5fd5280944a08591"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"
|
|
|
|
"checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"
|
2016-12-22 18:26:39 +01:00
|
|
|
"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
|
2017-08-22 17:05:28 +02:00
|
|
|
"checksum crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda"
|
2016-12-22 18:26:39 +01:00
|
|
|
"checksum crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e34988f7e069e0b2f3bfc064295161e489b2d4e04a2e4248fb94360cdf00b4ec"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)" = "<none>"
|
2017-07-11 12:23:46 +02:00
|
|
|
"checksum custom_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum daemonize 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0239832c1b4ca406d5ec73728cf4c7336d25cf85dd32db9e047e9e706ee0e935"
|
2017-07-11 12:23:46 +02:00
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
|
2017-04-03 10:27:37 +02:00
|
|
|
"checksum difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3304d19798a8e067e48d8e69b2c37f0b5e9b4e462504ad9e27e9f3fce02bba8"
|
2017-07-06 11:36:15 +02:00
|
|
|
"checksum docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b5b93718f8b3e5544fcc914c43de828ca6c6ace23e0332c6080a2977b49787a"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
2017-12-01 09:40:07 +01:00
|
|
|
"checksum edit-distance 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6a34f5204fbc13582de418611cf3a7dcdd07c6d312a5b631597ba72c06b9d9c9"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18785c1ba806c258137c937e44ada9ee7e69a37e3c72077542cd2f069d78562a"
|
2017-06-28 14:16:53 +02:00
|
|
|
"checksum elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "258ff6a9a94f648d0379dbd79110e057edbb53eb85cc237e33eadf8e5a30df85"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
|
|
|
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
2017-11-18 23:14:57 +01:00
|
|
|
"checksum eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)" = "<none>"
|
2017-10-16 10:21:35 +02:00
|
|
|
"checksum ethabi 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c819a3adef0413a2519cbd9a19a35dd1c20c7a0110705beaba8aa4aa87eda95f"
|
2017-12-19 10:20:49 +01:00
|
|
|
"checksum ethcore-bigint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcb5af77e74a8f70e9c3337e069c37bc82178ef1b459c02091f73c4ad5281eb5"
|
2016-12-05 18:15:05 +01:00
|
|
|
"checksum fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1ee15a7050e5580b3712877157068ea713b245b080ff302ae2ca973cfcd9baa"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "e6234dd4468ae5d1e2dbb06fe2b058696fdc50a339c68a393aefbf00bc81e423"
|
2017-05-23 12:26:39 +02:00
|
|
|
"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344"
|
2018-01-04 16:12:12 +01:00
|
|
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866"
|
2017-10-05 12:35:01 +02:00
|
|
|
"checksum futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "05a23db7bd162d4e8265968602930c476f688f0c180b44bdaf55e0cb2c687558"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "77d49e7de8b91b20d6fda43eea906637eff18b96702eb6b2872df8bfab1ad2b5"
|
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "65922871abd2f101a2eb0eaebadc66668e54a87ad9c3dd82520b5f86ede5eff9"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2017-05-23 12:26:39 +02:00
|
|
|
"checksum globset 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90d069fe6beb9be359ef505650b3f73228c5591a3c4b1f32be2f4f44459ffa3a"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum hamming 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65043da274378d68241eb9a8f8f8aa54e349136f7b8e12f63e3ef44043cc30e1"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "54fab2624374e5137ae4df13bf32b0b269cb804df42d13a51221bbd431d1a237"
|
|
|
|
"checksum heck 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e0db42a2924a5d7d628685e7a8cf9a2edd628650a9d01efc3dde35d3cdd22451"
|
2017-07-14 20:40:28 +02:00
|
|
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
2017-03-29 15:17:27 +02:00
|
|
|
"checksum hidapi 0.3.1 (git+https://github.com/paritytech/hidapi-rs)" = "<none>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum hyper 0.10.0-a.0 (git+https://github.com/paritytech/hyper)" = "<none>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2"
|
2017-10-05 12:35:01 +02:00
|
|
|
"checksum hyper 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "641abc3e3fcf0de41165595f801376e01106bca1fd876dda937730e477ca004c"
|
|
|
|
"checksum hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c81fa95203e2a6087242c38691a0210f23e9f3f8f944350bd676522132e2985"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum igd 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "356a0dc23a4fa0f8ce4777258085d00a01ea4923b2efd93538fc44bf5e1bda76"
|
2017-02-20 16:42:09 +01:00
|
|
|
"checksum integer-encoding 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a053c9c7dcb7db1f2aa012c37dc176c62e4cdf14898dee0eecc606de835b8acb"
|
2017-11-14 12:59:01 +01:00
|
|
|
"checksum interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "141340095b15ed7491bd3d4ced9d20cebfb826174b6bb03386381f62b01e3d77"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)" = "2134e210e2a024b5684f90e1556d5f71a1ce7f8b12e9ac9924c67fb36f63b336"
|
|
|
|
"checksum isatty 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fa500db770a99afe2a0f2229be2a3d09c7ed9d7e4e8440bf71253141994e240f"
|
|
|
|
"checksum itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4833d6978da405305126af4ac88569b5d71ff758581ce5a987dbfa3755f694fc"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
|
2017-11-13 22:52:25 +01:00
|
|
|
"checksum jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)" = "<none>"
|
|
|
|
"checksum jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)" = "<none>"
|
|
|
|
"checksum jsonrpc-ipc-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)" = "<none>"
|
|
|
|
"checksum jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)" = "<none>"
|
|
|
|
"checksum jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)" = "<none>"
|
|
|
|
"checksum jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)" = "<none>"
|
|
|
|
"checksum jsonrpc-tcp-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)" = "<none>"
|
|
|
|
"checksum jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.9)" = "<none>"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2017-06-07 12:31:12 +02:00
|
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
|
2018-01-04 16:12:12 +01:00
|
|
|
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "d1419b2939a0bc44b77feb34661583c7546b532b192feab36249ab584b86856c"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum libflate 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a2aa04ec0100812d31a5366130ff9e793291787bc31da845bede4a00ea329830"
|
2017-03-29 15:17:27 +02:00
|
|
|
"checksum libusb 0.3.0 (git+https://github.com/paritytech/libusb-rs)" = "<none>"
|
|
|
|
"checksum libusb-sys 0.2.3 (git+https://github.com/paritytech/libusb-sys)" = "<none>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum linked-hash-map 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7860ec297f7008ff7a1e3382d7f7e1dcd69efc94751a2284bafc3d013c2aa939"
|
2017-10-05 12:35:01 +02:00
|
|
|
"checksum linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2aab0478615bb586559b0114d94dd8eca4fdbb73b443adcb0d00b61692b4bf"
|
2017-06-22 14:54:08 +02:00
|
|
|
"checksum local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1ceb20f39ff7ae42f3ff9795f3986b1daad821caaa1e1732a0944103a5a1a66"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
|
|
|
|
"checksum lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d06ff7ff06f729ce5f4e227876cb88d10bc59cd4ae1e09fbb2bde15c850dc21"
|
|
|
|
"checksum magenta 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf0336886480e671965f794bc9b6fce88503563013d1bfb7a502c81fe3ac527"
|
|
|
|
"checksum magenta-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40d014c7011ac470ae28e2f76a02bfea4a8480f73e701353b49ad7a8d75f4699"
|
|
|
|
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "46f3c7359028b31999287dae4e5047ddfe90a23b7dca2282ce759b491080c99b"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum mime 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e3d709ffbb330e1566dc2f2a3c9b58a5ad4a381f740b810cd305dc3f089bc160"
|
|
|
|
"checksum mime_guess 2.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "27a5e6679a0614e25adc14c6434ba84e41632b765a6d9cb2031a0cca682699ae"
|
|
|
|
"checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum mio 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "dbd91d3bfbceb13897065e97b2ef177a09a438cb33612b2d371bf568819a9313"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum mio-named-pipes 0.1.4 (git+https://github.com/alexcrichton/mio-named-pipes)" = "<none>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1731a873077147b626d89cc6c2a0db6288d607496c5d10c0cfcf3adc697ec673"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum msdos_time 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "65ba9d75bcea84e07812618fedf284a64776c2f2ea0cad6bca7f69739695a958"
|
2017-02-14 19:30:37 +01:00
|
|
|
"checksum multibase 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9c35dac080fd6e16a99924c8dfdef0af89d797dd851adab25feaffacf7850d6"
|
2017-06-07 12:31:12 +02:00
|
|
|
"checksum multihash 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d14363c7695e2e5adbbb8fe139d806a19b8b13f02b9b1fb770fab0c12edaff58"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04b781c9134a954c84f0594b9ab3f5606abc516030388e8511887ef4c204a1e5"
|
|
|
|
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
|
2017-03-22 06:23:40 +01:00
|
|
|
"checksum nodrop 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "52cd74cd09beba596430cc6e3091b74007169a56246e1262f0ba451ea95117b2"
|
2017-10-24 12:12:15 +02:00
|
|
|
"checksum ntp 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "143149743832c6543b60a8ef2a26cd9122dfecec2b767158e852a7beecf6d7a0"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525"
|
|
|
|
"checksum num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "8fd0f8dbb4c0960998958a796281d88c16fbe68d87b1baa6f31e2979e81fd0bd"
|
|
|
|
"checksum num-complex 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "503e668405c5492d67cf662a81e05be40efe2e6bcf10f7794a07bd9865e704e6"
|
|
|
|
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba"
|
|
|
|
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
|
|
|
|
"checksum num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "288629c76fac4b33556f4b7ab57ba21ae202da65ba8b77466e6d598e31990790"
|
|
|
|
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
|
2017-12-01 09:40:07 +01:00
|
|
|
"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum number_prefix 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "59a14be9c211cb9c602bad35ac99f41e9a84b44d71b8cbd3040e3bd02a214902"
|
|
|
|
"checksum odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "c3df9b730298cea3a1c3faa90b7e2f9df3a9c400d0936d6015e6165734eefcba"
|
2016-12-13 23:38:29 +01:00
|
|
|
"checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
|
2018-01-04 16:12:12 +01:00
|
|
|
"checksum openssl 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)" = "169a4b9160baf9b9b1ab975418c673686638995ba921683a7f1e01470dcb8854"
|
|
|
|
"checksum openssl-sys 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)" = "2200ffec628e3f14c39fc0131a301db214f1a7d584e36507ee8700b0c7fb7a46"
|
2017-02-04 22:18:19 +01:00
|
|
|
"checksum order-stat 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "efa535d5117d3661134dbf1719b6f0ffe06f2375843b13935db186cd094105eb"
|
2017-07-14 20:40:28 +02:00
|
|
|
"checksum ordered-float 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "58d25b6c0e47b20d05226d288ff434940296e7e2f8b877975da32f862152241f"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
2017-11-10 10:58:56 +01:00
|
|
|
"checksum parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "261c025c67ba416e9fe63aa9b3236520ce3c74cfbe43590c9cdcec4ccc8180e4"
|
2017-04-25 18:48:31 +02:00
|
|
|
"checksum parity-tokio-ipc 0.1.5 (git+https://github.com/nikvolf/parity-tokio-ipc)" = "<none>"
|
2018-01-11 10:50:08 +01:00
|
|
|
"checksum parity-ui-old-precompiled 1.9.0 (git+https://github.com/js-dist-paritytech/parity-beta-1-9-v1.git)" = "<none>"
|
|
|
|
"checksum parity-ui-precompiled 1.9.0 (git+https://github.com/js-dist-paritytech/parity-beta-1-9-shell.git)" = "<none>"
|
2017-11-12 22:21:15 +01:00
|
|
|
"checksum parity-wasm 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8431a184ad88cfbcd71a792aaca319cc7203a94300c26b8dce2d0df0681ea87d"
|
2017-12-01 09:40:07 +01:00
|
|
|
"checksum parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d0dec124478845b142f68b446cbee953d14d4b41f1bc0425024417720dce693"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "149d8f5b97f3c1133e3cfcd8886449959e856b557ff281e292b733d7c69e005e"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum parking_lot_core 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4f610cb9664da38e417ea3225f23051f589851999535290e077939838ab7a595"
|
|
|
|
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
|
|
|
|
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
|
|
|
|
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
|
|
|
|
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
|
|
|
|
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
|
2017-06-12 16:56:14 +02:00
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
2017-12-19 10:20:49 +01:00
|
|
|
"checksum plain_hasher 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83ae80873992f511142c07d0ec6c44de5636628fdb7e204abd655932ea79d995"
|
2016-08-18 12:19:09 +02:00
|
|
|
"checksum podio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e5422a1ee1bc57cc47ae717b0137314258138f38fd5f3cea083f43a9725383a0"
|
2017-04-03 10:27:37 +02:00
|
|
|
"checksum pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2412f3332a07c7a2a50168988dcc184f32180a9758ad470390e5f55e089f6b6e"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0e31b86efadeaeb1235452171a66689682783149a6249ff334a2c5d8218d00a4"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum primal-bit 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "686a64e2f50194c64942992af5799e6b6e8775b8f88c607d72ed0a2fd58b9b21"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum primal-check 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "647c81b67bb9551a7b88d0bcd785ac35b7d0bf4b2f358683d7c2375d04daec51"
|
|
|
|
"checksum primal-estimate 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "56ea4531dde757b56906493c8604641da14607bf9cdaa80fb9c9cabd2429f8d5"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum primal-sieve 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e058e7a369c70c0103d138ef71f052a48b102592aadb8ca38ee80d85d303e1de"
|
|
|
|
"checksum protobuf 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "568a15e4d572d9a5e63ae3a55f84328c984842887db179b40b4cc6a608bac6a4"
|
2017-06-22 14:54:08 +02:00
|
|
|
"checksum pulldown-cmark 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8361e81576d2e02643b04950e487ec172b687180da65c731c03cf336784e6c07"
|
2017-03-21 21:26:05 +01:00
|
|
|
"checksum quasi 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18c45c4854d6d1cf5d531db97c75880feb91c958b0720f4ec1057135fec358b3"
|
|
|
|
"checksum quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9e25fa23c044c1803f43ca59c98dac608976dd04ce799411edd58ece776d4"
|
2017-05-23 12:28:22 +02:00
|
|
|
"checksum quasi_macros 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29cec87bc2816766d7e4168302d505dd06b0a825aed41b00633d296e922e02dd"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4"
|
2017-08-20 06:01:46 +02:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "eb250fd207a4729c976794d03db689c9be1d634ab5a1c9da9492a13d8fecbcdf"
|
2017-09-10 18:03:35 +02:00
|
|
|
"checksum rayon 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a77c51c07654ddd93f6cb543c7a849863b03abc7e82591afda6dc8ad4ac3ac4a"
|
|
|
|
"checksum rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b614fe08b6665cb9a231d07ac1364b0ef3cb3698f1239ee0c4c3a88a524f54c8"
|
|
|
|
"checksum rayon-core 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7febc28567082c345f10cddc3612c6ea020fc3297a1977d472cf9fdb73e6e493"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509"
|
|
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
|
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
2017-10-05 12:35:01 +02:00
|
|
|
"checksum reqwest 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5866613d84e2a39c0479a960bf2d0eff1fbfc934f02cd42b5c08c1e1efc5b1fd"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum ring 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)" = "24293de46bac74c9b9c05b40ff8496bbc8b9ae242a9b89f754e1154a43bc7c4c"
|
2017-03-29 15:17:27 +02:00
|
|
|
"checksum rocksdb 0.4.5 (git+https://github.com/paritytech/rust-rocksdb)" = "<none>"
|
|
|
|
"checksum rocksdb-sys 0.3.0 (git+https://github.com/paritytech/rust-rocksdb)" = "<none>"
|
2017-06-05 20:40:40 +02:00
|
|
|
"checksum rotor 0.6.3 (git+https://github.com/tailhook/rotor)" = "<none>"
|
2017-10-16 10:20:55 +02:00
|
|
|
"checksum rpassword 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b273c91bd242ca03ad6d71c143b6f17a48790e61f21a6c78568fa2b6774a24a4"
|
|
|
|
"checksum rprompt 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1601f32bc5858aae3cbfa1c645c96c4d820cc5c16be0194f089560c00b6eb625"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
|
2017-07-06 11:36:15 +02:00
|
|
|
"checksum rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum rustc_version 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9743a7670d88d5d52950408ecdb7c71d8986251ab604d4689dd2ca25c9bca69"
|
|
|
|
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum schannel 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7554288337c1110e34d7a2433518d889374c1de1a45f856b7bcddb03702131fc"
|
2016-12-22 18:26:39 +01:00
|
|
|
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
|
2017-09-10 18:03:35 +02:00
|
|
|
"checksum scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c79eb2c3ac4bc2507cda80e7f3ac5b88bd8eae4c0914d5663e6a8933994be918"
|
2016-12-22 18:26:39 +01:00
|
|
|
"checksum secur32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f412dfa83308d893101dd59c10d6fda8283465976c28c287c5c855bf8d216bc"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332"
|
|
|
|
"checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
|
2017-03-15 14:03:11 +01:00
|
|
|
"checksum semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "6a7046c9d4c6c522d10b2d098f9bebe2bef227e0e74044d8c1bfcf6b476af799"
|
|
|
|
"checksum serde_derive 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "1afcaae083fd1c46952a315062326bc9957f182358eb7da03b57ef1c688f7aa9"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum serde_derive_internals 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd381f6d01a6616cdba8530492d453b7761b456ba974e98768a18cad2cd76f58"
|
2017-08-02 12:50:36 +02:00
|
|
|
"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d243424e06f9f9c39e3cd36147470fd340db785825e367625f79298a6ac6b7ac"
|
2017-07-06 11:36:15 +02:00
|
|
|
"checksum serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce0fd303af908732989354c6f02e05e2e6d597152870f2c6990efb0577137480"
|
2016-08-08 17:03:25 +02:00
|
|
|
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c"
|
2016-12-13 23:38:29 +01:00
|
|
|
"checksum shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72f20b8f3c060374edb8046591ba28f62448c369ccbdc7b02075103fb3a9e38d"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum siphasher 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "833011ca526bd88f16778d32c699d325a9ad302fa06381cd66f7be63351d3f6d"
|
|
|
|
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
|
2017-06-22 14:54:08 +02:00
|
|
|
"checksum skeptic 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24ebf8a06f5f8bae61ae5bbc7af7aac4ef6907ae975130faba1199e5fe82256a"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6dbdd334bd28d328dad1c41b0ea662517883d8880d8533895ef96c8003dec9c4"
|
2016-10-30 09:56:34 +01:00
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
2017-01-25 11:03:36 +01:00
|
|
|
"checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fcd03faf178110ab0334d74ca9631d77f94c8c11cc77fcb59538abf0025695d"
|
2017-12-02 10:08:04 +01:00
|
|
|
"checksum snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)" = "<none>"
|
|
|
|
"checksum snappy-sys 0.1.0 (git+https://github.com/paritytech/rust-snappy)" = "<none>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum spmc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cd1f11d1fb5fd41834e55ce0b85a186efbf2f2afd9fdb09e2c8d72f9bff1ad1a"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
|
|
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
|
2017-06-29 13:44:24 +02:00
|
|
|
"checksum subtle 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b811576c12506ff3f6da145585dc833edc32ee34c9fc021127d90e8134cc05c"
|
2017-05-23 12:31:09 +02:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a8f5e3aaa79319573d19938ea38d068056b826db9883a5d47f86c1cecc688f0e"
|
|
|
|
"checksum syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "867cc5c2d7140ae7eaad2ae9e8bf39cb18a67ca651b7834f88d46ca98faadb9c"
|
|
|
|
"checksum syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13ad4762fe52abc9f4008e85c4fb1b1fe3aa91ccb99ff4826a439c7c598e1047"
|
|
|
|
"checksum syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6e0e4dbae163dd98989464c23dd503161b338790640e11537686f2ef0f25c791"
|
2017-01-25 11:03:36 +01:00
|
|
|
"checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe"
|
2016-11-02 17:14:05 +01:00
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
|
2017-07-10 17:42:10 +02:00
|
|
|
"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum textwrap 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8e08afc40ae3459e4838f303e465aa50d823df8d7f83ca88108f6d3afe7edd"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14"
|
2017-12-01 09:40:07 +01:00
|
|
|
"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
|
2017-08-07 10:06:02 +02:00
|
|
|
"checksum tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d52d12ad79e4063e0cb0ca5efa202ed7244b6ce4d25f4d3abe410b2a66128292"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum tokio-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e85d419699ec4b71bfe35bbc25bb8771e52eff0471a7f75c853ad06e200b4f86"
|
|
|
|
"checksum tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ab83e7adb5677e42e405fa4ceff75659d93c4d7d7dd22f52fcec59ee9f02af"
|
2017-04-25 18:48:31 +02:00
|
|
|
"checksum tokio-named-pipes 0.1.0 (git+https://github.com/nikvolf/tokio-named-pipes)" = "<none>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
|
2017-01-25 11:03:36 +01:00
|
|
|
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6131e780037787ff1b3f8aad9da83bca02438b72277850dd6ad0d455e0e20efc"
|
2017-10-05 12:35:01 +02:00
|
|
|
"checksum tokio-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d88e411cac1c87e405e4090be004493c5d8072a370661033b1a64ea205ec2e13"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum tokio-uds 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6116c71be48f8f1656551fd16458247fdd6c03201d7893ad81189055fcde03e8"
|
|
|
|
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
2017-03-20 19:15:02 +01:00
|
|
|
"checksum transient-hashmap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "715254c8f0811be1a79ad3ea5e6fa3c8eddec2b03d7f5ba78cf093e56d79c24f"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum trezor-sys 1.0.0 (git+https://github.com/paritytech/trezor-sys)" = "<none>"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum unicase 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e01da42520092d0cd2d6ac3ae69eb21a22ad43ff195676b86f8c37f487d6b80"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
|
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
|
|
|
|
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
|
2017-07-10 17:42:10 +02:00
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
|
2017-02-13 16:38:47 +01:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
|
|
"checksum untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae"
|
|
|
|
"checksum url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb819346883532a271eb626deb43c4a1bb4c4dd47c519bd78137c3e72a4fe27"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
|
2017-07-10 17:42:10 +02:00
|
|
|
"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum vecio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0795a11576d29ae80525a3fda315bf7b534f8feb9d34101e5fe63fb95bb2fd24"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c3365f36c57e5df714a34be40902b27a992eeddb9996eca52d0584611cf885d"
|
|
|
|
"checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2017-07-10 17:42:10 +02:00
|
|
|
"checksum wasm-utils 0.1.0 (git+https://github.com/paritytech/wasm-utils)" = "<none>"
|
2016-12-13 23:38:29 +01:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2017-07-06 11:36:15 +02:00
|
|
|
"checksum ws 0.7.1 (git+https://github.com/tomusdrw/ws-rs)" = "<none>"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61"
|
|
|
|
"checksum xml-rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7ec6c39eaa68382c8e31e35239402c0a9489d4141a8ceb0c716099a0b515b562"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum xmltree 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "472a9d37c7c53ab2391161df5b89b1f3bf76dab6ab150d7941ecbdd832282082"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum zip 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c0deac03fc7d43abcf19f2c2db6bd9289f9ea3d31f350e26eb0ed8b4117983c1"
|