2019-02-11 11:33:16 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.6.8"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"memchr 2.1.0 (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"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "0.10.2"
|
2016-05-24 20:30:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
]
|
|
|
|
|
2016-12-13 23:38:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "app_dirs"
|
2018-03-30 10:31:54 +02:00
|
|
|
version = "1.2.1"
|
2018-04-20 10:38:30 +02:00
|
|
|
source = "git+https://github.com/paritytech/app-dirs-rs#0b37f9481ce29e9d5174ad185bca695b206368eb"
|
2016-12-13 23:38:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-06 10:02:25 +02:00
|
|
|
"shell32-sys 0.1.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)",
|
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
|
|
|
]
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2018-01-19 13:46:11 +01:00
|
|
|
version = "0.4.7"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-19 13:46:11 +01:00
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2018-09-05 17:17:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ascii"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-09 15:58:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "assert_matches"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.3.0"
|
2018-05-09 15:58:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.11"
|
2017-07-10 17:42:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 12:56:37 +02:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
]
|
|
|
|
|
2017-07-03 07:31:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.3.9"
|
2017-07-03 07:31:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
]
|
|
|
|
|
2017-07-11 12:23:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.24"
|
2017-07-11 12:23:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.48 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.3"
|
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
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.9.3"
|
2017-09-14 19:28:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
]
|
|
|
|
|
2019-02-06 17:53:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (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-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]]
|
2018-01-14 22:43:28 +01:00
|
|
|
name = "bitflags"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.0.4"
|
2018-01-14 22:43:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-07-29 17:12:07 +02:00
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-12 21:15:55 +01:00
|
|
|
[[package]]
|
2018-06-20 15:13:07 +02:00
|
|
|
name = "blooms-db"
|
|
|
|
version = "0.1.0"
|
2018-03-12 21:15:55 +01:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 13:12:52 +02:00
|
|
|
"ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-20 15:13:07 +02:00
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 21:15:55 +01:00
|
|
|
]
|
|
|
|
|
2017-03-22 02:01:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bn"
|
2017-03-28 00:42:37 +02:00
|
|
|
version = "0.4.4"
|
2018-07-25 17:40:33 +02:00
|
|
|
source = "git+https://github.com/paritytech/bn#2a71dbde5ca93451c8da2135767896a64483759e"
|
2017-03-22 02:01:46 +01:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-25 17:40:33 +02:00
|
|
|
"crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 02:01:46 +01:00
|
|
|
]
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-03 12:02:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.2.6"
|
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"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "0.4.10"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-25 19:45:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "1.0.28"
|
2017-09-25 19:45:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-05 17:17:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2018-09-04 20:13:51 +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-08-02 12:50:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chainspec"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ethjson 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 12:50:36 +02:00
|
|
|
]
|
|
|
|
|
2018-05-10 12:34:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.4.6"
|
2018-05-10 12:34:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cid"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.3.0"
|
2017-02-14 19:30:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"integer-encoding 1.0.5 (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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"multihash 0.8.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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "2.32.0"
|
2017-07-10 17:42:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
]
|
|
|
|
|
2018-12-28 10:33:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cli-signer"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-rpc 1.12.0",
|
|
|
|
"parity-rpc-client 1.4.0",
|
|
|
|
"rpassword 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-25 17:40:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-25 17:40:33 +02:00
|
|
|
]
|
|
|
|
|
2018-07-13 12:25:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.35"
|
2018-07-13 12:25:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-13 12:25:46 +02:00
|
|
|
]
|
|
|
|
|
2018-09-05 17:17:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "3.6.1"
|
2018-09-05 17:17:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ascii 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-05 17:17:12 +02:00
|
|
|
]
|
|
|
|
|
2017-07-12 13:09:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "common-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-12 13:09:17 +02:00
|
|
|
"ethjson 0.1.0",
|
2019-01-04 14:05:46 +01:00
|
|
|
"ethkey 0.3.0",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-04 14:05:46 +01:00
|
|
|
"parity-machine 0.1.0",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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)",
|
2019-01-04 14:05:46 +01:00
|
|
|
"unexpected 0.1.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
]
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"criterion-plot 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"criterion-stats 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"csv 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools-num 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"simplelog 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-stats"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2018-12-11 13:30:21 +01:00
|
|
|
version = "0.4.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-12-11 13:30:21 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-deque 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
2018-04-04 14:05:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-12-11 13:30:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.6.1"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
2018-04-04 14:05:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 14:05:21 +02:00
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 14:05:21 +02:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 14:05:21 +02:00
|
|
|
]
|
|
|
|
|
2018-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.5.2"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
2018-12-11 13:30:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 13:30:21 +01:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-04 14:05:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 14:05:21 +02:00
|
|
|
]
|
|
|
|
|
2018-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.5.0"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-11 13:30:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.5 (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"
|
|
|
|
|
2018-07-25 17:40:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"csv-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-14 13:40:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ct-logs"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.5.1"
|
2018-03-14 13:40:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
]
|
|
|
|
|
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)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (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-04-03 10:27:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-24 09:34:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dir"
|
2018-08-21 15:30:24 +02:00
|
|
|
version = "0.1.2"
|
2017-12-24 09:34:43 +01:00
|
|
|
dependencies = [
|
2018-04-20 10:38:30 +02:00
|
|
|
"app_dirs 1.2.1 (git+https://github.com/paritytech/app-dirs-rs)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 15:30:24 +02:00
|
|
|
"home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"journaldb 0.2.0",
|
2017-12-24 09:34:43 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "docopt"
|
2018-11-11 11:19:44 +01:00
|
|
|
version = "1.0.2"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-11 11:19:44 +01:00
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-11 11:19:44 +01:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-12-01 09:40:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "edit-distance"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "2.0.1"
|
2017-12-01 09:40:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-30 22:12:42 +01:00
|
|
|
[[package]]
|
2018-12-28 10:36:55 +01:00
|
|
|
name = "eip-712"
|
2018-10-30 22:12:42 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-30 22:12:42 +01:00
|
|
|
"lunarity-lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toolshed 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"validator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"validator_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-06 17:21:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.5.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"
|
2018-03-22 09:24:46 +01:00
|
|
|
version = "0.10.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 = [
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2016-10-26 13:53:47 +02:00
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.5.13"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-10 01:04:10 +02:00
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-17 17:12:12 +01:00
|
|
|
]
|
2017-09-05 12:14:03 +02:00
|
|
|
|
2018-06-25 14:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:20:44 +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"
|
2018-11-18 07:22:59 +01:00
|
|
|
source = "git+https://github.com/paritytech/rust-secp256k1#ccc06e7480148b723eb44ac56cf4d20eec380b6f"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2018-01-19 13:46:11 +01:00
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-18 07:22:59 +01:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (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"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "6.1.0"
|
2016-08-23 19:28:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-23 19:28:21 +02:00
|
|
|
]
|
|
|
|
|
2018-02-09 09:32:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethabi-contract"
|
2018-09-13 11:04:39 +02:00
|
|
|
version = "6.0.0"
|
2018-02-09 09:32:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethabi-derive"
|
2018-09-13 21:37:28 +02:00
|
|
|
version = "6.0.2"
|
2018-02-09 09:32:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-13 12:43:24 +01:00
|
|
|
"heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 21:37:28 +02:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethash"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2018-11-06 14:22:44 +01:00
|
|
|
"criterion 0.2.5 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2018-01-14 22:43:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethbloom"
|
2018-04-02 13:12:52 +02:00
|
|
|
version = "0.5.0"
|
2018-01-14 22:43:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"fixed-hash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-14 22:43:28 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-20 15:13:07 +02:00
|
|
|
"blooms-db 0.1.0",
|
2017-03-28 00:42:37 +02:00
|
|
|
"bn 0.4.4 (git+https://github.com/paritytech/bn)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-12 13:09:17 +02:00
|
|
|
"common-types 0.1.0",
|
2018-11-06 14:22:44 +01:00
|
|
|
"criterion 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 13:30:21 +01:00
|
|
|
"crossbeam 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-04 14:05:46 +01:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:20:44 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 11:04:39 +02:00
|
|
|
"ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 21:37:28 +02:00
|
|
|
"ethabi-derive 6.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethash 1.12.0",
|
2019-02-07 14:34:24 +01:00
|
|
|
"ethcore-accounts 0.1.0",
|
2019-01-04 14:05:46 +01:00
|
|
|
"ethcore-blockchain 0.1.0",
|
2016-10-03 12:02:43 +02:00
|
|
|
"ethcore-bloom-journal 0.1.0",
|
2019-01-16 19:52:21 +01:00
|
|
|
"ethcore-call-contract 0.1.0",
|
2019-01-04 14:05:46 +01:00
|
|
|
"ethcore-db 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
"ethcore-miner 1.12.0",
|
|
|
|
"ethcore-stratum 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-17 15:15:10 +01:00
|
|
|
"ethjson 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
"evm 0.1.0",
|
2018-10-09 22:07:25 +02:00
|
|
|
"hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"journaldb 0.2.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hasher 0.1.1",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kvdb-memorydb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 13:23:09 +02:00
|
|
|
"kvdb-rocksdb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-13 19:07:56 +01:00
|
|
|
"len-caching-lock 0.1.1",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"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",
|
2018-10-09 22:07:25 +02:00
|
|
|
"memorydb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-26 14:19:08 +02:00
|
|
|
"parity-machine 0.1.0",
|
2018-09-03 18:40:11 +02:00
|
|
|
"parity-snappy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"patricia-trie 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"patricia-trie-ethereum 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-23 10:12:52 +01:00
|
|
|
"rlp_compress 0.1.0",
|
2017-08-20 06:01:46 +02:00
|
|
|
"rlp_derive 0.1.0",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-27 23:21:31 +01:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 16:18:31 +01:00
|
|
|
"stats 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"trace-time 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"trie-standardmap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
Delete crates from parity-ethereum and fetch them from parity-common instead (#9083)
Use crates from parity-common: hashdb, keccak-hash, kvdb, kvdb-memorydb, kvdb-rocksdb, memorydb, parity-bytes, parity-crypto, path, patricia_trie, plain_hasher, rlp, target, test-support, trie-standardmap, triehash
2018-07-10 14:59:19 +02:00
|
|
|
"triehash-ethereum 0.2.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-08-01 12:37:57 +02:00
|
|
|
"vm 0.1.0",
|
|
|
|
"wasm 0.1.0",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2019-02-07 14:34:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-accounts"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"common-types 0.1.0",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethkey 0.3.0",
|
|
|
|
"ethstore 0.2.1",
|
|
|
|
"fake-hardware-wallet 0.0.1",
|
|
|
|
"hardware-wallet 1.12.0",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-04 14:05:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-blockchain"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blooms-db 0.1.0",
|
|
|
|
"common-types 0.1.0",
|
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-db 0.1.0",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethkey 0.3.0",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2019-01-04 14:05:46 +01:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kvdb-memorydb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rlp_compress 0.1.0",
|
|
|
|
"rlp_derive 0.1.0",
|
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempdir 0.3.7 (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
|
|
|
|
2019-01-16 19:52:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-call-contract"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"common-types 0.1.0",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-04 14:05:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-db"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"common-types 0.1.0",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2019-01-04 14:05:46 +01:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rlp_derive 0.1.0",
|
|
|
|
]
|
|
|
|
|
2016-08-05 10:32:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-io"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-08-05 10:32:04 +02:00
|
|
|
dependencies = [
|
2018-09-29 22:25:16 +02:00
|
|
|
"crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-03 15:35:46 +01:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
"timer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-03 15:35:46 +01:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-05 10:32:04 +02:00
|
|
|
]
|
|
|
|
|
2016-12-07 13:52:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-light"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.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)",
|
2019-01-04 14:05:46 +01:00
|
|
|
"common-types 0.1.0",
|
2018-06-25 14:20:44 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
2019-01-04 14:05:46 +01:00
|
|
|
"ethcore-blockchain 0.1.0",
|
|
|
|
"ethcore-db 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
"ethcore-network 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-05 10:36:53 +01:00
|
|
|
"failsafe 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-09 09:51:48 +02:00
|
|
|
"fastmap 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hasher 0.1.1",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kvdb-memorydb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-16 06:05:54 +02:00
|
|
|
"memory-cache 0.1.0",
|
2018-10-09 22:07:25 +02:00
|
|
|
"memorydb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"patricia-trie 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"patricia-trie-ethereum 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-20 06:01:46 +02:00
|
|
|
"rlp_derive 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-25 12:24:59 +02:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 17:08:46 +01:00
|
|
|
"stats 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
Delete crates from parity-ethereum and fetch them from parity-common instead (#9083)
Use crates from parity-common: hashdb, keccak-hash, kvdb, kvdb-memorydb, kvdb-rocksdb, memorydb, parity-bytes, parity-crypto, path, patricia_trie, plain_hasher, rlp, target, test-support, trie-standardmap, triehash
2018-07-10 14:59:19 +02:00
|
|
|
"triehash-ethereum 0.2.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"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-07-20 18:13:56 +02:00
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 06:16:02 +01:00
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-20 18:13:56 +02:00
|
|
|
]
|
|
|
|
|
2018-01-11 17:49:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-miner"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2018-01-11 17:49:10 +01:00
|
|
|
dependencies = [
|
2018-04-13 17:34:27 +02:00
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-04 14:05:46 +01:00
|
|
|
"common-types 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:20:44 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-16 19:52:21 +01:00
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethabi-derive 6.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethash 1.12.0",
|
2019-01-16 19:52:21 +01:00
|
|
|
"ethcore-call-contract 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-11 17:49:10 +01:00
|
|
|
"ethkey 0.3.0",
|
2018-04-10 13:51:29 +02:00
|
|
|
"fetch 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"parity-runtime 0.1.0",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"price-info 1.12.0",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-11 17:49:10 +01:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"trace-time 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-25 12:24:59 +02:00
|
|
|
"transaction-pool 1.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-11 17:49:10 +01:00
|
|
|
]
|
|
|
|
|
2016-08-05 10:32:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-network"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2018-03-05 11:56:35 +01:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:20:44 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 11:56:35 +01:00
|
|
|
"ethkey 0.3.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ipnetwork 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 15:27:09 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"parity-snappy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 15:27:09 +01:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 11:56:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-network-devp2p"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-08-05 10:32:04 +02:00
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-08 15:07:20 +01:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:20:44 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
"ethcore-network 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2018-04-10 19:25:27 +02:00
|
|
|
"igd 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ipnetwork 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-path 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"parity-snappy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-05 10:32:04 +02:00
|
|
|
"slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-05 10:32:04 +02:00
|
|
|
]
|
|
|
|
|
2018-04-09 16:14:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-private-tx"
|
|
|
|
version = "1.0.0"
|
|
|
|
dependencies = [
|
2019-01-04 14:05:46 +01:00
|
|
|
"common-types 0.1.0",
|
2019-01-08 15:07:20 +01:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:20:44 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 11:04:39 +02:00
|
|
|
"ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 21:37:28 +02:00
|
|
|
"ethabi-derive 6.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
2019-01-17 16:43:08 +01:00
|
|
|
"ethcore-call-contract 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
"ethcore-miner 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-09 16:14:33 +02:00
|
|
|
"ethjson 0.1.0",
|
|
|
|
"ethkey 0.3.0",
|
|
|
|
"fetch 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"patricia-trie 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"patricia-trie-ethereum 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-09 16:14:33 +02:00
|
|
|
"rlp_derive 0.1.0",
|
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-25 12:24:59 +02:00
|
|
|
"transaction-pool 1.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-09 16:14:33 +02:00
|
|
|
]
|
|
|
|
|
2017-02-20 16:13:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-secretstore"
|
|
|
|
version = "1.0.0"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-04 14:05:46 +01:00
|
|
|
"common-types 0.1.0",
|
2019-01-08 15:07:20 +01:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 11:04:39 +02:00
|
|
|
"ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 21:37:28 +02:00
|
|
|
"ethabi-derive 6.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
2019-02-07 14:34:24 +01:00
|
|
|
"ethcore-accounts 0.1.0",
|
2019-01-17 16:43:08 +01:00
|
|
|
"ethcore-call-contract 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-sync 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 13:23:09 +02:00
|
|
|
"kvdb-rocksdb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-25 18:36:43 +01:00
|
|
|
"parity-runtime 0.1.0",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-20 16:13:21 +01:00
|
|
|
]
|
|
|
|
|
2018-03-13 11:49:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-service"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:20:44 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
2019-01-04 14:05:46 +01:00
|
|
|
"ethcore-blockchain 0.1.0",
|
|
|
|
"ethcore-db 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
2018-04-09 16:14:33 +02:00
|
|
|
"ethcore-private-tx 1.0.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-sync 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 13:23:09 +02:00
|
|
|
"kvdb-rocksdb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"trace-time 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-13 11:49:57 +01:00
|
|
|
]
|
|
|
|
|
2016-08-19 10:20:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-stratum"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-08-19 10:20:39 +02:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-tcp-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-19 10:20:39 +02:00
|
|
|
]
|
|
|
|
|
2018-04-10 12:13:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-sync"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2018-04-10 12:13:49 +02:00
|
|
|
dependencies = [
|
2018-08-13 17:53:19 +02:00
|
|
|
"common-types 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
"ethcore-light 1.12.0",
|
|
|
|
"ethcore-network 1.12.0",
|
|
|
|
"ethcore-network-devp2p 1.12.0",
|
2018-04-20 15:45:53 +02:00
|
|
|
"ethcore-private-tx 1.0.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-10 12:13:49 +02:00
|
|
|
"ethkey 0.3.0",
|
2019-01-04 19:57:01 +01:00
|
|
|
"ethstore 0.2.1",
|
2018-08-09 09:51:48 +02:00
|
|
|
"fastmap 0.1.0",
|
2018-10-09 22:07:25 +02:00
|
|
|
"hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"keccak-hasher 0.1.1",
|
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb-memorydb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-10 12:13:49 +02:00
|
|
|
"macros 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-10 12:13:49 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"trace-time 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
Delete crates from parity-ethereum and fetch them from parity-common instead (#9083)
Use crates from parity-common: hashdb, keccak-hash, kvdb, kvdb-memorydb, kvdb-rocksdb, memorydb, parity-bytes, parity-crypto, path, patricia_trie, plain_hasher, rlp, target, test-support, trie-standardmap, triehash
2018-07-10 14:59:19 +02:00
|
|
|
"triehash-ethereum 0.2.0",
|
2018-04-10 12:13:49 +02:00
|
|
|
]
|
|
|
|
|
2018-01-10 13:35:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethereum-types"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.4.0"
|
2018-01-10 13:35:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 13:12:52 +02:00
|
|
|
"ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"fixed-hash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"uint 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethereum-types-serialize"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 13:35:18 +01:00
|
|
|
]
|
|
|
|
|
2016-03-15 18:17:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethjson"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"edit-distance 2.0.1 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-28 10:33:49 +01:00
|
|
|
"memzero 0.1.0",
|
2019-02-06 17:53:34 +01:00
|
|
|
"parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 14:50:50 +02:00
|
|
|
"parity-wordlist 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-25 14:20:44 +02:00
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (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 = [
|
2018-11-11 11:19:44 +01:00
|
|
|
"docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2017-07-03 07:31:29 +02:00
|
|
|
"panic_hook 0.1.0",
|
2018-10-02 14:50:50 +02:00
|
|
|
"parity-wordlist 1.2.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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
2019-01-03 14:07:27 +01:00
|
|
|
version = "0.2.1"
|
2017-06-19 11:29:09 +02:00
|
|
|
dependencies = [
|
2018-08-21 15:30:24 +02:00
|
|
|
"dir 0.1.2",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 14:50:50 +02:00
|
|
|
"parity-wordlist 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-25 12:24:59 +02:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (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"
|
2019-01-03 14:07:27 +01:00
|
|
|
version = "0.1.1"
|
2017-06-19 11:29:09 +02:00
|
|
|
dependencies = [
|
2018-08-21 15:30:24 +02:00
|
|
|
"dir 0.1.2",
|
2018-11-11 11:19:44 +01:00
|
|
|
"docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-03 14:07:27 +01:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethstore 0.2.1",
|
2018-05-10 12:34:36 +02:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
"panic_hook 0.1.0",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-19 11:29:09 +02: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)",
|
2018-11-06 14:22:44 +01:00
|
|
|
"criterion 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-16 06:05:54 +02:00
|
|
|
"memory-cache 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (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 = [
|
2019-01-04 14:05:46 +01:00
|
|
|
"common-types 0.1.0",
|
2018-11-11 11:19:44 +01:00
|
|
|
"docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (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
|
|
|
]
|
|
|
|
|
2018-12-05 10:36:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "failsafe"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-30 22:12:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-30 22:12:42 +01:00
|
|
|
"synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-11 11:59:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fake-fetch"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"fetch 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 11:59:04 +02:00
|
|
|
]
|
|
|
|
|
2018-06-26 09:03:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fake-hardware-wallet"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-26 09:03:38 +02:00
|
|
|
"ethkey 0.3.0",
|
|
|
|
]
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-09 09:51:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastmap"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"plain_hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-09 09:51:48 +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 = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (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 = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"http 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper-rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-27 16:27:06 +02:00
|
|
|
]
|
|
|
|
|
2018-01-10 13:35:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fixed-hash"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.2"
|
2018-01-10 13:35:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 13:35:18 +01:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-30 15:42:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-23 12:26:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.0.6"
|
2017-05-23 12:26:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-20 15:13:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fs-swap"
|
2018-09-12 11:32:05 +02:00
|
|
|
version = "0.2.4"
|
2018-06-20 15:13:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:50 +02:00
|
|
|
"libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-20 15:13:07 +02:00
|
|
|
]
|
|
|
|
|
2019-01-29 09:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-14 22:43:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "0.3.3"
|
2018-01-14 22:43:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-14 22:43:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "0.3.3"
|
2018-01-14 22:43:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-02 17:14:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.25"
|
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"
|
2018-02-09 09:32:06 +01:00
|
|
|
version = "0.1.8"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2018-10-30 22:12:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.9.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-22 09:40:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"typenum 1.10.0 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.18"
|
2017-06-22 14:54:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-09-04 20:13:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-06-22 14:54:08 +02:00
|
|
|
|
2017-05-23 12:26:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.4.2"
|
2017-05-23 12:26:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"http 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-30 22:12:42 +01:00
|
|
|
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (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"
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
|
|
|
version = "0.32.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-06 14:22:44 +01:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-10 01:07:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hardware-wallet"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"protobuf 1.7.4 (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)",
|
2018-06-13 11:01:56 +02:00
|
|
|
"semver 0.9.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"
|
2018-10-09 22:07:25 +02:00
|
|
|
version = "0.3.0"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-06 20:47:45 +02:00
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heapsize"
|
2018-02-09 09:32:06 +01:00
|
|
|
version = "0.4.2"
|
2019-01-29 09:26:22 +01:00
|
|
|
source = "git+https://github.com/cheme/heapsize.git?branch=ec-macfix#421df390a930cb523a09e5528e6fe57b534b3b26"
|
2016-02-23 10:14:56 +01:00
|
|
|
dependencies = [
|
2019-01-29 09:26:22 +01:00
|
|
|
"jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (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"
|
2018-03-13 12:43:24 +01:00
|
|
|
version = "0.3.0"
|
2017-04-03 09:40:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"unicode-segmentation 1.2.1 (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"
|
2018-07-13 11:04:09 +02:00
|
|
|
source = "git+https://github.com/paritytech/hidapi-rs#d4d323767d6f27cf5a3d73fbae0b0f2134d579bf"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 01:07:06 +01:00
|
|
|
]
|
|
|
|
|
2018-08-21 15:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.1.15"
|
2018-10-22 09:40:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 15:30:24 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "1.3.3"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-10 01:04:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
2017-10-05 12:35:01 +02:00
|
|
|
name = "hyper"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.11.27"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-16 12:02:23 +02:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
]
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.12.19"
|
2018-10-22 09:40:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"h2 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"http 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-05 12:35:01 +02:00
|
|
|
[[package]]
|
2018-03-14 13:40:54 +01:00
|
|
|
name = "hyper-rustls"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.16.0"
|
2017-10-05 12:35:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"http 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustls 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"tokio-rustls 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webpki-roots 0.16.0 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.5"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
2018-10-30 22:12:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "if_chain"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "igd"
|
2018-04-10 19:25:27 +02:00
|
|
|
version = "0.7.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-16 12:02:23 +02:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-10 19:25:27 +02:00
|
|
|
"tokio-retry 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xmltree 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2018-10-30 22:12:42 +01:00
|
|
|
version = "1.0.2"
|
2018-10-22 09:40:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-20 16:42:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "integer-encoding"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.0.5"
|
2017-02-20 16:42:09 +01:00
|
|
|
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"
|
2018-03-24 06:43:28 +01:00
|
|
|
version = "0.1.2"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.12.8"
|
2017-07-28 19:06:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
]
|
|
|
|
|
2018-10-30 22:12:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools-num"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "0.4.3"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-29 09:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jemalloc-sys"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jemallocator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
]
|
|
|
|
|
2018-09-05 17:17:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "0.10.2"
|
2018-09-05 17:17:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cesu8 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"combine 3.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-05 17:17:12 +02:00
|
|
|
"jni-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-05 17:17:12 +02:00
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-17 06:20:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "journaldb"
|
2018-07-02 18:50:05 +02:00
|
|
|
version = "0.2.0"
|
2017-10-17 06:20:24 +02:00
|
|
|
dependencies = [
|
2019-01-08 15:07:20 +01:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-09 09:51:48 +02:00
|
|
|
"fastmap 0.1.0",
|
2018-10-09 22:07:25 +02:00
|
|
|
"hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hasher 0.1.1",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kvdb-memorydb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"memorydb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-17 06:20:24 +02:00
|
|
|
]
|
|
|
|
|
2016-05-04 15:37:09 +02:00
|
|
|
[[package]]
|
2016-11-22 11:56:27 +01:00
|
|
|
name = "jsonrpc-core"
|
2019-02-05 14:31:19 +01:00
|
|
|
version = "10.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-11-22 11:56:27 +01:00
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-22 11:56:27 +01:00
|
|
|
]
|
|
|
|
|
2019-02-05 14:31:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-derive"
|
2019-02-05 15:47:25 +01:00
|
|
|
version = "10.0.2"
|
2019-02-05 14:31:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-22 11:56:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-http-server"
|
2019-02-05 14:31:19 +01:00
|
|
|
version = "10.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-11-22 11:56:27 +01:00
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-server-utils 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-22 11:56:27 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-ipc-server"
|
2019-02-05 14:31:19 +01:00
|
|
|
version = "10.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-05-06 12:58:37 +02:00
|
|
|
dependencies = [
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-server-utils 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-tokio-ipc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-pubsub"
|
2019-02-05 14:31:19 +01:00
|
|
|
version = "10.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-server-utils"
|
2019-02-05 14:31:19 +01:00
|
|
|
version = "10.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 2.2.0 (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"
|
2019-02-05 14:31:19 +01:00
|
|
|
version = "10.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-08-19 10:20:39 +02:00
|
|
|
dependencies = [
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-server-utils 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"parking_lot 0.7.0 (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"
|
2019-02-05 14:31:19 +01:00
|
|
|
version = "10.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-04-13 16:32:07 +02:00
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-server-utils 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"parity-ws 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
]
|
|
|
|
|
2017-11-10 19:04:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "keccak-hash"
|
2018-05-20 06:27:59 +02:00
|
|
|
version = "0.1.2"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-11-10 19:04:55 +01:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-10 19:04:55 +01:00
|
|
|
]
|
|
|
|
|
2018-07-02 18:50:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "keccak-hasher"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.1"
|
2018-07-02 18:50:05 +02:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"plain_hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"tiny-keccak 1.4.2 (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"
|
2018-09-03 18:40:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-10-10 20:01:27 +02:00
|
|
|
dependencies = [
|
2018-03-22 09:24:46 +01:00
|
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 15:36:27 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvdb-memorydb"
|
|
|
|
version = "0.1.0"
|
2018-09-03 18:40:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-10-12 15:36:27 +02:00
|
|
|
dependencies = [
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 15:36:27 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvdb-rocksdb"
|
2018-09-12 13:23:09 +02:00
|
|
|
version = "0.1.4"
|
2018-09-03 18:40:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-10-12 15:36:27 +02:00
|
|
|
dependencies = [
|
2018-03-22 09:24:46 +01:00
|
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 11:32:05 +02:00
|
|
|
"fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-14 12:59:01 +01:00
|
|
|
"interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"parity-rocksdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"regex 0.2.11 (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"
|
|
|
|
|
2018-01-04 16:12:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-01-11 17:59:05 +01:00
|
|
|
version = "1.2.0"
|
2018-01-04 16:12:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-30 09:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "1.2.0"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-04 15:30:52 +01:00
|
|
|
[[package]]
|
2018-12-13 19:07:56 +01:00
|
|
|
name = "len-caching-lock"
|
|
|
|
version = "0.1.1"
|
2018-12-04 15:30:52 +01:00
|
|
|
dependencies = [
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-04 15:30:52 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.2.48"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-05 15:18:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:50 +02:00
|
|
|
]
|
|
|
|
|
2017-02-10 01:07:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libusb"
|
|
|
|
version = "0.3.0"
|
2018-01-17 11:45:29 +01:00
|
|
|
source = "git+https://github.com/paritytech/libusb-rs#442708954a720bc89a9cf41e7be021a778bdbc27"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"libusb-sys 0.2.4 (git+https://github.com/paritytech/libusb-sys)",
|
2017-02-10 01:07:06 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libusb-sys"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "0.2.4"
|
2018-12-18 21:26:01 +01:00
|
|
|
source = "git+https://github.com/paritytech/libusb-sys#1d33d9840a82adaf4d6a1a0f5141f022e5676802"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.48 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.5.1"
|
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)",
|
|
|
|
]
|
|
|
|
|
2018-07-03 17:31:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.4"
|
2018-07-03 17:31:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-03 17:31:08 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-03-14 13:40:54 +01:00
|
|
|
version = "0.3.9"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-14 13:40:54 +01:00
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "0.4.5"
|
2018-03-14 13:40:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2018-10-30 22:12:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lunarity-lexer"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"toolshed 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-10 20:01:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.8"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "2.1.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "0.6.2"
|
2017-09-25 19:45:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2018-04-04 14:05:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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 = [
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2017-10-15 13:40:00 +02:00
|
|
|
"lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-12 12:37:32 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memory_units"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-06 20:47:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memorydb"
|
2018-10-09 22:07:25 +02:00
|
|
|
version = "0.3.0"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-06 20:47:45 +02:00
|
|
|
dependencies = [
|
2018-10-09 22:07:25 +02:00
|
|
|
"hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"plain_hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-06 20:47:45 +02:00
|
|
|
]
|
|
|
|
|
2018-12-28 10:33:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memzero"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-10-10 20:01:27 +02:00
|
|
|
[[package]]
|
2018-04-13 21:14:53 +02:00
|
|
|
name = "migration-rocksdb"
|
2017-10-10 20:01:27 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 13:23:09 +02:00
|
|
|
"kvdb-rocksdb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"macros 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
]
|
|
|
|
|
2017-09-25 19:45:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.3.12"
|
2017-09-25 19:45:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "2.0.0-alpha.6"
|
2017-09-25 19:45:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"phf 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "0.6.16"
|
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 = [
|
2018-03-24 06:43:28 +01:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (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)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
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
|
|
|
]
|
|
|
|
|
2019-01-11 16:55:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-10-30 09:56:34 +01:00
|
|
|
[[package]]
|
2017-03-22 07:02:14 +01:00
|
|
|
name = "mio-named-pipes"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.6"
|
2018-10-22 09:40:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-10-30 09:56:34 +01:00
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (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"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "0.6.7"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"mio 0.6.16 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"net2 0.2.33 (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)",
|
|
|
|
]
|
|
|
|
|
2018-06-13 13:02:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.3.3"
|
2018-06-13 13:02:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 13:02:16 +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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"base-x 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 19:30:37 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.8.0"
|
2017-02-14 19:30:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"sha1 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 19:30:37 +01:00
|
|
|
]
|
|
|
|
|
2018-04-26 14:00:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nan-preserving-float"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.33"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-08-29 14:38:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "node-filter"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-08-29 14:38:01 +02:00
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 11:04:39 +02:00
|
|
|
"ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 21:37:28 +02:00
|
|
|
"ethabi-derive 6.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
|
|
|
"ethcore-io 1.12.0",
|
2018-05-22 06:34:01 +02:00
|
|
|
"ethcore-network 1.12.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-network-devp2p 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb-memorydb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-29 14:38:01 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2018-01-19 13:46:11 +01:00
|
|
|
version = "0.1.12"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2018-03-27 04:35:51 +02:00
|
|
|
version = "0.1.42"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.44"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"rand 0.4.3 (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)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-04-24 19:10:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2018-09-04 20:13:51 +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 = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.37"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-03-27 04:35:51 +02:00
|
|
|
name = "num-traits"
|
2018-04-04 15:38:04 +02:00
|
|
|
version = "0.1.43"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-04-04 15:38:04 +02:00
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
2016-04-24 19:10:56 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.2.6"
|
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"
|
2018-05-10 12:34:36 +02:00
|
|
|
version = "1.8.0"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.8"
|
2016-02-25 14:09:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-25 14:09:39 +01:00
|
|
|
]
|
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
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"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.5.2"
|
2017-07-14 20:40:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-04 15:38:04 +02:00
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-14 20:40:28 +02:00
|
|
|
]
|
|
|
|
|
2018-05-30 15:42:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ordermap"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-28 19:06:08 +02:00
|
|
|
]
|
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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
]
|
|
|
|
|
2018-09-03 18:40:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-bytes"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-11 13:35:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-clib"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2018-07-11 13:35:10 +02:00
|
|
|
dependencies = [
|
2019-01-02 16:49:01 +01:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"jni 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-10 11:06:30 +02:00
|
|
|
"panic_hook 0.1.0",
|
2019-01-14 17:29:17 +01:00
|
|
|
"parity-ethereum 2.4.0",
|
2019-01-02 16:49:01 +01:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-11 13:35:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-crypto"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.3.0"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-11 13:35:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"ring 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-11 13:35:10 +02:00
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-01 19:31:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-daemonize"
|
2019-02-07 12:53:12 +01:00
|
|
|
version = "0.2.0"
|
2019-02-01 19:31:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 19:31:02 +01:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-11 13:35:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-ethereum"
|
2019-01-14 17:29:17 +01:00
|
|
|
version = "2.4.0"
|
2017-05-23 12:28:22 +02:00
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-20 15:13:07 +02:00
|
|
|
"blooms-db 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-28 10:33:49 +01:00
|
|
|
"cli-signer 1.4.0",
|
2019-01-04 14:05:46 +01:00
|
|
|
"common-types 0.1.0",
|
2017-05-23 12:28:22 +02:00
|
|
|
"ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)",
|
2018-08-21 15:30:24 +02:00
|
|
|
"dir 0.1.2",
|
2018-11-11 11:19:44 +01:00
|
|
|
"docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
2019-02-07 14:34:24 +01:00
|
|
|
"ethcore-accounts 0.1.0",
|
2019-01-04 14:05:46 +01:00
|
|
|
"ethcore-blockchain 0.1.0",
|
2019-01-17 16:43:08 +01:00
|
|
|
"ethcore-call-contract 0.1.0",
|
2019-01-04 14:05:46 +01:00
|
|
|
"ethcore-db 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
"ethcore-light 1.12.0",
|
|
|
|
"ethcore-logger 1.12.0",
|
|
|
|
"ethcore-miner 1.12.0",
|
|
|
|
"ethcore-network 1.12.0",
|
2018-04-09 16:14:33 +02:00
|
|
|
"ethcore-private-tx 1.0.0",
|
2017-05-23 12:28:22 +02:00
|
|
|
"ethcore-secretstore 1.0.0",
|
2018-03-13 11:49:57 +01:00
|
|
|
"ethcore-service 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-sync 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2019-01-04 19:57:01 +01:00
|
|
|
"ethstore 0.2.1",
|
2018-04-11 11:59:04 +02:00
|
|
|
"fake-fetch 0.0.1",
|
2017-05-23 12:28:22 +02:00
|
|
|
"fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ipnetwork 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"journaldb 0.2.0",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 13:23:09 +02:00
|
|
|
"kvdb-rocksdb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-13 21:14:53 +02:00
|
|
|
"migration-rocksdb 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"node-filter 1.12.0",
|
2018-05-10 12:34:36 +02:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
"panic_hook 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 12:53:12 +01:00
|
|
|
"parity-daemonize 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-hash-fetch 1.12.0",
|
|
|
|
"parity-ipfs-api 1.12.0",
|
2017-05-23 12:28:22 +02:00
|
|
|
"parity-local-store 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-path 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-rpc 1.12.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"parity-runtime 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-updater 1.12.0",
|
2019-01-14 17:29:17 +01:00
|
|
|
"parity-version 2.4.0",
|
2017-07-14 20:40:28 +02:00
|
|
|
"parity-whisper 0.1.0",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:28:22 +02:00
|
|
|
"pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 06:16:02 +01:00
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 21:46:27 +01:00
|
|
|
"registrar 0.0.1",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-16 10:20:55 +02:00
|
|
|
"rpassword 1.0.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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 11:54:41 +02:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-31 09:50:52 +01:00
|
|
|
"term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:28:22 +02:00
|
|
|
]
|
|
|
|
|
2016-12-11 19:14:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-hash-fetch"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-12-11 19:14:42 +01:00
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 11:04:39 +02:00
|
|
|
"ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 21:37:28 +02:00
|
|
|
"ethabi-derive 6.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 11:59:04 +02:00
|
|
|
"fake-fetch 0.0.1",
|
2016-12-11 19:14:42 +01:00
|
|
|
"fetch 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"parity-runtime 0.1.0",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 21:46:27 +01:00
|
|
|
"registrar 0.0.1",
|
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"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-02-14 19:30:37 +01:00
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"cid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-http-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"multihash 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"unicase 2.2.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 = [
|
2019-01-04 14:05:46 +01:00
|
|
|
"common-types 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kvdb-memorydb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-26 14:19:08 +02:00
|
|
|
]
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-path"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-03 18:40:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-rocksdb"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-03 11:13:02 +01:00
|
|
|
"parity-rocksdb-sys 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-rocksdb-sys"
|
2019-01-03 11:13:02 +01:00
|
|
|
version = "0.5.5"
|
2018-09-03 18:40:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"cmake 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-18 21:26:01 +01:00
|
|
|
"parity-snappy-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
]
|
|
|
|
|
2017-04-13 16:32:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-rpc"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-04-13 16:32:07 +02:00
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"cid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-04 14:05:46 +01:00
|
|
|
"common-types 0.1.0",
|
2018-12-28 10:36:55 +01:00
|
|
|
"eip-712 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethash 1.12.0",
|
|
|
|
"ethcore 1.12.0",
|
2019-02-07 14:34:24 +01:00
|
|
|
"ethcore-accounts 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
"ethcore-light 1.12.0",
|
|
|
|
"ethcore-logger 1.12.0",
|
|
|
|
"ethcore-miner 1.12.0",
|
|
|
|
"ethcore-network 1.12.0",
|
2018-04-09 16:14:33 +02:00
|
|
|
"ethcore-private-tx 1.0.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-sync 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"ethjson 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2019-01-03 14:07:27 +01:00
|
|
|
"ethstore 0.2.1",
|
2018-04-11 11:59:04 +02:00
|
|
|
"fake-fetch 0.0.1",
|
2018-08-25 23:06:01 +02:00
|
|
|
"fastmap 0.1.0",
|
2017-04-13 16:32:07 +02:00
|
|
|
"fetch 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (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)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 15:47:25 +01:00
|
|
|
"jsonrpc-derive 10.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-http-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-ipc-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-pubsub 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-ws-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
"kvdb-memorydb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"macros 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"multihash 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"order-stat 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"parity-runtime 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-updater 1.12.0",
|
2019-01-14 17:29:17 +01:00
|
|
|
"parity-version 2.4.0",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"patricia-trie 0.3.0 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.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)",
|
2018-04-04 11:54:41 +02:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"stats 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (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)",
|
2018-09-25 12:24:59 +02:00
|
|
|
"transaction-pool 1.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"transient-hashmap 0.4.1 (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 = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-ws-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-rpc 1.12.0",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-runtime"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-09-03 18:40:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parity-snappy"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-18 21:26:01 +01:00
|
|
|
"parity-snappy-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-snappy-sys"
|
2018-12-18 21:26:01 +01:00
|
|
|
version = "0.1.2"
|
2018-09-03 18:40:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"cmake 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 18:40:11 +02:00
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-tokio-ipc"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-29 22:25:16 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-named-pipes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
2016-12-11 19:14:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-updater"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-12-11 19:14:42 +01:00
|
|
|
dependencies = [
|
2019-01-04 14:05:46 +01:00
|
|
|
"common-types 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 11:04:39 +02:00
|
|
|
"ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 21:37:28 +02:00
|
|
|
"ethabi-derive 6.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
|
|
|
"ethcore-sync 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-hash-fetch 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-path 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-14 17:29:17 +01:00
|
|
|
"parity-version 2.4.0",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 11:54:41 +02:00
|
|
|
"semver 0.9.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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (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"
|
2019-01-14 17:29:17 +01:00
|
|
|
version = "2.4.0"
|
2017-12-22 14:37:39 +01:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-22 14:37:39 +01:00
|
|
|
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-22 14:37:39 +01:00
|
|
|
"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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.31.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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-network 1.12.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 15:47:25 +01:00
|
|
|
"jsonrpc-derive 10.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-pubsub 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-28 10:33:49 +01:00
|
|
|
"memzero 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-14 20:40:28 +02:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-25 12:24:59 +02:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (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"
|
2018-10-02 14:50:50 +02:00
|
|
|
version = "1.2.1"
|
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)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 14:50:50 +02:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-01 08:26:44 +02:00
|
|
|
]
|
|
|
|
|
2019-02-05 14:31:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-ws"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-19 13:46:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "0.6.4"
|
2018-01-19 13:46:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
]
|
|
|
|
|
2018-12-11 17:22:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-10-19 18:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "0.3.1"
|
2016-07-13 19:59:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-12-11 17:22:55 +01:00
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-07-13 19:59:59 +02:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-30 15:42:37 +02:00
|
|
|
"thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-13 19:59:59 +02:00
|
|
|
]
|
|
|
|
|
2017-09-12 19:23:02 +02:00
|
|
|
[[package]]
|
2017-11-10 18:31:31 +01:00
|
|
|
name = "patricia-trie"
|
2018-10-09 22:07:25 +02:00
|
|
|
version = "0.3.0"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-12 19:23:02 +02:00
|
|
|
dependencies = [
|
2018-03-22 09:24:46 +01:00
|
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-12 19:23:02 +02:00
|
|
|
]
|
|
|
|
|
2018-07-02 18:50:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "patricia-trie-ethereum"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hasher 0.1.1",
|
2018-10-09 22:07:25 +02:00
|
|
|
"memorydb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"patricia-trie 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.0.1"
|
2017-09-14 19:28:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-30 15:42:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.4.13"
|
2018-05-30 15:42:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ordermap 0.3.5 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.7.23"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.7.23"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.7.23"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.7.23"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"siphasher 0.2.3 (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)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
2016-04-07 12:10:26 +02:00
|
|
|
|
2017-08-17 20:40:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "plain_hasher"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-08-17 20:40:10 +02:00
|
|
|
dependencies = [
|
2017-08-28 12:40:29 +02:00
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-19 10:20:49 +01:00
|
|
|
]
|
|
|
|
|
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"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-07-16 18:22:45 +02:00
|
|
|
dependencies = [
|
2018-04-11 11:59:04 +02:00
|
|
|
"fake-fetch 0.0.1",
|
2017-07-16 18:22:45 +02:00
|
|
|
"fetch 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"parity-runtime 0.1.0",
|
2018-12-11 17:22:55 +01:00
|
|
|
"parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde_json 1.0.32 (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 = [
|
2018-03-27 04:35:51 +02:00
|
|
|
"primal-check 0.2.3 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"primal-sieve 0.2.9 (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"
|
2018-03-27 04:35:51 +02:00
|
|
|
version = "0.2.3"
|
2016-02-18 01:47:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"num-integer 0.1.39 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.9"
|
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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 01:47:47 +01:00
|
|
|
]
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.4.20"
|
2018-03-13 12:43:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.7.4"
|
2017-09-14 19:28:43 +02:00
|
|
|
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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
]
|
|
|
|
|
2017-11-25 21:27:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pwasm-run-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-08 15:07:20 +01:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-25 21:27:58 +01:00
|
|
|
"ethjson 0.1.0",
|
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-25 21:27:58 +01:00
|
|
|
"vm 0.1.0",
|
|
|
|
"wasm 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-03-26 10:55:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pwasm-utils"
|
2019-01-04 16:56:56 +01:00
|
|
|
version = "0.6.1"
|
2018-03-26 10:55:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 10:55:48 +02:00
|
|
|
]
|
|
|
|
|
2018-05-05 11:02:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2018-06-25 14:20:44 +02:00
|
|
|
version = "1.2.2"
|
2018-05-05 11:02:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-13 12:43:24 +01:00
|
|
|
]
|
2017-01-11 20:02:27 +01:00
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.3.22"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2018-01-14 22:43:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.4.3"
|
2018-01-14 22:43:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-14 22:43:28 +01:00
|
|
|
]
|
|
|
|
|
2018-07-25 17:40:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.5.5"
|
2018-07-25 17:40:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-25 17:40:33 +02:00
|
|
|
]
|
|
|
|
|
2018-12-11 17:22:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-11 17:22:55 +01:00
|
|
|
"rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-25 17:40:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.0"
|
2018-07-25 17:40:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-11 17:22:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-14 13:40:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.0.2"
|
2018-03-14 13:40:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
]
|
|
|
|
|
2017-06-07 12:31:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.4.1"
|
2017-06-07 12:31:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-04 14:05:21 +02:00
|
|
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
"num_cpus 1.8.0 (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"
|
2018-06-13 13:02:16 +02:00
|
|
|
version = "0.1.40"
|
2017-09-14 19:28:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-11 12:56:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-13 13:02:16 +02:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 12:56:37 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.11"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2018-08-10 01:04:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "1.0.5"
|
2018-08-10 01:04:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-10 01:04:10 +02:00
|
|
|
"regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-10 01:04:10 +02:00
|
|
|
]
|
|
|
|
|
2017-03-28 19:06:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.5.6"
|
2017-03-28 19:06:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-09-04 20:13:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-03-28 19:06:08 +02:00
|
|
|
|
2018-08-10 01:04:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-12 21:46:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "registrar"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 11:04:39 +02:00
|
|
|
"ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 21:37:28 +02:00
|
|
|
"ethabi-derive 6.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 21:46:27 +01:00
|
|
|
]
|
|
|
|
|
2018-03-24 06:43:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "relay"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.14.3"
|
2018-10-22 09:40:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-02-14 19:30:37 +01:00
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"untrusted 0.6.2 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-09-01 13:36:32 +02:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-22 09:24:46 +01:00
|
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-01 13:36:32 +02:00
|
|
|
]
|
|
|
|
|
2018-10-09 22:07:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rlp"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-23 10:12:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rlp_compress"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-03-22 09:24:46 +01:00
|
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-23 10:12:52 +01:00
|
|
|
]
|
|
|
|
|
2017-08-20 06:01:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rlp_derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 21:37:28 +02:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-20 06:01:46 +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)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (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
|
|
|
]
|
|
|
|
|
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 = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.3.22 (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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"time 0.1.40 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.9"
|
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"
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hex"
|
|
|
|
version = "2.0.1"
|
|
|
|
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"
|
|
|
|
|
2017-03-15 14:03:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.3"
|
2017-03-15 14:03:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-04 11:54:41 +02:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-15 14:03:11 +01:00
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
2018-03-14 13:40:54 +01:00
|
|
|
name = "rustls"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.15.1"
|
2017-09-14 19:28:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-14 13:40:54 +01:00
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"ring 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
]
|
2017-09-14 19:28:43 +02:00
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-03 01:34:32 +02:00
|
|
|
[[package]]
|
2018-03-14 13:40:54 +01:00
|
|
|
name = "safemem"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.3.0"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-05 17:17:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.2"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-10 18:03:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.3.3"
|
2017-09-10 18:03:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
2018-03-14 13:40:54 +01:00
|
|
|
name = "sct"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.5.0"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"ring 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-03 01:34:32 +02:00
|
|
|
]
|
|
|
|
|
2017-03-15 14:03:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2018-04-04 11:54:41 +02:00
|
|
|
version = "0.9.0"
|
2017-03-15 14:03:11 +01:00
|
|
|
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)",
|
2019-02-07 15:27:09 +01:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-15 14:03:11 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "1.0.80"
|
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"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "1.0.80"
|
2017-05-23 12:31:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "1.0.32"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-02 19:11:28 +01:00
|
|
|
]
|
|
|
|
|
2016-05-27 13:03:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2019-01-11 16:55:03 +01:00
|
|
|
version = "0.5.0"
|
2016-05-27 13:03:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2019-01-11 16:55:03 +01:00
|
|
|
version = "0.6.0"
|
2018-10-22 09:40:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-12-13 23:38:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shell32-sys"
|
2018-06-06 10:02:25 +02:00
|
|
|
version = "0.1.2"
|
2016-12-13 23:38:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-06 10:02:25 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simplelog"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.5.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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.2.3"
|
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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-22 14:54:08 +02:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2018-03-24 06:43:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.4.1"
|
2018-03-24 06:43:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-13 13:02:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2018-09-13 12:58:49 +02:00
|
|
|
version = "0.3.8"
|
2018-06-13 13:02:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 13:02:16 +02:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 13:02:16 +02:00
|
|
|
]
|
|
|
|
|
2017-03-28 19:06:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.1.1"
|
2017-03-28 19:06:08 +02:00
|
|
|
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 = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 16:18:31 +01:00
|
|
|
]
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "string"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-02-05 14:31:19 +01:00
|
|
|
version = "0.15.26"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-13 12:43:24 +01:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-11 20:02:27 +01:00
|
|
|
]
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-30 22:12:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-30 22:12:42 +01:00
|
|
|
"unicode-xid 0.1.0 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.3.7"
|
2016-11-02 17:14:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-31 09:50:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-31 09:50:52 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-10 01:04:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "1.0.4"
|
2018-08-10 01:04:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-10 01:04:10 +02:00
|
|
|
]
|
|
|
|
|
2018-04-11 12:56:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 13:02:16 +02:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 12:56:37 +02:00
|
|
|
"redox_termios 0.1.1 (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"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "0.9.0"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
2018-05-30 15:42:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 13:02:16 +02:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-30 15:42:37 +02:00
|
|
|
]
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thread-scoped"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-04-24 19:10:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.3.6"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.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 = [
|
2018-05-10 12:34:36 +02:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2018-09-04 20:13:51 +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 = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 13:02:16 +02:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2018-05-10 12:34:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "timer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
2018-05-21 09:33:47 +02:00
|
|
|
version = "1.4.2"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-01 09:54:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
2018-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.11"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-codec"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.1"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-core"
|
2018-04-16 12:02:23 +02:00
|
|
|
version = "0.1.17"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-current-thread"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.3"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.5"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-fs"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.7 (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"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.9"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (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"
|
2018-09-24 12:27:51 +02:00
|
|
|
version = "0.1.0"
|
2017-01-25 11:03:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 11:03:36 +01:00
|
|
|
]
|
|
|
|
|
2018-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.6"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
2018-04-10 19:25:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-retry"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-16 12:02:23 +02:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-10 19:25:27 +02:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-01-25 11:03:36 +01:00
|
|
|
[[package]]
|
2018-03-14 13:40:54 +01:00
|
|
|
name = "tokio-rustls"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.9.0"
|
2017-01-25 11:03:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustls 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webpki 0.19.1 (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]]
|
2018-03-14 13:40:54 +01:00
|
|
|
name = "tokio-service"
|
|
|
|
version = "0.1.0"
|
2017-05-06 13:24:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tcp"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.2"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.7"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-06 13:24:18 +02:00
|
|
|
]
|
|
|
|
|
2017-10-05 12:35:01 +02:00
|
|
|
[[package]]
|
2018-03-14 13:40:54 +01:00
|
|
|
name = "tokio-timer"
|
|
|
|
version = "0.1.2"
|
2017-10-05 12:35:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
]
|
|
|
|
|
2018-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.2.7"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-udp"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.2"
|
2018-04-04 15:38:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-uds"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.2.2"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.6 (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"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.4.8"
|
2016-09-10 11:37:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-10 11:37:14 +02:00
|
|
|
]
|
|
|
|
|
2018-10-30 22:12:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toolshed"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-23 19:49:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "trace-time"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-02-23 19:49:08 +01:00
|
|
|
dependencies = [
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-23 19:49:08 +01:00
|
|
|
]
|
|
|
|
|
2017-12-19 10:20:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "transaction-pool"
|
2018-09-25 12:24:59 +02:00
|
|
|
version = "1.13.3"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-12-19 10:20:49 +01:00
|
|
|
dependencies = [
|
2018-06-25 14:20:44 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-25 12:24:59 +02:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"trace-time 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-19 10:20:49 +01:00
|
|
|
]
|
|
|
|
|
2016-02-23 18:51:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "transient-hashmap"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.4.1"
|
2016-02-27 15:56:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-14 19:28:43 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trezor-sys"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "git+https://github.com/paritytech/trezor-sys#8a401705e58c83db6c29c199d9577b78fde40709"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"protobuf 1.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 18:51:29 +01:00
|
|
|
]
|
|
|
|
|
2018-02-19 12:03:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "trie-standardmap"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-02-19 12:03:54 +01:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-19 12:03:54 +01:00
|
|
|
]
|
|
|
|
|
2017-09-03 09:11:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "triehash"
|
2018-10-09 22:07:25 +02:00
|
|
|
version = "0.3.0"
|
2018-09-04 20:13:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-03 09:11:14 +02:00
|
|
|
dependencies = [
|
2018-10-09 22:07:25 +02:00
|
|
|
"hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-03 09:11:14 +02:00
|
|
|
]
|
|
|
|
|
2018-07-02 18:50:05 +02:00
|
|
|
[[package]]
|
Delete crates from parity-ethereum and fetch them from parity-common instead (#9083)
Use crates from parity-common: hashdb, keccak-hash, kvdb, kvdb-memorydb, kvdb-rocksdb, memorydb, parity-bytes, parity-crypto, path, patricia_trie, plain_hasher, rlp, target, test-support, trie-standardmap, triehash
2018-07-10 14:59:19 +02:00
|
|
|
name = "triehash-ethereum"
|
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hasher 0.1.1",
|
2018-10-09 22:07:25 +02:00
|
|
|
"triehash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
Delete crates from parity-ethereum and fetch them from parity-common instead (#9083)
Use crates from parity-common: hashdb, keccak-hash, kvdb, kvdb-memorydb, kvdb-rocksdb, memorydb, parity-bytes, parity-crypto, path, patricia_trie, plain_hasher, rlp, target, test-support, trie-standardmap, triehash
2018-07-10 14:59:19 +02:00
|
|
|
]
|
2018-07-02 18:50:05 +02:00
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-10 01:04:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-10 13:35:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uint"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.4.1"
|
2018-01-10 13:35:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:26:22 +01:00
|
|
|
"heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 13:35:18 +01:00
|
|
|
]
|
|
|
|
|
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 = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"version_check 0.1.5 (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"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "2.2.0"
|
2017-09-25 19:45:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"version_check 0.1.5 (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 = "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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.7"
|
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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.2.1"
|
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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.5"
|
2017-07-10 17:42:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-13 12:43:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "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"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.6.2"
|
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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.7.1"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.0.1"
|
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
|
|
|
|
2018-10-30 22:12:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "validator"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-30 22:12:42 +01:00
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator_derive"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:59:05 +01:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-30 22:12:42 +01:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-05 14:31:19 +01:00
|
|
|
"syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-30 22:12:42 +01:00
|
|
|
"validator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.8.1"
|
2017-07-10 17:42:10 +02:00
|
|
|
source = "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)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"time 0.1.40 (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"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.1.5"
|
2017-09-14 19:28:43 +02:00
|
|
|
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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-01 12:37:57 +02:00
|
|
|
"ethjson 0.1.0",
|
2018-09-04 20:13:51 +02:00
|
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 22:07:25 +02:00
|
|
|
"patricia-trie 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"patricia-trie-ethereum 0.1.0",
|
2018-10-09 22:07:25 +02:00
|
|
|
"rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
2018-09-05 17:17:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-05 17:17:12 +02:00
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-22 09:40:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"try-lock 0.2.2 (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 = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-08 15:07:20 +01:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-04 16:56:56 +01:00
|
|
|
"pwasm-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-08 12:33:56 +01:00
|
|
|
"vm 0.1.0",
|
2018-07-05 09:09:01 +02:00
|
|
|
"wasmi 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-05 20:59:27 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmi"
|
2018-07-05 09:09:01 +02:00
|
|
|
version = "0.3.0"
|
2018-03-21 10:47:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-02-05 20:59:27 +01:00
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 12:37:32 +01:00
|
|
|
"memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-26 14:00:42 +02:00
|
|
|
"nan-preserving-float 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
]
|
|
|
|
|
2018-03-14 13:40:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.19.1"
|
2018-03-14 13:40:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 17:53:34 +01:00
|
|
|
"ring 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 09:40:50 +02:00
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2019-02-06 17:53:34 +01:00
|
|
|
version = "0.16.0"
|
2018-03-14 13:40:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 17:53:34 +01:00
|
|
|
"webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
]
|
|
|
|
|
2018-04-09 16:35:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "whisper-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-11-11 11:19:44 +01:00
|
|
|
"docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-08 15:07:20 +01:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-network 1.12.0",
|
|
|
|
"ethcore-network-devp2p 1.12.0",
|
2019-02-05 14:31:19 +01:00
|
|
|
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-http-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-pubsub 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-13 12:58:49 +02:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-09 16:35:45 +02:00
|
|
|
"panic_hook 0.1.0",
|
|
|
|
"parity-whisper 0.1.0",
|
2018-10-22 09:40:50 +02:00
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-09 16:35:45 +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"
|
|
|
|
|
2018-01-17 11:45:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2018-10-22 09:40:50 +02:00
|
|
|
version = "0.3.6"
|
2018-01-17 11:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-17 11:45:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-02-09 09:32:06 +01:00
|
|
|
version = "0.4.0"
|
2018-01-17 11:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-04 20:13:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
]
|
|
|
|
|
2018-01-17 11:45:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-02-09 09:32:06 +01:00
|
|
|
version = "0.4.0"
|
2018-01-17 11:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-10 01:04:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "1.0.1"
|
2018-08-10 01:04:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 09:40:50 +02:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 20:13:51 +02:00
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-10 01:04:10 +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"
|
2018-04-10 19:25:27 +02:00
|
|
|
version = "0.7.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 20:13:51 +02:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmltree"
|
2018-04-10 19:25:27 +02:00
|
|
|
version = "0.7.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-10 19:25:27 +02:00
|
|
|
"xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-08-03 19:01:48 +02:00
|
|
|
[metadata]
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-04-20 10:38:30 +02:00
|
|
|
"checksum app_dirs 1.2.1 (git+https://github.com/paritytech/app-dirs-rs)" = "<none>"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
2018-01-19 13:46:11 +01:00
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
2018-09-05 17:17:12 +02:00
|
|
|
"checksum ascii 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae7d751998c189c1d4468cf0a39bb2eae052a9c58d50ebb3b9591ee3813ad50"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5"
|
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
|
|
|
"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
|
|
|
|
"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
|
|
|
|
"checksum base-x 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5cda5d0f5584d129112ad8bf4775b9fd2b9f1e30738c7b1a25314ba2244d6a51"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2017-05-23 12:31:09 +02:00
|
|
|
"checksum bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e103c8b299b28a9c6990458b7013dc4a8356a9b854c51b9883241f5866fac36e"
|
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-06-12 16:56:14 +02:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
|
2017-03-28 00:42:37 +02:00
|
|
|
"checksum bn 0.4.4 (git+https://github.com/paritytech/bn)" = "<none>"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749"
|
2018-09-05 17:17:12 +02:00
|
|
|
"checksum cesu8 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
|
|
|
|
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum cid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0e37fba0087d9f3f4e269827a55dc511abf3e440cc097a0c154ff4e6584f988"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
2018-07-25 17:40:33 +02:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum cmake 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "6ec65ee4f9c9d16f335091d23693457ed4928657ba4982289d7fafee03bc614a"
|
|
|
|
"checksum combine 3.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc1d011beeed29187b8db2ac3925c8dd4d3e87db463dc9d2d2833985388fc5bc"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum criterion 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c47d2b548c5647e1a436dc0cb78d4ebf51b6bf7ab101ed76662828bdd4d3a24a"
|
|
|
|
"checksum criterion-plot 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6e649d6aacdbbdb94ec659561a309a71336fc5655ed408f3afd28df2fc0c4f4f"
|
|
|
|
"checksum criterion-stats 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ff43cac80562f91ead0b617c1be74edf350adfaa195809d355de98dfc8f9237d"
|
2018-12-11 13:30:21 +01:00
|
|
|
"checksum crossbeam 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7408247b1b87f480890f28b670c5f8d9a8a4274833433fe74dc0dfd46d33650"
|
|
|
|
"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
|
2018-04-04 14:05:21 +02:00
|
|
|
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
2018-12-11 13:30:21 +01:00
|
|
|
"checksum crossbeam-deque 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7792c4a9b5a4222f654e3728a3dd945aacc24d2c3a1a096ed265d80e4929cb9a"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1"
|
2018-04-04 14:05:21 +02:00
|
|
|
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9"
|
2018-12-11 13:30:21 +01:00
|
|
|
"checksum crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8"
|
2018-04-04 14:05:21 +02:00
|
|
|
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
|
2018-12-11 13:30:21 +01:00
|
|
|
"checksum crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e07fc155212827475223f0bcfae57e945e694fc90950ddf3f6695bbfd5555c72"
|
2017-08-22 17:05:28 +02:00
|
|
|
"checksum crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda"
|
2018-07-25 17:40:33 +02:00
|
|
|
"checksum crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c240f247c278fa08a6d4820a6a222bfc6e0d999e51ba67be94f44c905b2161f2"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum csv 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d54f6b0fd69128a2894b1a3e57af5849a0963c1cc77b165d30b896e40296452"
|
|
|
|
"checksum csv-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4dd8e6d86f7ba48b4276ef1317edc8cc36167546d8972feb4a2b5fec0b374105"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)" = "<none>"
|
2017-04-03 10:27:37 +02:00
|
|
|
"checksum difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3304d19798a8e067e48d8e69b2c37f0b5e9b4e462504ad9e27e9f3fce02bba8"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
|
2018-11-11 11:19:44 +01:00
|
|
|
"checksum docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db2906c2579b5b7207fc1e328796a9a8835dc44e22dbe8e460b1d636f9a7b225"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum edit-distance 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3bd26878c3d921f89797a4e1a1711919f999a9f6946bb6f5a4ffda126d297b7e"
|
|
|
|
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
|
2018-03-22 09:24:46 +01:00
|
|
|
"checksum elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88d4851b005ef16de812ea9acdb7bece2f0a40dd86c07b85631d7dafa54537bb"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
|
2018-06-25 14:20:44 +02:00
|
|
|
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
|
2017-11-18 23:14:57 +01:00
|
|
|
"checksum eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)" = "<none>"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8eb362fde43ed0b50b258bb0c72b72b3dccfd29f8de9506295eaf9251c49ca31"
|
2018-09-13 11:04:39 +02:00
|
|
|
"checksum ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "795e25fd868e12a59ca235dbe1f6cc8f1eba8f67d6a39438b29535e0126e0c27"
|
2018-09-13 21:37:28 +02:00
|
|
|
"checksum ethabi-derive 6.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "66a587250c8190be9d6ae28d67b8957ed97cb9eee2e272173a20593ab054a075"
|
2018-04-02 13:12:52 +02:00
|
|
|
"checksum ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a93a43ce2e9f09071449da36bfa7a1b20b950ee344b6904ff23de493b03b386"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "35b3c5a18bc5e73a32a110ac743ec04b02bbbcd3b71d3118d40a6113d509378a"
|
2018-02-09 09:32:06 +01:00
|
|
|
"checksum ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ac59a21a9ce98e188f3dace9eb67a6c4a3c67ec7fbc7218cb827852679dc002"
|
2018-12-05 10:36:53 +01:00
|
|
|
"checksum failsafe 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad3bf1642583ea2f1fa38a1e8546613a7488816941b33e5f0fccceac61879118"
|
2018-10-30 22:12:42 +01:00
|
|
|
"checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7"
|
|
|
|
"checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2016-12-05 18:15:05 +01:00
|
|
|
"checksum fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1ee15a7050e5580b3712877157068ea713b245b080ff302ae2ca973cfcd9baa"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum fixed-hash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d5ec8112f00ea8a483e04748a85522184418fd1cf02890b626d8fc28683f7de"
|
2018-05-30 15:42:37 +02:00
|
|
|
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2018-09-12 11:32:05 +02:00
|
|
|
"checksum fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb"
|
2019-01-29 09:26:22 +01:00
|
|
|
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b"
|
2018-02-09 09:32:06 +01:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
2018-10-30 22:12:42 +01:00
|
|
|
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
|
|
|
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865"
|
|
|
|
"checksum h2 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "a27e7ed946e8335bdf9a191bc1b9b14a03ba822d013d2f58437f4fabcbd7fc2c"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum hamming 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65043da274378d68241eb9a8f8f8aa54e349136f7b8e12f63e3ef44043cc30e1"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
|
2018-10-09 22:07:25 +02:00
|
|
|
"checksum hashdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d91261ee336dd046ac7df28306cb297b7a7228bd1ae25e9a57f4ed5e0ab628c7"
|
2019-01-29 09:26:22 +01:00
|
|
|
"checksum heapsize 0.4.2 (git+https://github.com/cheme/heapsize.git?branch=ec-macfix)" = "<none>"
|
2018-03-13 12:43:24 +01:00
|
|
|
"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
|
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>"
|
2018-08-21 15:30:24 +02:00
|
|
|
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum http 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "1a10e5b573b9a0146545010f50772b9e8b1dd0a256564cc4307694c68832a2f5"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
|
2018-08-10 01:04:10 +02:00
|
|
|
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)" = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f1ebec079129e43af5e234ef36ee3d7e6085687d145b7ea653b262d16c6b65f1"
|
|
|
|
"checksum hyper-rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff2c61fbda2bc72e793e329190a3e8f0ae74cb896905c8b301304c4c93f2755"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2018-10-30 22:12:42 +01:00
|
|
|
"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
|
2018-04-10 19:25:27 +02:00
|
|
|
"checksum igd 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a254e265e8810deb357a9de757f784787ec415d056ededf410c0aa460afee9e"
|
2018-10-30 22:12:42 +01:00
|
|
|
"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum integer-encoding 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "26746cbc2e680af687e88d717f20ff90079bd10fc984ad57d277cd0e37309fa5"
|
2017-11-14 12:59:01 +01:00
|
|
|
"checksum interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "141340095b15ed7491bd3d4ced9d20cebfb826174b6bb03386381f62b01e3d77"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum ipnetwork 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)" = "70783119ac90828aaba91eae39db32c6c1b8838deea3637e5238efa0130801ab"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4833d6978da405305126af4ac88569b5d71ff758581ce5a987dbfa3755f694fc"
|
2018-10-30 22:12:42 +01:00
|
|
|
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum itertools-num 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "83ca7b70b838f2e34bc6c2f367a1ed1cfe34fb82464adecadd31cdcc7da882fc"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
|
2019-01-29 09:26:22 +01:00
|
|
|
"checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
|
|
|
|
"checksum jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9f0cd42ac65f758063fea55126b0148b1ce0a6354ff78e07a4d6806bc65c4ab3"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum jni 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1ecfa3b81afc64d9a6539c4eece96ac9a93c551c713a313800dade8e33d7b5c1"
|
2018-09-05 17:17:12 +02:00
|
|
|
"checksum jni-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
2019-02-05 14:31:19 +01:00
|
|
|
"checksum jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a5152c3fda235dfd68341b3edf4121bc4428642c93acbd6de88c26bf95fc5d7"
|
2019-02-05 15:47:25 +01:00
|
|
|
"checksum jsonrpc-derive 10.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c14be84e86c75935be83a34c6765bf31f97ed6c9163bb0b83007190e9703940a"
|
2019-02-05 14:31:19 +01:00
|
|
|
"checksum jsonrpc-http-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "99e1ce36c7cc9dcab398024d76849ab2cb917ee812653bce6f74fc9eb7c82d16"
|
|
|
|
"checksum jsonrpc-ipc-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fac6b8682243740a32bfb288880c71cc06eca29616cdf551e4136a190b11b96d"
|
|
|
|
"checksum jsonrpc-pubsub 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "56608ed54b1b2a69f4357cb8bdfbcbd99fe1179383c03a09bb428931bd35f592"
|
|
|
|
"checksum jsonrpc-server-utils 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5521613b31ea22d36d9f95ad642058dccec846a94ed8690957652d479f620707"
|
|
|
|
"checksum jsonrpc-tcp-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c873dac37a601fb88d40ba49eeac3f1aa60953c06b2e99ddbf0569b6f8028478"
|
|
|
|
"checksum jsonrpc-ws-server 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20b8333a5a6e6ccbcf5c90f90919de557cba4929efa164e9bd0e8e497eb20e46"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "253bbe643c32c816bf58fa5a88248fafedeebb139705ad17a62add3517854a86"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-09-03 18:40:11 +02:00
|
|
|
"checksum kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "72ae89206cea31c32014b39d5a454b96135894221610dbfd19cf4d2d044fa546"
|
|
|
|
"checksum kvdb-memorydb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "45bcdf5eb083602cff61a6f8438dce2a7900d714e893fc48781c39fb119d37aa"
|
2018-09-12 13:23:09 +02:00
|
|
|
"checksum kvdb-rocksdb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "06cf755dc587839ba34d3cbe3f12b6ad55850fbcdfe67336157a021a1a5c43ae"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2019-01-11 17:59:05 +01:00
|
|
|
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)" = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047"
|
2018-07-05 15:18:50 +02:00
|
|
|
"checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2"
|
2017-03-29 15:17:27 +02:00
|
|
|
"checksum libusb 0.3.0 (git+https://github.com/paritytech/libusb-rs)" = "<none>"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum libusb-sys 0.2.4 (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"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
|
2017-06-22 14:54:08 +02:00
|
|
|
"checksum local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1ceb20f39ff7ae42f3ff9795f3986b1daad821caaa1e1732a0944103a5a1a66"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a"
|
2018-03-14 13:40:54 +01:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d06ff7ff06f729ce5f4e227876cb88d10bc59cd4ae1e09fbb2bde15c850dc21"
|
2018-10-30 22:12:42 +01:00
|
|
|
"checksum lunarity-lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a1670671f305792567116d4660e6e5bd785d6fa973e817c3445c0a7a54cecb6"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
|
2018-04-04 14:05:21 +02:00
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2018-03-12 12:37:32 +01:00
|
|
|
"checksum memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"
|
2018-10-09 22:07:25 +02:00
|
|
|
"checksum memorydb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e143fbad9f90d2158bca3c4b09015276a6de6f085a77088943901cb26828780f"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "0a907b83e7b9e987032439a387e187119cddafc92d5c2aaeb1d92580a793f630"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
|
2019-01-11 16:55:03 +01:00
|
|
|
"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
|
2017-02-14 19:30:37 +01:00
|
|
|
"checksum multibase 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9c35dac080fd6e16a99924c8dfdef0af89d797dd851adab25feaffacf7850d6"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum multihash 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c62469025f45dee2464ef9fc845f4683c543993792c1993e7d903c17a4546b74"
|
2018-04-26 14:00:42 +02:00
|
|
|
"checksum nan-preserving-float 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34d4f00fcc2f4c9efa8cc971db0da9e28290e28e97af47585e48691ef10ff31f"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2018-01-19 13:46:11 +01:00
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
2018-03-27 04:35:51 +02:00
|
|
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1"
|
|
|
|
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
|
|
|
"checksum num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124"
|
2018-04-04 15:38:04 +02:00
|
|
|
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
|
2018-05-10 12:34:36 +02:00
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
|
2016-12-13 23:38:29 +01:00
|
|
|
"checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
|
2017-02-04 22:18:19 +01:00
|
|
|
"checksum order-stat 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "efa535d5117d3661134dbf1719b6f0ffe06f2375843b13935db186cd094105eb"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7eb5259643245d3f292c7a146b2df53bba24d7eab159410e648eb73dc164669d"
|
2018-05-30 15:42:37 +02:00
|
|
|
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
2018-09-03 18:40:11 +02:00
|
|
|
"checksum parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5168b4cf41f3835e4bc6ffb32f51bc9365dc50cb351904595b3931d917fd0c"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b9db194dfbcfe3b398d63d765437a5c7232d59906e203055f0e993f6458ff1"
|
2019-02-07 12:53:12 +01:00
|
|
|
"checksum parity-daemonize 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b337f62998c855fe263e504fcf883c6a0f94370ba0afc731922e8bc23419cfb"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum parity-path 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5962540f99d3895d9addf535f37ab1397886bc2c68e59efd040ef458e5f8c3f7"
|
2018-09-03 18:40:11 +02:00
|
|
|
"checksum parity-rocksdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd55d2d6d6000ec99f021cf52c9acc7d2a402e14f95ced4c5de230696fabe00b"
|
2019-01-03 11:13:02 +01:00
|
|
|
"checksum parity-rocksdb-sys 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbb241262c768522f6460f0e2672dee185c8504d4d0a5a5bab45c1147981c4f"
|
2018-09-03 18:40:11 +02:00
|
|
|
"checksum parity-snappy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2c5f9d149b13134b8b354d93a92830efcbee6fe5b73a2e6e540fe70d4dd8a63"
|
2018-12-18 21:26:01 +01:00
|
|
|
"checksum parity-snappy-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1a413d51e5e1927320c9de992998e4a279dffb8c8a7363570198bd8383e66f1b"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum parity-tokio-ipc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb002c2d3539ccd3b82bd915ec060028d4ab350ad203dbffa20028c1e483af5b"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)" = "511379a8194230c2395d2f5fa627a5a7e108a9f976656ce723ae68fca4097bfc"
|
2018-10-02 14:50:50 +02:00
|
|
|
"checksum parity-wordlist 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf13102febd98f4ad416a526b42deb82daf482626ba6ab10d0ebf8f45327514c"
|
2019-02-05 14:31:19 +01:00
|
|
|
"checksum parity-ws 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2fec5048fba72a2e01baeb0d08089db79aead4b57e2443df172fb1840075a233"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
2018-12-11 17:22:55 +01:00
|
|
|
"checksum parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9723236a9525c757d9725b993511e3fc941e33f27751942232f0058298297edf"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
|
2018-12-11 17:22:55 +01:00
|
|
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
2018-10-09 22:07:25 +02:00
|
|
|
"checksum patricia-trie 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "10438ba40c2f6e9ceca55277d8e7f6a5dafd58cabd802e6d97e16f02aab83a03"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
|
|
|
|
"checksum pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3294f437119209b084c797604295f40227cffa35c57220b1e99a6ff3bf8ee4"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
|
|
|
|
"checksum phf 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "cec29da322b242f4c3098852c77a0ca261c9c01b806cae85a5572a1eb94db9a6"
|
|
|
|
"checksum phf_codegen 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "7d187f00cd98d5afbcd8898f6cf181743a449162aeb329dcd2f3849009e605ad"
|
|
|
|
"checksum phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "03dc191feb9b08b0dc1330d6549b795b9d81aec19efe6b4a45aec8d4caee0c4b"
|
|
|
|
"checksum phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "b539898d22d4273ded07f64a05737649dc69095d92cb87c7097ec68e3f150b93"
|
|
|
|
"checksum plain_hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "95fa6386b1d34aaf0adb9b7dd2885dbe7c34190e6263785e5a7ec2b19044a90f"
|
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"
|
2018-03-27 04:35:51 +02:00
|
|
|
"checksum primal-check 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8e65f96c0a171f887198c274392c99a116ef65aa7f53f3b6d4902f493965c2d1"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum primal-estimate 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "56ea4531dde757b56906493c8604641da14607bf9cdaa80fb9c9cabd2429f8d5"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum primal-sieve 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "da2d6ed369bb4b0273aeeb43f07c105c0117717cbae827b20719438eb2eb798c"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum protobuf 1.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "52fbc45bf6709565e44ef31847eb7407b3c3c80af811ee884a04da071dcca12b"
|
2017-06-22 14:54:08 +02:00
|
|
|
"checksum pulldown-cmark 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8361e81576d2e02643b04950e487ec172b687180da65c731c03cf336784e6c07"
|
2019-01-04 16:56:56 +01:00
|
|
|
"checksum pwasm-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e9135bed7b452e20dbb395a2d519abaf0c46d60e7ecc02daeeab447d29bada1"
|
2018-06-25 14:20:44 +02:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
|
|
|
|
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
|
|
|
|
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
|
|
|
|
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
|
2018-12-11 17:22:55 +01:00
|
|
|
"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
|
|
|
|
"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
|
|
|
|
"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
|
2018-12-11 17:22:55 +01:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
|
|
"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
|
|
|
|
"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "df7a791f788cb4c516f0e091301a29c2b71ef680db5e644a7d68835c8ae6dbfa"
|
|
|
|
"checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356"
|
2018-06-13 13:02:16 +02:00
|
|
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
2018-04-11 12:56:37 +02:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
|
2018-08-10 01:04:10 +02:00
|
|
|
"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum ring 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)" = "be5386a5f59e5f5bcaea38b50ad26c09e3918a0abc0610640b3be5cfd85d6894"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "524c5ad554859785dfc8469df3ed5e0b5784d4d335877ed47c8d90fc0eb238fe"
|
2018-10-09 22:07:25 +02:00
|
|
|
"checksum rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16d1effe9845d54f90e7be8420ee49e5c94623140b97ee4bc6fb5bfddb745720"
|
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"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
|
2017-07-06 11:36:15 +02:00
|
|
|
"checksum rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "403bb3a286107a04825a5f82e1270acc1e14028d3d554d7a1e08914549575ab8"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum rustls 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "38af00e78b66109e7184a0ee16940f41583161b7ec0518af258e4bcaed15db25"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
|
2018-09-05 17:17:12 +02:00
|
|
|
"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9"
|
2018-04-04 11:54:41 +02:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2017-03-15 14:03:11 +01:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef"
|
|
|
|
"checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c"
|
|
|
|
"checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce"
|
|
|
|
"checksum sha1 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "171698ce4ec7cbb93babeb3190021b4d72e96ccb98e33d277ae4ea959d6f2d9e"
|
2019-01-11 16:55:03 +01:00
|
|
|
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0"
|
2018-06-06 10:02:25 +02:00
|
|
|
"checksum shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum simplelog 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e95345f185d5adeb8ec93459d2dc99654e294cc6ccf5b75414d8ea262de9a13"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum siphasher 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "833011ca526bd88f16778d32c699d325a9ad302fa06381cd66f7be63351d3f6d"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
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"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
|
|
|
|
"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
|
2018-09-13 12:58:49 +02:00
|
|
|
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2019-02-05 14:31:19 +01:00
|
|
|
"checksum syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)" = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
2018-10-30 22:12:42 +01:00
|
|
|
"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
|
2018-01-31 09:50:52 +01:00
|
|
|
"checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
|
2018-04-11 12:56:37 +02:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
|
2018-05-30 15:42:37 +02:00
|
|
|
"checksum thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2017-12-01 09:40:07 +01:00
|
|
|
"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
|
2018-05-10 12:34:36 +02:00
|
|
|
"checksum timer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "31d42176308937165701f50638db1c31586f183f1aab416268216577aec7306b"
|
2018-05-21 09:33:47 +02:00
|
|
|
"checksum tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e9175261fbdb60781fcd388a4d6cc7e14764a2b629a7ad94abb439aed223a44f"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895"
|
|
|
|
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
|
2018-04-16 12:02:23 +02:00
|
|
|
"checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c"
|
|
|
|
"checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8a85fffbec3c5ab1ab62324570230dcd37ee5996a7859da5caf7b9d45e3e8c"
|
|
|
|
"checksum tokio-named-pipes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
|
|
|
|
"checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018"
|
2018-04-10 19:25:27 +02:00
|
|
|
"checksum tokio-retry 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f05746ae87dca83a2016b4f5dba5b237b897dd12fd324f60afe282112f16969a"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum tokio-rustls 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7223fa02f4b2d9f3736f13cc3dea3723aaec57ca4b3dded922126ebbb2cb8ce9"
|
2017-01-25 11:03:36 +01:00
|
|
|
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912"
|
|
|
|
"checksum tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd8a8b911301c60cbfaa2a6588fb210e5c1038375b8bdecc47aa09a94c3c05f"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6131e780037787ff1b3f8aad9da83bca02438b72277850dd6ad0d455e0e20efc"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "22e3aa6d1fcc19e635418dc0a30ab5bd65d347973d6f43f1a37bf8d9d1335fc9"
|
|
|
|
"checksum toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65"
|
2018-10-30 22:12:42 +01:00
|
|
|
"checksum toolshed 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450441e131c7663af72e63a33c02a6a1fbaaa8601dc652ed6757813bb55aeec7"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum trace-time 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe82f2f0bf1991e163e757baf044282823155dd326e70f44ce2186c3c320cc9"
|
2018-09-25 12:24:59 +02:00
|
|
|
"checksum transaction-pool 1.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e5866e5126b14358f1d7af4bf51a0be677a363799b90e655edcec8254edef1d2"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum transient-hashmap 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aeb4b191d033a35edfce392a38cdcf9790b6cebcb30fa690c312c29da4dc433e"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum trezor-sys 1.0.0 (git+https://github.com/paritytech/trezor-sys)" = "<none>"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum trie-standardmap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e26f52976a57a0859616d6fcec87092ac35d08eabbd78dc3dabee93b480ea5f"
|
2018-10-09 22:07:25 +02:00
|
|
|
"checksum triehash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9cb3a626dd9a19a1b5f84087143b19409db793d902c5ddee4b6212020713f1"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
2018-08-10 01:04:10 +02:00
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum uint 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "754ba11732b9161b94c41798e5197e5e75388d012f760c42adb5000353e98646"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
|
|
|
|
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2018-11-06 14:22:44 +01:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2018-03-13 12:43:24 +01:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6"
|
|
|
|
"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
|
2018-10-30 22:12:42 +01:00
|
|
|
"checksum validator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "236a5eda3df2c877872e98dbc55d497d943792e6405d8fc65bd4f8a5e3b53c99"
|
|
|
|
"checksum validator_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d360d6f5754972c0c1da14fb3d5580daa31aee566e1e45e2f8d3bf5950ecd3e9"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c3365f36c57e5df714a34be40902b27a992eeddb9996eca52d0584611cf885d"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2018-09-05 17:17:12 +02:00
|
|
|
"checksum walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "af464bc7be7b785c7ac72e266a6b67c4c9070155606f51655a650a6686204e35"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
|
2018-07-05 09:09:01 +02:00
|
|
|
"checksum wasmi 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b4a6d379e9332b1b1f52c5a87f2481c85c7c931d8ec411963dfb8f26b1ec1e3"
|
2019-02-06 17:53:34 +01:00
|
|
|
"checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082"
|
|
|
|
"checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e"
|
2016-12-13 23:38:29 +01:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-10-22 09:40:50 +02:00
|
|
|
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-02-09 09:32:06 +01:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
|
2018-02-09 09:32:06 +01:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-09-04 20:13:51 +02:00
|
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|
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"
|
2018-04-10 19:25:27 +02:00
|
|
|
"checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
|
|
|
|
"checksum xmltree 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9cfb54ca6b8f17d2377219ce485b134d53561b77e1393c7ea416f543a527431"
|