2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2018-01-19 13:46:11 +01:00
|
|
|
version = "0.6.4"
|
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
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-05-24 20:30:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
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"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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-05-09 15:58:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "assert_matches"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-04-11 12:56:37 +02:00
|
|
|
version = "0.2.8"
|
2017-07-10 17:42:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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)",
|
|
|
|
"winapi 0.3.4 (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-01-19 13:46:11 +01:00
|
|
|
version = "0.3.5"
|
2017-07-03 07:31:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"backtrace-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"winapi 0.3.4 (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"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.1.14"
|
2017-07-11 12:23:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-10 10:33:09 +02:00
|
|
|
"cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-11 12:23:46 +02:00
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-24 06:43:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"safemem 0.2.0 (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-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (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"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-07-29 17:12:07 +02:00
|
|
|
|
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-06-20 15:13:07 +02:00
|
|
|
"byteorder 1.2.1 (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-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-20 15:13:07 +02:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-03-27 04:35:51 +02:00
|
|
|
source = "git+https://github.com/paritytech/bn#964b48fad5dffbaa124c2f10699e76faf5846c4e"
|
2017-03-22 02:01:46 +01:00
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 02:01:46 +01:00
|
|
|
]
|
|
|
|
|
2016-10-03 12:02:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2018-02-09 09:32:06 +01:00
|
|
|
version = "1.2.1"
|
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-01-17 11:45:29 +01:00
|
|
|
version = "0.4.6"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (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
|
|
|
]
|
|
|
|
|
2017-09-25 19:45:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2018-07-10 10:33:09 +02:00
|
|
|
version = "1.0.17"
|
2017-09-25 19:45:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-03 11:00:37 +01:00
|
|
|
dependencies = [
|
2018-04-04 14:05:21 +02:00
|
|
|
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-03 11:00:37 +01:00
|
|
|
]
|
2017-09-25 19:45:33 +02:00
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.2"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-02 12:50:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chainspec"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ethjson 0.1.0",
|
|
|
|
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (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"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cid"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "0.2.3"
|
2017-02-14 19:30:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-20 16:42:09 +01:00
|
|
|
"integer-encoding 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 19:30:37 +01:00
|
|
|
"multibase 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"multihash 0.7.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-01-17 11:45:29 +01:00
|
|
|
version = "2.29.1"
|
2017-07-10 17:42:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 12:56:37 +02:00
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 17:42:10 +02:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-13 12:25:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
|
|
|
version = "0.1.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-12 13:09:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "common-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-12 13:09:17 +02:00
|
|
|
"ethjson 0.1.0",
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
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)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2018-01-19 13:46:11 +01:00
|
|
|
version = "0.3.2"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch 0.4.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-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)",
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.4.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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.2 (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 = [
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.2 (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-03-14 13:40:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ct-logs"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"sct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "1.1.1"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "git+https://github.com/paritytech/rust-ctrlc.git#b523017108bb2d571a7a69bd97bc406e63bc7a9d"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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
|
|
|
]
|
|
|
|
|
2016-02-18 12:42:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "daemonize"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.3"
|
2018-03-20 16:28:01 +01:00
|
|
|
source = "git+https://github.com/paritytech/daemonize#df00295f03450326613f2d616059fd44434a0d74"
|
2016-02-18 12:42:01 +01:00
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 12:42:01 +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"
|
|
|
|
|
2017-12-24 09:34:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dir"
|
2018-07-09 16:48:33 +02:00
|
|
|
version = "0.1.1"
|
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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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-01-17 11:45:29 +01:00
|
|
|
version = "0.8.3"
|
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
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-28 19:06:08 +02:00
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.2"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-01 09:40:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "edit-distance"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-06 17:21:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "1.4.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 = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-26 13:53:47 +02:00
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.3"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-09-05 12:14:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.11.0"
|
2017-09-05 12:14:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-11-17 17:12:12 +01:00
|
|
|
dependencies = [
|
2018-01-19 13:46:11 +01:00
|
|
|
"backtrace 0.3.5 (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 = [
|
|
|
|
"backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-03-27 04:35:51 +02:00
|
|
|
source = "git+https://github.com/paritytech/rust-secp256k1#db81cfea59014b4d176f10f86ed52e1a130b6822"
|
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)",
|
2018-07-10 10:33:09 +02:00
|
|
|
"cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (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-04-02 13:12:52 +02:00
|
|
|
version = "5.1.1"
|
2016-08-23 19:28:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-10-16 10:21:35 +02:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (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-04-20 12:32:00 +02:00
|
|
|
version = "5.1.0"
|
2018-02-09 09:32:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethabi-derive"
|
2018-04-05 10:31:06 +02:00
|
|
|
version = "5.1.2"
|
2018-02-09 09:32:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-02 13:12:52 +02:00
|
|
|
"ethabi 5.1.1 (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-04-05 10:31:06 +02:00
|
|
|
"quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.1 (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 = [
|
2017-08-22 17:05:28 +02:00
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"either 1.4.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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (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-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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-03-14 12:26:20 +01:00
|
|
|
"tempdir 0.3.5 (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-04-11 13:57:12 +02:00
|
|
|
"fixed-hash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (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-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-12 13:09:17 +02:00
|
|
|
"common-types 0.1.0",
|
2018-01-19 13:46:11 +01:00
|
|
|
"crossbeam 0.3.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-02 13:12:52 +02:00
|
|
|
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-20 12:32:00 +02:00
|
|
|
"ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"ethabi-derive 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethash 1.12.0",
|
2016-10-03 12:02:43 +02:00
|
|
|
"ethcore-bloom-journal 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
"ethcore-logger 1.12.0",
|
|
|
|
"ethcore-miner 1.12.0",
|
|
|
|
"ethcore-stratum 1.12.0",
|
2018-01-11 17:49:10 +01:00
|
|
|
"ethcore-transaction 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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",
|
|
|
|
"ethstore 0.2.0",
|
2017-07-12 13:09:17 +02:00
|
|
|
"evm 0.1.0",
|
2018-06-26 09:03:38 +02:00
|
|
|
"fake-hardware-wallet 0.0.1",
|
2018-04-25 16:25:43 +02:00
|
|
|
"hardware-wallet 1.12.0",
|
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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (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)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"journaldb 0.2.0",
|
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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"keccak-hasher 0.1.0",
|
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
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"lazy_static 1.0.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)",
|
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",
|
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
|
|
|
"memorydb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
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)",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2017-09-26 14:19:08 +02:00
|
|
|
"parity-machine 0.1.0",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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
|
|
|
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"patricia-trie-ethereum 0.1.0",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 14:05:21 +02:00
|
|
|
"rayon 1.0.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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
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)",
|
2017-12-02 10:08:04 +01:00
|
|
|
"snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
|
2017-02-17 16:18:31 +01:00
|
|
|
"stats 0.1.0",
|
2018-01-19 13:46:31 +01:00
|
|
|
"stop-guard 0.1.0",
|
2018-01-19 17:32:53 +01:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-23 19:49:08 +01:00
|
|
|
"trace-time 0.1.0",
|
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
|
|
|
"trie-standardmap 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"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
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2016-02-19 16:09:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-devtools"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-02-19 16:09:31 +01:00
|
|
|
|
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-01-19 13:46:11 +01:00
|
|
|
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
"fnv 1.0.5 (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-03-24 06:43:28 +01:00
|
|
|
"mio 0.6.14 (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-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 12:34:36 +02:00
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"timer 0.2.0 (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)",
|
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",
|
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
"ethcore-network 1.12.0",
|
2018-01-11 17:49:10 +01:00
|
|
|
"ethcore-transaction 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (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)",
|
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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"keccak-hasher 0.1.0",
|
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
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-16 06:05:54 +02:00
|
|
|
"memory-cache 0.1.0",
|
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
|
|
|
"memorydb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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
|
|
|
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"patricia-trie-ethereum 0.1.0",
|
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
|
|
|
"plain_hasher 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2017-08-20 06:01:46 +02:00
|
|
|
"rlp_derive 0.1.0",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 17:08:46 +01:00
|
|
|
"stats 0.1.0",
|
2017-11-14 17:47:41 +01:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-04-11 12:56:37 +02:00
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"lazy_static 1.0.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-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-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)",
|
|
|
|
"env_logger 0.4.3 (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
|
|
|
"ethash 1.12.0",
|
2018-01-11 17:49:10 +01:00
|
|
|
"ethcore-transaction 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-13 17:34:27 +02:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-10 13:51:29 +02:00
|
|
|
"hyper 0.11.24 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-01-11 17:49:10 +01:00
|
|
|
"linked-hash-map 0.5.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-04-10 13:51:29 +02:00
|
|
|
"parity-reactor 0.1.0",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"price-info 1.12.0",
|
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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-01-11 17:49:10 +01:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-13 17:34:27 +02:00
|
|
|
"trace-time 0.1.0",
|
2018-06-12 08:22:54 +02:00
|
|
|
"transaction-pool 1.12.1",
|
2018-04-10 13:51:29 +02:00
|
|
|
"url 1.5.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-06-01 13:37:43 +02:00
|
|
|
"assert_matches 1.2.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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 11:56:35 +01:00
|
|
|
"ethkey 0.3.0",
|
|
|
|
"ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-01 13:37:43 +02:00
|
|
|
"libc 0.2.36 (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
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-03-05 11:56:35 +01:00
|
|
|
"snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-09 15:58:02 +02:00
|
|
|
"assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"bytes 0.4.6 (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-logger 1.12.0",
|
|
|
|
"ethcore-network 1.12.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"ipnetwork 0.12.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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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-03-24 06:43:28 +01:00
|
|
|
"mio 0.6.14 (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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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
|
|
|
"path 0.1.1 (git+https://github.com/paritytech/parity-common)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-05 10:32:04 +02:00
|
|
|
"slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-02 10:08:04 +01:00
|
|
|
"snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
|
2017-10-20 12:11:34 +02:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
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 = [
|
2018-06-25 14:20:44 +02:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-09 16:14:33 +02:00
|
|
|
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-20 12:32:00 +02:00
|
|
|
"ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-09 16:14:33 +02:00
|
|
|
"ethabi-derive 5.1.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",
|
|
|
|
"ethcore-logger 1.12.0",
|
|
|
|
"ethcore-miner 1.12.0",
|
2018-04-09 16:14:33 +02:00
|
|
|
"ethcore-transaction 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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",
|
|
|
|
"futures 0.1.21 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-04-09 16:14:33 +02:00
|
|
|
"log 0.3.9 (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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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
|
|
|
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"patricia-trie-ethereum 0.1.0",
|
2018-04-09 16:14:33 +02:00
|
|
|
"rand 0.3.20 (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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-09 16:14:33 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.9 (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-04-10 13:51:29 +02:00
|
|
|
"url 1.5.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-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 13:12:52 +02:00
|
|
|
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-20 12:32:00 +02:00
|
|
|
"ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"ethabi-derive 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
|
|
|
"ethcore-logger 1.12.0",
|
|
|
|
"ethcore-sync 1.12.0",
|
2018-04-09 16:38:59 +02:00
|
|
|
"ethcore-transaction 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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-04-10 19:25:27 +02:00
|
|
|
"hyper 0.11.24 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"lazy_static 1.0.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)",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-14 17:47:41 +01:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 09:33:47 +02:00
|
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-10 19:25:27 +02:00
|
|
|
"tokio 0.1.5 (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-04 15:38:04 +02:00
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 11:13:51 +02:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-20 16:13:21 +01:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"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",
|
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
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-13 11:49:57 +01:00
|
|
|
"stop-guard 0.1.0",
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-09 08:49:34 +02:00
|
|
|
"trace-time 0.1.0",
|
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 = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-logger 1.12.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-tcp-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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-04 15:38:04 +02:00
|
|
|
"tokio-io 0.1.6 (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 = [
|
|
|
|
"env_logger 0.4.3 (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-04-10 12:13:49 +02:00
|
|
|
"ethcore-transaction 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-10 12:13:49 +02:00
|
|
|
"ethkey 0.3.0",
|
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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
2018-04-10 12:13:49 +02:00
|
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipnetwork 0.12.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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"keccak-hasher 0.1.0",
|
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
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-04-10 12:13:49 +02:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"macros 0.1.0",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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
|
|
|
"plain_hasher 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-04-10 12:13:49 +02:00
|
|
|
"rand 0.4.2 (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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-04-10 12:13:49 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-09 08:49:34 +02:00
|
|
|
"trace-time 0.1.0",
|
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-11 17:49:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-transaction"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-11 17:49:10 +01:00
|
|
|
"ethjson 0.1.0",
|
|
|
|
"ethkey 0.3.0",
|
|
|
|
"evm 0.1.0",
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-01-11 17:49:10 +01:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unexpected 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-01-10 13:35:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethereum-types"
|
2018-05-23 11:27:45 +02:00
|
|
|
version = "0.3.2"
|
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-04-11 13:57:12 +02:00
|
|
|
"fixed-hash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 11:54:41 +02:00
|
|
|
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-23 11:27:45 +02:00
|
|
|
"uint 0.2.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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (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-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"edit-distance 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-18 23:14:57 +01:00
|
|
|
"eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"lazy_static 1.0.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-04-11 13:57:12 +02:00
|
|
|
"mem 0.1.0",
|
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
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"parity-wordlist 1.2.0 (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-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 15:09:15 +02:00
|
|
|
"serde_derive 1.0.37 (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-01-17 11:45:29 +01:00
|
|
|
"docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethkey 0.3.0",
|
2017-07-03 07:31:29 +02:00
|
|
|
"panic_hook 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-19 11:29:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethstore"
|
2017-12-01 09:40:07 +01:00
|
|
|
version = "0.2.0"
|
2017-06-19 11:29:09 +02:00
|
|
|
dependencies = [
|
2018-07-09 16:48:33 +02:00
|
|
|
"dir 0.1.1",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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-03-14 15:41:35 +01:00
|
|
|
"matches 0.1.6 (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
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-11 10:24:56 +02:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-07-09 16:48:33 +02:00
|
|
|
"dir 0.1.1",
|
2018-01-17 11:45:29 +01:00
|
|
|
"docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethstore 0.2.0",
|
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-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-28 21:04:08 +02:00
|
|
|
"tempdir 0.3.5 (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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"lazy_static 1.0.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)",
|
2017-10-16 06:05:54 +02:00
|
|
|
"memory-cache 0.1.0",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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 = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
2018-01-11 17:49:10 +01:00
|
|
|
"ethcore-transaction 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 12:26:20 +01:00
|
|
|
"tempdir 0.3.5 (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-04-11 11:59:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fake-fetch"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"fetch 0.1.0",
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-26 09:03:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fake-hardware-wallet"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethkey 0.3.0",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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-04-10 13:51:29 +02:00
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"hyper-rustls 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.1 (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-07-09 10:59:05 +02:00
|
|
|
"tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"url 1.5.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-04-11 13:57:12 +02:00
|
|
|
version = "0.2.1"
|
2018-01-10 13:35:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (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"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-20 15:13:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fs-swap"
|
2018-07-05 15:18:50 +02:00
|
|
|
version = "0.2.3"
|
2018-06-20 15:13:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-05 15:18:50 +02:00
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-20 15:13:07 +02:00
|
|
|
"libc 0.2.36 (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-06-20 15:13:07 +02:00
|
|
|
"winapi 0.3.4 (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 = [
|
|
|
|
"bitflags 1.0.1 (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-04-04 15:38:04 +02:00
|
|
|
version = "0.1.21"
|
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-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.3.54"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-12-22 18:26:39 +01:00
|
|
|
|
2017-06-22 14:54:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.15"
|
2017-06-22 14:54:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-23 12:26:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2018-01-19 13:46:11 +01:00
|
|
|
version = "0.2.1"
|
2017-05-23 12:26:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-19 13:46:11 +01:00
|
|
|
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:26:39 +02:00
|
|
|
"fnv 1.0.5 (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-01-19 13:46:11 +01:00
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:26:39 +02:00
|
|
|
]
|
|
|
|
|
2016-02-18 01:47:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hamming"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 01:07:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hardware-wallet"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"protobuf 1.5.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-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-07-02 18:50:05 +02:00
|
|
|
version = "0.2.0"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
2017-09-06 20:47:45 +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-07-02 18:50:05 +02:00
|
|
|
"heapsize 0.4.2 (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"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-23 10:14:56 +01:00
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"winapi 0.3.4 (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 = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 09:40:18 +02:00
|
|
|
]
|
|
|
|
|
2017-07-14 20:40:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 01:07:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hidapi"
|
|
|
|
version = "0.3.1"
|
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 = [
|
2018-07-10 10:33:09 +02:00
|
|
|
"cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 01:07:06 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "1.2.3"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
2017-10-05 12:35:01 +02:00
|
|
|
name = "hyper"
|
2018-03-24 06:43:28 +01:00
|
|
|
version = "0.11.24"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-24 06:43:28 +01:00
|
|
|
"base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"httparse 1.2.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-03-24 06:43:28 +01:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"mime 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 1.0.0 (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)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"time 0.1.38 (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-04 15:38:04 +02:00
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"unicase 2.1.0 (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"
|
|
|
|
version = "0.11.0"
|
2017-10-05 12:35:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-14 13:40:54 +01:00
|
|
|
"ct-logs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"rustls 0.11.0 (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-04 15:38:04 +02:00
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-rustls 0.4.0 (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-03-14 13:40:54 +01:00
|
|
|
"webpki-roots 0.13.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"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.4"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "igd"
|
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
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
"regex 0.2.5 (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
|
|
|
]
|
|
|
|
|
2017-02-20 16:42:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "integer-encoding"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-23 03:58:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "interleaved-ordered"
|
2017-11-14 12:59:01 +01:00
|
|
|
version = "0.1.1"
|
2017-10-23 03:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
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 = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-28 19:06:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ipnetwork"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.12.7"
|
2017-07-28 19:06:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-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-01-17 11:45:29 +01:00
|
|
|
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2017-09-25 19:45:33 +02:00
|
|
|
version = "0.3.4"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-17 06:20:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "journaldb"
|
2018-07-02 18:50:05 +02:00
|
|
|
version = "0.2.0"
|
2017-10-17 06:20:24 +02:00
|
|
|
dependencies = [
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-logger 1.12.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"keccak-hasher 0.1.0",
|
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
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (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
|
|
|
"memorydb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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
|
|
|
"plain_hasher 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
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"
|
2018-02-07 16:13:54 +01:00
|
|
|
version = "8.0.1"
|
2018-07-03 17:31:08 +02:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5fd34ada4a7de6aed1a8c92475a907732d"
|
2016-11-22 11:56:27 +01:00
|
|
|
dependencies = [
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-22 11:56:27 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-http-server"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2018-07-03 17:31:08 +02:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5fd34ada4a7de6aed1a8c92475a907732d"
|
2016-11-22 11:56:27 +01:00
|
|
|
dependencies = [
|
2018-03-24 06:43:28 +01:00
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-22 11:56:27 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-ipc-server"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2018-07-03 17:31:08 +02:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5fd34ada4a7de6aed1a8c92475a907732d"
|
2016-05-06 12:58:37 +02:00
|
|
|
dependencies = [
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-25 18:48:31 +02:00
|
|
|
"parity-tokio-ipc 0.1.5 (git+https://github.com/nikvolf/parity-tokio-ipc)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-06 12:58:37 +02:00
|
|
|
]
|
|
|
|
|
2016-12-13 14:27:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-macros"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2018-07-03 17:31:08 +02:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5fd34ada4a7de6aed1a8c92475a907732d"
|
2016-12-13 14:27:27 +01:00
|
|
|
dependencies = [
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 14:27:27 +01:00
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-pubsub"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2018-07-03 17:31:08 +02:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5fd34ada4a7de6aed1a8c92475a907732d"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-server-utils"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2018-07-03 17:31:08 +02:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5fd34ada4a7de6aed1a8c92475a907732d"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
"globset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (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-04 15:38:04 +02:00
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
2016-08-19 10:20:39 +02:00
|
|
|
[[package]]
|
2016-11-22 11:56:27 +01:00
|
|
|
name = "jsonrpc-tcp-server"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2018-07-03 17:31:08 +02:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5fd34ada4a7de6aed1a8c92475a907732d"
|
2016-08-19 10:20:39 +02:00
|
|
|
dependencies = [
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 11:03:36 +01:00
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-14 13:29:26 +02:00
|
|
|
]
|
|
|
|
|
2017-04-13 16:32:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-ws-server"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "8.0.0"
|
2018-07-03 17:31:08 +02:00
|
|
|
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5fd34ada4a7de6aed1a8c92475a907732d"
|
2017-04-13 16:32:07 +02:00
|
|
|
dependencies = [
|
2017-11-13 22:52:25 +01:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-11 12:22:19 +02:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 10:28:10 +01:00
|
|
|
"ws 0.7.5 (git+https://github.com/tomusdrw/ws-rs)",
|
2017-04-13 16:32:07 +02:00
|
|
|
]
|
|
|
|
|
2017-11-10 19:04:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "keccak-hash"
|
2018-05-20 06:27:59 +02:00
|
|
|
version = "0.1.2"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
2017-11-10 19:04:55 +01:00
|
|
|
dependencies = [
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ethereum-types 0.3.2 (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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"plain_hasher 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
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-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
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)",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2017-10-12 15:36:27 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvdb-memorydb"
|
|
|
|
version = "0.1.0"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
2017-10-12 15:36:27 +02:00
|
|
|
dependencies = [
|
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
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-12 15:36:27 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvdb-rocksdb"
|
|
|
|
version = "0.1.0"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:50 +02:00
|
|
|
"fs-swap 0.2.3 (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)",
|
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
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
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-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"rocksdb 0.4.5 (git+https://github.com/paritytech/rust-rocksdb)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2018-03-14 13:40:54 +01:00
|
|
|
version = "0.2.11"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-04 16:12:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-30 09:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2018-03-24 06:43:28 +01:00
|
|
|
version = "0.6.0"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2018-02-09 09:32:06 +01:00
|
|
|
version = "0.2.36"
|
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 = [
|
2018-07-10 10:33:09 +02:00
|
|
|
"cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 15:18:50 +02:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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"
|
|
|
|
source = "git+https://github.com/paritytech/libusb-sys#14bdb698003731b6344a79e1d814704e44363e7c"
|
2017-02-10 01:07:06 +01:00
|
|
|
dependencies = [
|
2018-07-10 10:33:09 +02:00
|
|
|
"cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 01:07:06 +01:00
|
|
|
]
|
|
|
|
|
2016-09-27 18:02:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "0.4.2"
|
2016-09-27 18:02:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-30 14:04:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2017-10-05 12:35:01 +02:00
|
|
|
version = "0.5.0"
|
2016-08-30 14:04:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-22 14:54:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "local-encoding"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"skeptic 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-03 17:31:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.1.3"
|
|
|
|
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)",
|
|
|
|
"scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
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)",
|
|
|
|
]
|
|
|
|
|
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"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.6"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-11 13:57:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mem"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2018-01-19 13:46:11 +01:00
|
|
|
version = "2.0.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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 = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.4 (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 = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-07-02 18:50:05 +02:00
|
|
|
version = "0.2.0"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
2017-09-06 20:47:45 +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)",
|
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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (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
|
|
|
"plain_hasher 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2017-09-06 20:47:45 +02:00
|
|
|
]
|
|
|
|
|
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 = [
|
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
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"macros 0.1.0",
|
2017-10-20 12:11:34 +02:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
]
|
|
|
|
|
2017-09-25 19:45:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.0-alpha.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"mime 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2018-03-24 06:43:28 +01:00
|
|
|
version = "0.6.14"
|
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-03-24 06:43:28 +01:00
|
|
|
"lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-08 11:26:16 +02:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-08 17:03:25 +02:00
|
|
|
]
|
|
|
|
|
2016-10-30 09:56:34 +01:00
|
|
|
[[package]]
|
2017-03-22 07:02:14 +01:00
|
|
|
name = "mio-named-pipes"
|
2018-06-13 13:02:16 +02:00
|
|
|
version = "0.1.5"
|
|
|
|
source = "git+https://github.com/alexcrichton/mio-named-pipes#6ad80e67fe7993423b281bc13d307785ade05d37"
|
2016-10-30 09:56:34 +01:00
|
|
|
dependencies = [
|
2018-06-13 13:02:16 +02:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 13:02:16 +02:00
|
|
|
"miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-30 09:56:34 +01:00
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
2017-03-22 07:02:14 +01:00
|
|
|
name = "mio-uds"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.6.4"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2017-03-22 07:02:14 +01:00
|
|
|
version = "0.2.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-13 13:02:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"socket2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "multibase"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base-x 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "0.7.0"
|
2017-02-14 19:30:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-05 14:38:50 +02:00
|
|
|
"ring 0.12.1 (git+https://github.com/paritytech/ring)",
|
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"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.31"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-29 14:38:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "node-filter"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-08-29 14:38:01 +02:00
|
|
|
dependencies = [
|
2018-04-02 13:12:52 +02:00
|
|
|
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-20 12:32:00 +02:00
|
|
|
"ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"ethabi-derive 5.1.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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (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-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 12:26:20 +01:00
|
|
|
"tempdir 0.3.5 (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-03-27 04:35:51 +02:00
|
|
|
"num-bigint 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2018-03-27 04:35:51 +02:00
|
|
|
version = "0.1.43"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-27 04:35:51 +02:00
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-13 11:04:09 +02:00
|
|
|
"rand 0.3.20 (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-03-27 04:35:51 +02:00
|
|
|
version = "0.1.36"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-27 04:35:51 +02:00
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-24 19:10:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2018-03-27 04:35:51 +02:00
|
|
|
version = "0.1.35"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-27 04:35:51 +02:00
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.2 (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 = [
|
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-04-24 19:10:56 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2018-03-27 04:35:51 +02:00
|
|
|
version = "0.2.2"
|
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 = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2016-02-25 14:09:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.7"
|
2016-02-25 14:09:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-04 15:38:04 +02:00
|
|
|
"num-traits 0.1.43 (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"
|
|
|
|
version = "0.5.0"
|
|
|
|
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)",
|
2017-07-14 20:40:28 +02:00
|
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-10-19 18:35:56 +02:00
|
|
|
|
2017-07-03 07:31:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "panic_hook"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-01-19 13:46:11 +01:00
|
|
|
"backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
]
|
|
|
|
|
2017-05-23 12:28:22 +02:00
|
|
|
[[package]]
|
2018-07-11 13:35:10 +02:00
|
|
|
name = "parity-bytes"
|
|
|
|
version = "0.1.0"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
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 = [
|
2018-07-13 12:44:31 +02:00
|
|
|
"parity-ethereum 2.1.0",
|
2018-07-11 13:35:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-crypto"
|
|
|
|
version = "0.1.0"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
2018-07-11 13:35:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ring 0.12.1 (git+https://github.com/paritytech/ring)",
|
|
|
|
"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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-ethereum"
|
2018-07-13 12:44:31 +02:00
|
|
|
version = "2.1.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-04-11 12:56:37 +02:00
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-20 15:13:07 +02:00
|
|
|
"blooms-db 0.1.0",
|
2018-01-17 11:45:29 +01:00
|
|
|
"clap 2.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:28:22 +02:00
|
|
|
"ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)",
|
2018-03-20 16:28:01 +01:00
|
|
|
"daemonize 0.2.3 (git+https://github.com/paritytech/daemonize)",
|
2018-07-09 16:48:33 +02:00
|
|
|
"dir 0.1.1",
|
2018-01-17 11:45:29 +01:00
|
|
|
"docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
|
|
|
"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-01-11 17:49:10 +01:00
|
|
|
"ethcore-transaction 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
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-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"journaldb 0.2.0",
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 13:57:12 +02:00
|
|
|
"mem 0.1.0",
|
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)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"number_prefix 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-03 07:31:29 +02:00
|
|
|
"panic_hook 0.1.0",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
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",
|
|
|
|
"parity-reactor 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-rpc 1.12.0",
|
2017-05-23 12:28:22 +02:00
|
|
|
"parity-rpc-client 1.4.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-updater 1.12.0",
|
2018-07-13 12:44:31 +02:00
|
|
|
"parity-version 2.1.0",
|
2017-07-14 20:40:28 +02:00
|
|
|
"parity-whisper 0.1.0",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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
|
|
|
"path 0.1.1 (git+https://github.com/paritytech/parity-common)",
|
2017-05-23 12:28:22 +02:00
|
|
|
"pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 21:46:27 +01:00
|
|
|
"registrar 0.0.1",
|
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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2017-10-16 10:20:55 +02:00
|
|
|
"rpassword 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:28:22 +02:00
|
|
|
"rpc-cli 1.4.0",
|
2017-07-06 11:36:15 +02:00
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 11:54:41 +02:00
|
|
|
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 17:32:53 +01:00
|
|
|
"tempdir 0.3.5 (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)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 15:22:48 +02:00
|
|
|
"winapi 0.3.4 (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-04-02 13:12:52 +02:00
|
|
|
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-20 12:32:00 +02:00
|
|
|
"ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"ethabi-derive 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"hyper 0.11.24 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-05 12:35:01 +02:00
|
|
|
"mime 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime_guess 2.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2016-12-22 18:26:39 +01:00
|
|
|
"parity-reactor 0.1.0",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (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-01-17 11:45:29 +01:00
|
|
|
"cid 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"multihash 0.7.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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"unicase 2.1.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 = [
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore 1.12.0",
|
|
|
|
"ethcore-io 1.12.0",
|
2018-01-11 17:49:10 +01:00
|
|
|
"ethcore-transaction 0.1.0",
|
2017-12-01 09:40:07 +01:00
|
|
|
"ethkey 0.3.0",
|
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
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-26 14:19:08 +02:00
|
|
|
]
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-reactor"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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)",
|
2016-12-22 18:26:39 +01: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)",
|
|
|
|
"cid 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethash 1.12.0",
|
|
|
|
"ethcore 1.12.0",
|
|
|
|
"ethcore-devtools 1.12.0",
|
|
|
|
"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-01-11 17:49:10 +01:00
|
|
|
"ethcore-transaction 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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",
|
|
|
|
"ethstore 0.2.0",
|
2018-04-11 11:59:04 +02:00
|
|
|
"fake-fetch 0.0.1",
|
2018-06-26 09:03:38 +02:00
|
|
|
"fake-hardware-wallet 0.0.1",
|
2017-04-13 16:32:07 +02:00
|
|
|
"fetch 0.1.0",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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-04-25 16:25:43 +02:00
|
|
|
"hardware-wallet 1.12.0",
|
2017-09-14 19:28:43 +02:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-ipc-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
"macros 0.1.0",
|
2018-01-17 11:45:29 +01:00
|
|
|
"multihash 0.7.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)",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"parity-reactor 0.1.0",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-updater 1.12.0",
|
2018-07-13 12:44:31 +02:00
|
|
|
"parity-version 2.1.0",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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
|
|
|
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2017-04-27 18:23:22 +02:00
|
|
|
"pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"stats 0.1.0",
|
2018-01-19 17:32:53 +01:00
|
|
|
"tempdir 0.3.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-09-14 19:28:43 +02:00
|
|
|
"tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 08:22:54 +02:00
|
|
|
"transaction-pool 1.12.1",
|
2017-04-13 16:32:07 +02:00
|
|
|
"transient-hashmap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-01 12:37:57 +02:00
|
|
|
"vm 0.1.0",
|
2017-04-13 16:32:07 +02:00
|
|
|
]
|
|
|
|
|
2016-11-02 17:14:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parity-rpc-client"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-rpc 1.12.0",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-tokio-ipc"
|
2017-04-25 18:48:31 +02:00
|
|
|
version = "0.1.5"
|
2018-06-13 13:02:16 +02:00
|
|
|
source = "git+https://github.com/nikvolf/parity-tokio-ipc#2af3e5b6b746552d8181069a2c6be068377df1de"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 13:02:16 +02:00
|
|
|
"mio-named-pipes 0.1.5 (git+https://github.com/alexcrichton/mio-named-pipes)",
|
2017-03-22 07:02:14 +01:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"rand 0.3.20 (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-04 15:38:04 +02:00
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-25 18:48:31 +02:00
|
|
|
"tokio-named-pipes 0.1.0 (git+https://github.com/nikvolf/tokio-named-pipes)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"tokio-uds 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
2016-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 = [
|
2018-04-02 13:12:52 +02:00
|
|
|
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-20 12:32:00 +02:00
|
|
|
"ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"ethabi-derive 5.1.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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-04-03 16:49:23 +02:00
|
|
|
"lazy_static 1.0.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-04-03 16:49:23 +02:00
|
|
|
"matches 0.1.6 (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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-hash-fetch 1.12.0",
|
2018-07-13 12:44:31 +02:00
|
|
|
"parity-version 2.1.0",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (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
|
|
|
"path 0.1.1 (git+https://github.com/paritytech/parity-common)",
|
2018-04-04 00:16:29 +02:00
|
|
|
"rand 0.4.2 (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-04-03 16:49:23 +02:00
|
|
|
"tempdir 0.3.5 (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"
|
2018-07-13 12:44:31 +02:00
|
|
|
version = "2.1.0"
|
2017-12-22 14:37:39 +01:00
|
|
|
dependencies = [
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-04-04 11:54:41 +02:00
|
|
|
"rustc_version 0.2.2 (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-02-08 12:38:56 +01:00
|
|
|
"toml 0.4.5 (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-07-03 17:31:08 +02:00
|
|
|
version = "0.31.0"
|
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-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (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-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-network 1.12.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 13:57:12 +02:00
|
|
|
"mem 0.1.0",
|
2017-07-14 20:40:28 +02:00
|
|
|
"ordered-float 0.5.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
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-14 20:40:28 +02:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
2017-12-01 09:40:07 +01:00
|
|
|
version = "1.2.0"
|
2017-04-01 08:26:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-01 08:26:44 +02:00
|
|
|
]
|
|
|
|
|
2018-01-19 13:46:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2018-07-03 17:31:08 +02:00
|
|
|
version = "0.6.2"
|
2018-01-19 13:46:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-03 17:31:08 +02:00
|
|
|
"lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 13:46:11 +01:00
|
|
|
"parking_lot_core 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-10-19 18:35:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.2.6"
|
2016-07-13 19:59:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-30 15:42:37 +02:00
|
|
|
"backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-13 19:59:59 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-30 15:42:37 +02:00
|
|
|
"petgraph 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-30 15:42:37 +02:00
|
|
|
"thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-13 19:59:59 +02:00
|
|
|
]
|
|
|
|
|
2017-03-22 06:23:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "path"
|
2018-07-09 16:48:33 +02:00
|
|
|
version = "0.1.1"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
2017-03-22 06:23:40 +01:00
|
|
|
|
2017-09-12 19:23:02 +02:00
|
|
|
[[package]]
|
2017-11-10 18:31:31 +01:00
|
|
|
name = "patricia-trie"
|
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
|
|
|
version = "0.2.1"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
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)",
|
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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-05 17:15:03 +02:00
|
|
|
"heapsize 0.4.2 (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)",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"rand 0.4.2 (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)",
|
|
|
|
"ethereum-types 0.3.2 (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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"keccak-hasher 0.1.0",
|
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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-30 15:42:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.4.12"
|
|
|
|
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"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.7.21"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.7.21"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.7.21"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.7.21"
|
2016-05-26 18:21:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 18:21:15 +02:00
|
|
|
]
|
2016-04-07 12:10:26 +02:00
|
|
|
|
2017-08-17 20:40:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "plain_hasher"
|
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
|
|
|
version = "0.1.0"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
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)",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
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-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"hyper 0.11.24 (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-07-03 17:31:08 +02:00
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (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-01-19 13:46:11 +01:00
|
|
|
"primal-sieve 0.2.8 (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-03-27 04:35:51 +02:00
|
|
|
"num-integer 0.1.36 (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-01-19 13:46:11 +01:00
|
|
|
version = "0.2.8"
|
2016-02-18 01:47:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"hamming 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"primal-bit 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 01:47:47 +01:00
|
|
|
"primal-estimate 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 01:47:47 +01:00
|
|
|
]
|
|
|
|
|
2018-03-13 12:43:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2018-04-05 10:31:06 +02:00
|
|
|
version = "0.3.1"
|
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-04-04 15:38:04 +02:00
|
|
|
version = "1.5.1"
|
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 = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-11-25 21:27:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pwasm-run-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"clap 2.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-logger 1.12.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"serde_json 1.0.9 (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"
|
2018-07-03 17:31:08 +02:00
|
|
|
version = "0.2.2"
|
2018-03-26 10:55:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-03 17:31:08 +02:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-wasm 0.31.0 (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"
|
|
|
|
|
2017-01-11 20:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2018-04-05 10:31:06 +02:00
|
|
|
version = "0.5.1"
|
2017-01-11 20:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-13 12:43:24 +01:00
|
|
|
dependencies = [
|
2018-04-05 10:31:06 +02:00
|
|
|
"proc-macro2 0.3.1 (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-01-17 11:45:29 +01:00
|
|
|
version = "0.3.20"
|
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)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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-03-27 04:35:51 +02:00
|
|
|
version = "0.4.2"
|
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)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 04:35:51 +02:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-14 22:43:28 +01:00
|
|
|
]
|
|
|
|
|
2018-03-14 13:40:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2018-04-04 14:05:21 +02:00
|
|
|
version = "1.0.1"
|
2018-03-14 13:40:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 14:05:21 +02:00
|
|
|
"rayon-core 1.4.0 (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-04-04 14:05:21 +02:00
|
|
|
version = "1.4.0"
|
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)",
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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-07-13 11:04:09 +02:00
|
|
|
"rand 0.3.20 (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-01-19 13:46:11 +01:00
|
|
|
version = "0.2.5"
|
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
|
|
|
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-28 19:06:08 +02:00
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-03-28 19:06:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.1"
|
2017-03-28 19:06:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 21:46:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "registrar"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-04-02 13:12:52 +02:00
|
|
|
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-20 12:32:00 +02:00
|
|
|
"ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"ethabi-derive 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
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-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "0.12.1"
|
2018-07-10 10:33:09 +02:00
|
|
|
source = "git+https://github.com/paritytech/ring#bae475e9f7ea7dd4ae671bef4b576089a9b06731"
|
2017-02-14 19:30:37 +01:00
|
|
|
dependencies = [
|
2018-07-10 10:33:09 +02:00
|
|
|
"cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 14:38:50 +02:00
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-11 11:41:02 +02:00
|
|
|
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 14:38:50 +02:00
|
|
|
"tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 19:30:37 +01:00
|
|
|
]
|
|
|
|
|
2016-09-01 13:36:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rlp"
|
2017-11-10 20:21:24 +01:00
|
|
|
version = "0.2.1"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
2016-09-01 13:36:32 +02:00
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.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)",
|
2016-09-01 13:36:32 +02:00
|
|
|
]
|
|
|
|
|
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)",
|
2018-02-23 10:12:52 +01:00
|
|
|
"lazy_static 1.0.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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
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-04-05 10:31:06 +02:00
|
|
|
"quote 0.5.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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-04-05 10:31:06 +02:00
|
|
|
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-20 06:01:46 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
2016-05-30 15:38:23 +02:00
|
|
|
version = "0.4.5"
|
2018-01-19 14:33:38 +01:00
|
|
|
source = "git+https://github.com/paritytech/rust-rocksdb#ecf06adf3148ab10f6f7686b724498382ff4f36e"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-22 14:54:08 +02:00
|
|
|
"local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-29 15:17:27 +02:00
|
|
|
"rocksdb-sys 0.3.0 (git+https://github.com/paritytech/rust-rocksdb)",
|
2016-05-30 15:38:23 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocksdb-sys"
|
|
|
|
version = "0.3.0"
|
2018-01-19 14:33:38 +01:00
|
|
|
source = "git+https://github.com/paritytech/rust-rocksdb#ecf06adf3148ab10f6f7686b724498382ff4f36e"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2018-07-10 10:33:09 +02:00
|
|
|
"cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-19 14:33:38 +01:00
|
|
|
"local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-02 10:08:04 +01:00
|
|
|
"snappy-sys 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2016-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)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-16 10:20:55 +02:00
|
|
|
"rprompt 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 18:23:53 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rpc-cli"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"parity-rpc 1.12.0",
|
2016-11-02 17:14:05 +01:00
|
|
|
"parity-rpc-client 1.4.0",
|
2017-10-16 10:20:55 +02:00
|
|
|
"rpassword 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
2017-10-16 10:20:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rprompt"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rust-crypto"
|
2016-06-15 01:27:47 +02:00
|
|
|
version = "0.2.36"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-25 19:45:33 +02:00
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"rand 0.3.20 (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)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-07-11 12:23:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.5"
|
2017-07-11 12:23:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-06 11:36:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hex"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.3.24"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-15 14:03:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2018-04-04 11:54:41 +02:00
|
|
|
version = "0.2.2"
|
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"
|
|
|
|
version = "0.11.0"
|
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 = [
|
|
|
|
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 14:38:50 +02:00
|
|
|
"ring 0.12.1 (git+https://github.com/paritytech/ring)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"sct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webpki 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-09-14 19:28:43 +02:00
|
|
|
|
2016-09-03 01:34:32 +02:00
|
|
|
[[package]]
|
2018-03-14 13:40:54 +01:00
|
|
|
name = "safemem"
|
|
|
|
version = "0.2.0"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-10 18:03:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
2018-03-14 13:40:54 +01:00
|
|
|
name = "sct"
|
|
|
|
version = "0.2.0"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-05 14:38:50 +02:00
|
|
|
"ring 0.12.1 (git+https://github.com/paritytech/ring)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"untrusted 0.5.1 (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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-07-23 13:57:50 +02:00
|
|
|
version = "1.0.70"
|
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-04-05 10:31:06 +02:00
|
|
|
version = "1.0.37"
|
2017-05-23 12:31:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-05 10:31:06 +02:00
|
|
|
"proc-macro2 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive_internals 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 12:31:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2018-04-05 10:31:06 +02:00
|
|
|
version = "0.23.0"
|
2017-05-23 12:31:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-05 10:31:06 +02:00
|
|
|
"proc-macro2 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2017-08-02 12:50:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_ignored"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 12:50:36 +02:00
|
|
|
]
|
|
|
|
|
2017-02-02 19:11:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "1.0.9"
|
2017-02-02 19:11:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-25 19:45:33 +02:00
|
|
|
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (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"
|
2016-08-08 17:03:25 +02:00
|
|
|
version = "0.2.0"
|
2016-05-27 13:03:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-13 23:38:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shell32-sys"
|
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)",
|
|
|
|
]
|
|
|
|
|
2016-10-21 11:57:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.2.2"
|
2016-10-21 11:57:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-22 14:54:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "skeptic"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"pulldown-cmark 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-06-02 11:49:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-30 09:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-24 06:43:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-25 11:03:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-13 14:48:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.3"
|
2016-12-13 14:48:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-29 19:59:20 +02:00
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-29 19:59:20 +02:00
|
|
|
]
|
2016-12-13 14:48:03 +01:00
|
|
|
|
2017-10-10 20:01:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "snappy"
|
|
|
|
version = "0.1.0"
|
2018-07-13 12:25:46 +02:00
|
|
|
source = "git+https://github.com/paritytech/rust-snappy#798408ffef8f86dd51481673aca10f5348d7491b"
|
2017-10-10 20:01:27 +02:00
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-02 10:08:04 +01:00
|
|
|
"snappy-sys 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snappy-sys"
|
|
|
|
version = "0.1.0"
|
2018-07-13 12:25:46 +02:00
|
|
|
source = "git+https://github.com/paritytech/rust-snappy#798408ffef8f86dd51481673aca10f5348d7491b"
|
2017-12-02 10:08:04 +01:00
|
|
|
dependencies = [
|
2018-07-13 12:25:46 +02:00
|
|
|
"cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-10 20:01:27 +02:00
|
|
|
]
|
|
|
|
|
2018-06-13 13:02:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-28 19:06:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-17 16:18:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stats"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 16:18:31 +01:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
2018-01-19 13:46:31 +01:00
|
|
|
name = "stop-guard"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
2016-02-14 17:35:45 +01:00
|
|
|
name = "strsim"
|
2017-03-28 19:06:08 +02:00
|
|
|
version = "0.6.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-11 20:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2018-04-05 10:31:06 +02:00
|
|
|
version = "0.13.1"
|
2017-05-23 12:31:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-05 10:31:06 +02:00
|
|
|
"proc-macro2 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.1 (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
|
|
|
]
|
|
|
|
|
2017-01-25 11:03:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "take"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-22 09:04:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "target_info"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-02 17:14:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 17:14:05 +01:00
|
|
|
]
|
|
|
|
|
2018-04-05 14:38:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "2.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)",
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.20 (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-05 14:38:50 +02:00
|
|
|
"winapi 0.2.8 (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)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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-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 = [
|
|
|
|
"libc 0.2.36 (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 = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"unicode-width 0.1.4 (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 = [
|
|
|
|
"libc 0.2.36 (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-05-30 15:42:37 +02:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-04-24 19:10:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.3.4"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-14 13:40:54 +01:00
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-09 14:11:15 +01:00
|
|
|
]
|
|
|
|
|
2017-12-01 09:40:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
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"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.38"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-24 19:10:56 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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)",
|
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
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-udp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-01-17 11:45:29 +01:00
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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)",
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"tokio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-16 12:02:23 +02:00
|
|
|
"tokio-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.21 (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-04-04 15:38:04 +02:00
|
|
|
version = "0.1.6"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-03 10:27:37 +02:00
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-named-pipes"
|
|
|
|
version = "0.1.0"
|
2017-04-25 18:48:31 +02:00
|
|
|
source = "git+https://github.com/nikvolf/tokio-named-pipes#0b9b728eaeb0a6673c287ac7692be398fd651752"
|
2017-03-22 07:02:14 +01:00
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-13 13:02:16 +02:00
|
|
|
"mio-named-pipes 0.1.5 (git+https://github.com/alexcrichton/mio-named-pipes)",
|
2018-04-16 12:02:23 +02:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-22 07:02:14 +01:00
|
|
|
]
|
|
|
|
|
2017-01-25 11:03:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-proto"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.1"
|
2017-01-25 11:03:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 11:03:36 +01:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-16 12:02:23 +02:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"tokio-io 0.1.6 (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)",
|
|
|
|
]
|
|
|
|
|
2018-04-04 15:38:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.20 (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"
|
|
|
|
version = "0.4.0"
|
2017-01-25 11:03:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"rustls 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"tokio-proto 0.1.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-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tcp"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.1 (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-04-04 15:38:04 +02:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.2 (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-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-udp"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-22 07:02:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-uds"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.5"
|
2017-03-22 07:02:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:38:04 +02:00
|
|
|
"futures 0.1.21 (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-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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-03-24 06:43:28 +01:00
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"mio-uds 0.6.4 (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-04 15:38:04 +02:00
|
|
|
"tokio-io 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"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.4.5"
|
2016-09-10 11:37:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-10 11:37:14 +02:00
|
|
|
]
|
|
|
|
|
2018-02-23 19:49:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "trace-time"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (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-06-12 08:22:54 +02:00
|
|
|
version = "1.12.1"
|
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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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)",
|
2017-12-19 10:20:49 +01:00
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-13 17:34:27 +02:00
|
|
|
"trace-time 0.1.0",
|
2017-12-19 10:20:49 +01:00
|
|
|
]
|
|
|
|
|
2016-02-23 18:51:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "transient-hashmap"
|
2017-03-20 19:15:02 +01:00
|
|
|
version = "0.4.0"
|
2016-02-27 15:56:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-23 18:51:29 +01:00
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trezor-sys"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "git+https://github.com/paritytech/trezor-sys#8a401705e58c83db6c29c199d9577b78fde40709"
|
|
|
|
dependencies = [
|
2018-04-04 15:38:04 +02:00
|
|
|
"protobuf 1.5.1 (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"
|
|
|
|
version = "0.1.0"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
2018-02-19 12:03:54 +01:00
|
|
|
dependencies = [
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-02-19 12:03:54 +01:00
|
|
|
]
|
|
|
|
|
2017-09-03 09:11:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "triehash"
|
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
|
|
|
version = "0.2.0"
|
2018-07-12 13:45:02 +02:00
|
|
|
source = "git+https://github.com/paritytech/parity-common#5f05acd90cf173f2e1ce477665be2a40502fef42"
|
2017-09-03 09:11:14 +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-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (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
|
|
|
"hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
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 = [
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"keccak-hasher 0.1.0",
|
|
|
|
"triehash 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
]
|
2018-07-02 18:50:05 +02:00
|
|
|
|
2018-01-10 13:35:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uint"
|
2018-05-23 11:27:45 +02:00
|
|
|
version = "0.2.1"
|
2018-01-10 13:35:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"heapsize 0.4.2 (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-04-04 11:54:41 +02:00
|
|
|
"rustc_version 0.2.2 (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 = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
2017-09-25 19:45:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2018-01-17 11:45:29 +01:00
|
|
|
version = "2.1.0"
|
2017-09-25 19:45:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-17 11:45:29 +01:00
|
|
|
"version_check 0.1.3 (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 = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.5"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-03 09:40:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "1.2.0"
|
2017-04-03 09:40:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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-03-28 19:06:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-14 19:30:37 +01:00
|
|
|
[[package]]
|
2017-09-14 19:28:43 +02:00
|
|
|
name = "unreachable"
|
|
|
|
version = "1.0.0"
|
2017-02-14 19:30:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-14 19:28:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-02-14 19:30:37 +01:00
|
|
|
|
2016-04-24 19:10:56 +02:00
|
|
|
[[package]]
|
2017-09-14 19:28:43 +02:00
|
|
|
name = "untrusted"
|
|
|
|
version = "0.5.1"
|
2016-04-24 19:10:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-14 17:35:45 +01:00
|
|
|
|
2016-12-22 18:26:39 +01:00
|
|
|
[[package]]
|
2017-09-14 19:28:43 +02:00
|
|
|
name = "url"
|
|
|
|
version = "1.5.1"
|
2016-12-22 18:26:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 18:26:39 +01:00
|
|
|
]
|
|
|
|
|
2017-08-01 12:37:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "using_queue"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
2016-07-06 11:23:29 +02:00
|
|
|
name = "utf8-ranges"
|
2017-03-28 19:06:08 +02:00
|
|
|
version = "1.0.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-04-11 13:21:55 +02:00
|
|
|
|
2017-07-10 17:42:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-21 21:14:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "0.1.1"
|
2016-02-21 21:14:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-09-14 19:28:43 +02:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 21:14:09 +01:00
|
|
|
]
|
|
|
|
|
2017-09-14 19:28:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-01 12:37:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-01 12:37:57 +02:00
|
|
|
"common-types 0.1.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-01 12:37:57 +02:00
|
|
|
"ethjson 0.1.0",
|
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
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (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
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2018-07-02 18:50:05 +02:00
|
|
|
"patricia-trie-ethereum 0.1.0",
|
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
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
2017-08-01 12:37:57 +02:00
|
|
|
]
|
|
|
|
|
2016-04-07 14:24:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
2016-04-24 19:10:56 +02:00
|
|
|
version = "1.0.2"
|
2016-04-07 14:24:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-08 12:33:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-logger 1.12.0",
|
2018-05-23 11:27:45 +02:00
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-09 09:32:06 +01:00
|
|
|
"libc 0.2.36 (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-07-03 17:31:08 +02:00
|
|
|
"parity-wasm 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pwasm-utils 0.2.2 (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-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (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-07-03 17:31:08 +02:00
|
|
|
"parity-wasm 0.31.0 (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"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-05 14:38:50 +02:00
|
|
|
"ring 0.12.1 (git+https://github.com/paritytech/ring)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webpki 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-09 16:35:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "whisper-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 16:25:43 +02:00
|
|
|
"ethcore-logger 1.12.0",
|
|
|
|
"ethcore-network 1.12.0",
|
|
|
|
"ethcore-network-devp2p 1.12.0",
|
2018-04-09 16:35:45 +02:00
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"panic_hook 0.1.0",
|
|
|
|
"parity-whisper 0.1.0",
|
2018-07-23 13:57:50 +02:00
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-09 16:35:45 +02:00
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-02-09 09:32:06 +01:00
|
|
|
version = "0.3.4"
|
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"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
2017-04-13 16:32:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ws"
|
2018-02-20 10:28:10 +01:00
|
|
|
version = "0.7.5"
|
2018-03-24 06:43:28 +01:00
|
|
|
source = "git+https://github.com/tomusdrw/ws-rs#f12d19c4c19422fc79af28a3181f598bc07ecd1e"
|
2017-04-13 16:32:07 +02:00
|
|
|
dependencies = [
|
2018-02-09 09:32:06 +01:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 13:40:54 +01:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 06:43:28 +01:00
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 11:45:29 +01:00
|
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
"sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 19:28:43 +02:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-13 16:32:07 +02:00
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-13 23:38:29 +01:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-12-13 23:38:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
2017-09-14 19:28:43 +02:00
|
|
|
version = "2.1.0"
|
2016-12-13 23:38:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
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
|
|
|
"bitflags 1.0.1 (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-01-19 13:46:11 +01:00
|
|
|
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
|
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-04-20 10:38:30 +02:00
|
|
|
"checksum app_dirs 1.2.1 (git+https://github.com/paritytech/app-dirs-rs)" = "<none>"
|
2018-01-19 13:46:11 +01:00
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
2018-05-09 15:58:02 +02:00
|
|
|
"checksum assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "664470abf00fae0f31c0eb6e1ca12d82961b2a2541ef898bc9dd51a9254d218b"
|
2018-04-11 12:56:37 +02:00
|
|
|
"checksum atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "af80143d6f7608d746df1520709e5d141c96f240b0e62b0aa41bdfb53374d9d4"
|
2018-01-19 13:46:11 +01:00
|
|
|
"checksum backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbbf59b1c43eefa8c3ede390fcc36820b4999f7914104015be25025e0d62af2"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum backtrace-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "c63ea141ef8fdb10409d0f5daf30ac51f84ef43bff66f16627773d2a292cd189"
|
2017-02-14 19:30:37 +01:00
|
|
|
"checksum base-x 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f59103b47307f76e03bef1633aec7fa9e29bfb5aa6daf5a334f94233c71f6c1"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "229d032f1a99302697f10b27167ae6d03d49d032e6a8e2550e8d3fc13356d2b4"
|
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-01-14 22:43:28 +01:00
|
|
|
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
|
2017-03-28 00:42:37 +02:00
|
|
|
"checksum bn 0.4.4 (git+https://github.com/paritytech/bn)" = "<none>"
|
2018-02-09 09:32:06 +01:00
|
|
|
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1b7db437d718977f6dc9b2e3fd6fc343c02ac6b899b73fdd2179163447bd9ce9"
|
2018-07-10 10:33:09 +02:00
|
|
|
"checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
2018-05-10 12:34:36 +02:00
|
|
|
"checksum chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1cce36c92cb605414e9b824f866f5babe0a0368e39ea07393b9b63cf3844c0e6"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum cid 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d85ee025368e69063c420cbb2ed9f852cb03a5e69b73be021e65726ce03585b6"
|
|
|
|
"checksum clap 2.29.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8f4a2b3bb7ef3c672d7c13d15613211d5a6976b6892c598b0fcb5d40765f19c2"
|
2018-07-13 12:25:46 +02:00
|
|
|
"checksum cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "95470235c31c726d72bf2e1f421adc1e65b9d561bf5529612cbe1a72da1467b3"
|
2018-01-19 13:46:11 +01:00
|
|
|
"checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19"
|
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-04-04 15:38:04 +02:00
|
|
|
"checksum crossbeam-deque 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c1bdc73742c36f7f35ebcda81dbb33a7e0d33757d03a06d9ddca762712ec5ea2"
|
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-04-04 15:38:04 +02:00
|
|
|
"checksum crossbeam-epoch 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9b4e2817eb773f770dcb294127c011e22771899c21d18fce7dd739c0b9832e81"
|
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-04-04 15:38:04 +02:00
|
|
|
"checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b"
|
2017-08-22 17:05:28 +02:00
|
|
|
"checksum crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda"
|
2018-03-14 13:40:54 +01:00
|
|
|
"checksum ct-logs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61cd11fb222fecf889f4531855c614548e92e8bd2eb178e35296885df5ee9a7c"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)" = "<none>"
|
2018-03-20 16:28:01 +01:00
|
|
|
"checksum daemonize 0.2.3 (git+https://github.com/paritytech/daemonize)" = "<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-01-17 11:45:29 +01:00
|
|
|
"checksum docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d8acd393692c503b168471874953a2531df0e9ab77d0b6bbc582395743300a4a"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
2017-12-01 09:40:07 +01:00
|
|
|
"checksum edit-distance 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6a34f5204fbc13582de418611cf3a7dcdd07c6d312a5b631597ba72c06b9d9c9"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
|
2018-03-22 09:24:46 +01:00
|
|
|
"checksum elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88d4851b005ef16de812ea9acdb7bece2f0a40dd86c07b85631d7dafa54537bb"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
|
|
|
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
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-04-02 13:12:52 +02:00
|
|
|
"checksum ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05e33a914b94b763f0a92333e4e5c95c095563f06ef7d6b295b3d3c2cf31e21f"
|
2018-04-20 12:32:00 +02:00
|
|
|
"checksum ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "210c9e21d164c15b6ef64fe601e0e12a3c84a031d5ef558e38463e53edbd22ed"
|
2018-04-05 10:31:06 +02:00
|
|
|
"checksum ethabi-derive 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d2bc7099baa147187aedaecd9fe04a6c0541c82bc43ff317cb6900fe2b983d74"
|
2018-04-02 13:12:52 +02:00
|
|
|
"checksum ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a93a43ce2e9f09071449da36bfa7a1b20b950ee344b6904ff23de493b03b386"
|
2018-05-23 11:27:45 +02:00
|
|
|
"checksum ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c48729b8aea8aedb12cf4cb2e5cef439fdfe2dda4a89e47eeebd15778ef53b6"
|
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"
|
2016-12-05 18:15:05 +01:00
|
|
|
"checksum fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1ee15a7050e5580b3712877157068ea713b245b080ff302ae2ca973cfcd9baa"
|
2018-04-11 13:57:12 +02:00
|
|
|
"checksum fixed-hash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18d6fd718fb4396e7a9c93ac59ba7143501467ca7a143c145b5555a571d5576"
|
2018-05-30 15:42:37 +02:00
|
|
|
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
|
2017-05-23 12:26:39 +02:00
|
|
|
"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344"
|
2018-07-05 15:18:50 +02:00
|
|
|
"checksum fs-swap 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67f816b2a5f8a6628764a4323d1a8d9ad5303266c4e4e4486ba680f477ba7e62"
|
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-04-04 15:38:04 +02:00
|
|
|
"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
|
2018-02-09 09:32:06 +01:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "65922871abd2f101a2eb0eaebadc66668e54a87ad9c3dd82520b5f86ede5eff9"
|
2018-01-19 13:46:11 +01:00
|
|
|
"checksum globset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "464627f948c3190ae3d04b1bc6d7dca2f785bda0ac01278e6db129ad383dbeb6"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum hamming 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65043da274378d68241eb9a8f8f8aa54e349136f7b8e12f63e3ef44043cc30e1"
|
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
|
|
|
"checksum hashdb 0.2.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
2018-02-09 09:32:06 +01:00
|
|
|
"checksum heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461"
|
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>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)" = "df4dd5dae401458087396b6db7fabc4d6760aa456a5fa8e92bda549f39cae661"
|
2018-03-14 13:40:54 +01:00
|
|
|
"checksum hyper-rustls 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d6cdc1751771a14b8175764394f025e309a28c825ed9eaf97fa62bb831dc8c5"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
2018-04-10 19:25:27 +02:00
|
|
|
"checksum igd 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a254e265e8810deb357a9de757f784787ec415d056ededf410c0aa460afee9e"
|
2017-02-20 16:42:09 +01:00
|
|
|
"checksum integer-encoding 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a053c9c7dcb7db1f2aa012c37dc176c62e4cdf14898dee0eecc606de835b8acb"
|
2017-11-14 12:59:01 +01:00
|
|
|
"checksum interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "141340095b15ed7491bd3d4ced9d20cebfb826174b6bb03386381f62b01e3d77"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)" = "2134e210e2a024b5684f90e1556d5f71a1ce7f8b12e9ac9924c67fb36f63b336"
|
|
|
|
"checksum itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4833d6978da405305126af4ac88569b5d71ff758581ce5a987dbfa3755f694fc"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)" = "<none>"
|
|
|
|
"checksum jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)" = "<none>"
|
|
|
|
"checksum jsonrpc-ipc-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)" = "<none>"
|
|
|
|
"checksum jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)" = "<none>"
|
|
|
|
"checksum jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)" = "<none>"
|
|
|
|
"checksum jsonrpc-server-utils 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)" = "<none>"
|
|
|
|
"checksum jsonrpc-tcp-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)" = "<none>"
|
|
|
|
"checksum jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)" = "<none>"
|
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
|
|
|
"checksum keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
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
|
|
|
"checksum kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
|
|
"checksum kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
|
|
"checksum kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2018-03-14 13:40:54 +01:00
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
2018-01-04 16:12:12 +01:00
|
|
|
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef"
|
2018-02-09 09:32:06 +01:00
|
|
|
"checksum libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "1e5d97d6708edaa407429faa671b942dc0f2727222fb6b6539bf1db936e4b121"
|
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"
|
2017-10-05 12:35:01 +02:00
|
|
|
"checksum linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2aab0478615bb586559b0114d94dd8eca4fdbb73b443adcb0d00b61692b4bf"
|
2017-06-22 14:54:08 +02:00
|
|
|
"checksum local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1ceb20f39ff7ae42f3ff9795f3986b1daad821caaa1e1732a0944103a5a1a66"
|
2018-07-03 17:31:08 +02:00
|
|
|
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
|
2018-03-14 13:40:54 +01:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
|
|
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d06ff7ff06f729ce5f4e227876cb88d10bc59cd4ae1e09fbb2bde15c850dc21"
|
|
|
|
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
2018-01-19 13:46:11 +01:00
|
|
|
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
|
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"
|
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
|
|
|
"checksum memorydb 0.2.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
2017-09-25 19:45:33 +02:00
|
|
|
"checksum mime 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e3d709ffbb330e1566dc2f2a3c9b58a5ad4a381f740b810cd305dc3f089bc160"
|
|
|
|
"checksum mime_guess 2.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "27a5e6679a0614e25adc14c6434ba84e41632b765a6d9cb2031a0cca682699ae"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "6d771e3ef92d58a8da8df7d6976bfca9371ed1de6619d9d5a5ce5b1f29b85bfe"
|
2018-06-13 13:02:16 +02:00
|
|
|
"checksum mio-named-pipes 0.1.5 (git+https://github.com/alexcrichton/mio-named-pipes)" = "<none>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1731a873077147b626d89cc6c2a0db6288d607496c5d10c0cfcf3adc697ec673"
|
2017-03-22 07:02:14 +01:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2018-06-13 13:02:16 +02:00
|
|
|
"checksum miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9224c91f82b3c47cf53dcf78dfaa20d6888fbcc5d272d5f2fcdf8a697f3c987d"
|
2017-02-14 19:30:37 +01:00
|
|
|
"checksum multibase 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9c35dac080fd6e16a99924c8dfdef0af89d797dd851adab25feaffacf7850d6"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum multihash 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d49add5f49eb08bfc4d01ff286b84a48f53d45314f165c2d6efe477222d24f3"
|
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"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
|
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"
|
|
|
|
"checksum num-bigint 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "81b483ea42927c463e191802e7334556b48e7875297564c0e9951bd3a0ae53e3"
|
|
|
|
"checksum num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe"
|
|
|
|
"checksum num-iter 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "4b226df12c5a59b63569dd57fafb926d91b385dfce33d8074a412411b689d593"
|
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-03-27 04:35:51 +02:00
|
|
|
"checksum num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364"
|
2018-05-10 12:34:36 +02:00
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum number_prefix 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "59a14be9c211cb9c602bad35ac99f41e9a84b44d71b8cbd3040e3bd02a214902"
|
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"
|
2017-07-14 20:40:28 +02:00
|
|
|
"checksum ordered-float 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "58d25b6c0e47b20d05226d288ff434940296e7e2f8b877975da32f862152241f"
|
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"
|
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
|
|
|
"checksum parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
|
|
"checksum parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
2017-04-25 18:48:31 +02:00
|
|
|
"checksum parity-tokio-ipc 0.1.5 (git+https://github.com/nikvolf/parity-tokio-ipc)" = "<none>"
|
2018-07-03 17:31:08 +02:00
|
|
|
"checksum parity-wasm 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1c91199d14bd5b78ecade323d4a891d094799749c1b9e82d9c590c2e2849a40"
|
2017-12-01 09:40:07 +01:00
|
|
|
"checksum parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d0dec124478845b142f68b446cbee953d14d4b41f1bc0425024417720dce693"
|
2018-07-03 17:31:08 +02:00
|
|
|
"checksum parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "901d6514273469bb17380c1ac3f51fb3ce54be1f960e51a6f04901eba313ab8d"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum parking_lot_core 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4f610cb9664da38e417ea3225f23051f589851999535290e077939838ab7a595"
|
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
|
|
|
"checksum path 0.1.1 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
|
|
"checksum patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
|
2018-05-30 15:42:37 +02:00
|
|
|
"checksum petgraph 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "8b30dc85588cd02b9b76f5e386535db546d21dc68506cff2abebee0b6445e8e4"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
|
|
|
|
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
|
|
|
|
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
|
|
|
|
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
|
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
|
|
|
"checksum plain_hasher 0.1.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
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-01-19 13:46:11 +01:00
|
|
|
"checksum primal-sieve 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c0911abe7b63ddec27527ba7579c3017f645eb992be6ddbfad605e34aca01876"
|
2018-04-05 10:31:06 +02:00
|
|
|
"checksum proc-macro2 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "388d7ea47318c5ccdeb9ba6312cee7d3f65dd2804be8580a170fce410d50b786"
|
2018-04-04 15:38:04 +02:00
|
|
|
"checksum protobuf 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40e2484e639dcae0985fc483ad76ce7ad78ee5aa092751d7d538f0b20d76486b"
|
2017-06-22 14:54:08 +02:00
|
|
|
"checksum pulldown-cmark 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8361e81576d2e02643b04950e487ec172b687180da65c731c03cf336784e6c07"
|
2018-07-03 17:31:08 +02:00
|
|
|
"checksum pwasm-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "90d2b3c5bf24275fc77db6b14ec00a7a085d8ff9d1c4215fb6f6263e8d7b01bc"
|
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-04-05 10:31:06 +02:00
|
|
|
"checksum quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7b0ff51282f28dc1b53fd154298feaa2e77c5ea0dba68e1fd8b03b72fbe13d2a"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
|
2018-03-27 04:35:51 +02:00
|
|
|
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
|
2018-04-04 14:05:21 +02:00
|
|
|
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
|
|
|
|
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
|
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-01-19 13:46:11 +01:00
|
|
|
"checksum regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "744554e01ccbd98fff8c457c3b092cd67af62a555a43bfe97ae8a0451f7799fa"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
|
2018-04-05 14:38:50 +02:00
|
|
|
"checksum ring 0.12.1 (git+https://github.com/paritytech/ring)" = "<none>"
|
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
|
|
|
"checksum rlp 0.2.1 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
2017-03-29 15:17:27 +02:00
|
|
|
"checksum rocksdb 0.4.5 (git+https://github.com/paritytech/rust-rocksdb)" = "<none>"
|
|
|
|
"checksum rocksdb-sys 0.3.0 (git+https://github.com/paritytech/rust-rocksdb)" = "<none>"
|
2017-10-16 10:20:55 +02:00
|
|
|
"checksum rpassword 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b273c91bd242ca03ad6d71c143b6f17a48790e61f21a6c78568fa2b6774a24a4"
|
|
|
|
"checksum rprompt 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1601f32bc5858aae3cbfa1c645c96c4d820cc5c16be0194f089560c00b6eb625"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
|
2017-07-06 11:36:15 +02:00
|
|
|
"checksum rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2018-04-04 11:54:41 +02:00
|
|
|
"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
|
2018-03-14 13:40:54 +01:00
|
|
|
"checksum rustls 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc9f2e05fd6a3ce1530cd5dbcc553d2f94d7749fe3e4f5b443668eddd842889e"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
2016-12-22 18:26:39 +01:00
|
|
|
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
|
2017-09-10 18:03:35 +02:00
|
|
|
"checksum scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c79eb2c3ac4bc2507cda80e7f3ac5b88bd8eae4c0914d5663e6a8933994be918"
|
2018-03-14 13:40:54 +01:00
|
|
|
"checksum sct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1137b767bbe1c4d30656993bdd97422ed41255d9400b105d735f8c7d9e800632"
|
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-07-23 13:57:50 +02:00
|
|
|
"checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920"
|
2018-04-05 10:31:06 +02:00
|
|
|
"checksum serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "f1711ab8b208541fa8de00425f6a577d90f27bb60724d2bb5fd911314af9668f"
|
|
|
|
"checksum serde_derive_internals 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89b340a48245bc03ddba31d0ff1709c118df90edc6adabaca4aac77aea181cce"
|
2017-08-02 12:50:36 +02:00
|
|
|
"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9db7266c7d63a4c4b7fe8719656ccdd51acf1bed6124b174f933b009fb10bcb"
|
2016-08-08 17:03:25 +02:00
|
|
|
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c"
|
2018-06-06 10:02:25 +02:00
|
|
|
"checksum shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum siphasher 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "833011ca526bd88f16778d32c699d325a9ad302fa06381cd66f7be63351d3f6d"
|
|
|
|
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
|
2017-06-22 14:54:08 +02:00
|
|
|
"checksum skeptic 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24ebf8a06f5f8bae61ae5bbc7af7aac4ef6907ae975130faba1199e5fe82256a"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6dbdd334bd28d328dad1c41b0ea662517883d8880d8533895ef96c8003dec9c4"
|
2016-10-30 09:56:34 +01:00
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
2018-03-24 06:43:28 +01:00
|
|
|
"checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"
|
2017-01-25 11:03:36 +01:00
|
|
|
"checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fcd03faf178110ab0334d74ca9631d77f94c8c11cc77fcb59538abf0025695d"
|
2017-12-02 10:08:04 +01:00
|
|
|
"checksum snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)" = "<none>"
|
|
|
|
"checksum snappy-sys 0.1.0 (git+https://github.com/paritytech/rust-snappy)" = "<none>"
|
2018-06-13 13:02:16 +02:00
|
|
|
"checksum socket2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "06dc9f86ee48652b7c80f3d254e3b9accb67a928c562c64d10d7b016d3d98dab"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
|
|
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
|
2018-04-05 10:31:06 +02:00
|
|
|
"checksum syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91b52877572087400e83d24b9178488541e3d535259e04ff17a63df1e5ceff59"
|
2017-01-25 11:03:36 +01:00
|
|
|
"checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe"
|
2016-11-02 17:14:05 +01:00
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
2018-04-05 14:38:50 +02:00
|
|
|
"checksum tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "11ce2fe9db64b842314052e2421ac61a73ce41b898dc8e3750398b219c5fc1e0"
|
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-04-11 12:56:37 +02:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
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"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14"
|
2017-12-01 09:40:07 +01:00
|
|
|
"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
|
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-04-04 15:38:04 +02:00
|
|
|
"checksum tokio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "be15ef40f675c9fe66e354d74c73f3ed012ca1aa14d65846a33ee48f1ae8d922"
|
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-04-04 15:38:04 +02:00
|
|
|
"checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113"
|
|
|
|
"checksum tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6af9eb326f64b2d6b68438e1953341e00ab3cf54de7e35d92bfc73af8555313a"
|
2017-04-25 18:48:31 +02:00
|
|
|
"checksum tokio-named-pipes 0.1.0 (git+https://github.com/nikvolf/tokio-named-pipes)" = "<none>"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
|
2018-04-04 15:38:04 +02:00
|
|
|
"checksum tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3cedc8e5af5131dc3423ffa4f877cce78ad25259a9a62de0613735a13ebc64b"
|
2018-04-10 19:25:27 +02:00
|
|
|
"checksum tokio-retry 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f05746ae87dca83a2016b4f5dba5b237b897dd12fd324f60afe282112f16969a"
|
2018-03-14 13:40:54 +01:00
|
|
|
"checksum tokio-rustls 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9263e472d976e4345e50c6cce4cfe6b17c71593ea593cce1df26f1efd36debb"
|
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-04-04 15:38:04 +02:00
|
|
|
"checksum tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec9b094851aadd2caf83ba3ad8e8c4ce65a42104f7b94d9e6550023f0407853f"
|
|
|
|
"checksum tokio-threadpool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3d05cdd6a78005e535d2b27c21521bdf91fbb321027a62d8e178929d18966d"
|
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-04-04 15:38:04 +02:00
|
|
|
"checksum tokio-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "29a89e4ad0c8f1e4c9860e605c38c69bfdad3cccd4ea446e58ff588c1c07a397"
|
|
|
|
"checksum tokio-udp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "137bda266504893ac4774e0ec4c2108f7ccdbcb7ac8dced6305fe9e4e0b5041a"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum tokio-uds 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6116c71be48f8f1656551fd16458247fdd6c03201d7893ad81189055fcde03e8"
|
|
|
|
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
|
2017-03-20 19:15:02 +01:00
|
|
|
"checksum transient-hashmap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "715254c8f0811be1a79ad3ea5e6fa3c8eddec2b03d7f5ba78cf093e56d79c24f"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum trezor-sys 1.0.0 (git+https://github.com/paritytech/trezor-sys)" = "<none>"
|
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
|
|
|
"checksum trie-standardmap 0.1.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
|
|
"checksum triehash 0.2.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
2018-05-23 11:27:45 +02:00
|
|
|
"checksum uint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "38051a96565903d81c9a9210ce11076b2218f3b352926baa1f5f6abbdfce8273"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2018-01-17 11:45:29 +01:00
|
|
|
"checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
|
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
|
|
|
|
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
|
2017-07-10 17:42:10 +02:00
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
|
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-03-28 19:06:08 +02:00
|
|
|
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
|
|
"checksum untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae"
|
|
|
|
"checksum url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb819346883532a271eb626deb43c4a1bb4c4dd47c519bd78137c3e72a4fe27"
|
2017-03-28 19:06:08 +02:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
2017-07-10 17:42:10 +02:00
|
|
|
"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c3365f36c57e5df714a34be40902b27a992eeddb9996eca52d0584611cf885d"
|
|
|
|
"checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2018-07-05 09:09:01 +02:00
|
|
|
"checksum wasmi 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b4a6d379e9332b1b1f52c5a87f2481c85c7c931d8ec411963dfb8f26b1ec1e3"
|
2018-03-14 13:40:54 +01:00
|
|
|
"checksum webpki 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e1622384bcb5458c6a3e3fa572f53ea8fef1cc85e535a2983dea87e9154fac2"
|
|
|
|
"checksum webpki-roots 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "155d4060e5befdf3a6076bd28c22513473d9900b763c9e4521acc6f78a75415c"
|
2016-12-13 23:38:29 +01:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-02-09 09:32:06 +01:00
|
|
|
"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
|
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"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-02-20 10:28:10 +01:00
|
|
|
"checksum ws 0.7.5 (git+https://github.com/tomusdrw/ws-rs)" = "<none>"
|
2016-08-03 19:01:48 +02:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2017-09-14 19:28:43 +02:00
|
|
|
"checksum xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61"
|
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"
|