|
|
|
@ -6,7 +6,6 @@ dependencies = [
|
|
|
|
|
"ctrlc 1.0.1 (git+https://github.com/tomusdrw/rust-ctrlc.git)",
|
|
|
|
|
"daemonize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"docopt_macros 0.6.81 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethcore 0.9.99",
|
|
|
|
|
"ethcore-rpc 0.9.99",
|
|
|
|
@ -20,7 +19,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -37,10 +36,10 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aster"
|
|
|
|
|
version = "0.12.0"
|
|
|
|
|
version = "0.13.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"syntex_syntax 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -69,7 +68,7 @@ version = "0.0.42"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"regex-syntax 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"semver 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -130,14 +129,6 @@ dependencies = [
|
|
|
|
|
"strsim 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "docopt_macros"
|
|
|
|
|
version = "0.6.81"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "elastic-array"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
@ -155,14 +146,14 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "eth-secp256k1"
|
|
|
|
|
version = "0.5.4"
|
|
|
|
|
source = "git+https://github.com/arkpar/rust-secp256k1.git#321e6c22a83606d1875f89cb61c9cb37c7d249ae"
|
|
|
|
|
source = "git+https://github.com/arkpar/rust-secp256k1.git#45503e1de68d909b1862e3f2bdb9e1cdfdff3f1e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gcc 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -171,7 +162,6 @@ name = "ethash"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lru-cache 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sha3 0.1.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -179,6 +169,7 @@ dependencies = [
|
|
|
|
|
name = "ethcore"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clippy 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"crossbeam 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethash 0.9.99",
|
|
|
|
@ -197,18 +188,15 @@ dependencies = [
|
|
|
|
|
name = "ethcore-rpc"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
dependencies = [
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
=======
|
|
|
|
|
"clippy 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
>>>>>>> rustup
|
|
|
|
|
"ethcore 0.9.99",
|
|
|
|
|
"ethcore-util 0.9.99",
|
|
|
|
|
"ethsync 0.9.99",
|
|
|
|
|
"jsonrpc-core 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-http-server 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -219,10 +207,7 @@ name = "ethcore-util"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
=======
|
|
|
|
|
"clippy 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
>>>>>>> rustup
|
|
|
|
|
"crossbeam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"elastic-array 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -238,7 +223,7 @@ dependencies = [
|
|
|
|
|
"rocksdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rust-crypto 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sha3 0.1.0",
|
|
|
|
|
"slab 0.1.4 (git+https://github.com/arkpar/slab.git)",
|
|
|
|
|
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -250,10 +235,7 @@ dependencies = [
|
|
|
|
|
name = "ethsync"
|
|
|
|
|
version = "0.9.99"
|
|
|
|
|
dependencies = [
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
=======
|
|
|
|
|
"clippy 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
>>>>>>> rustup
|
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethcore 0.9.99",
|
|
|
|
|
"ethcore-util 0.9.99",
|
|
|
|
@ -367,8 +349,8 @@ name = "jsonrpc-core"
|
|
|
|
|
version = "1.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -416,11 +398,6 @@ name = "libc"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "linked-hash-map"
|
|
|
|
|
version = "0.0.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
|
|
|
|
version = "0.3.5"
|
|
|
|
@ -429,14 +406,6 @@ dependencies = [
|
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lru-cache"
|
|
|
|
|
version = "0.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"linked-hash-map 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "matches"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
@ -456,7 +425,7 @@ version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -522,7 +491,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num"
|
|
|
|
|
version = "0.1.30"
|
|
|
|
|
version = "0.1.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -546,20 +515,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quasi"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"syntex_syntax 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quasi_codegen"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aster 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -575,7 +544,7 @@ name = "regex"
|
|
|
|
|
version = "0.1.51"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"aho-corasick 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memchr 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -613,7 +582,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustc_version"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
version = "0.1.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -626,7 +595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"nom 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -634,22 +603,22 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
|
|
|
|
version = "0.6.13"
|
|
|
|
|
version = "0.6.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_codegen"
|
|
|
|
|
version = "0.6.13"
|
|
|
|
|
version = "0.6.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aster 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quasi 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quasi_codegen 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quasi_codegen 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -657,8 +626,8 @@ name = "serde_json"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -700,6 +669,14 @@ dependencies = [
|
|
|
|
|
"syntex_syntax 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syntex"
|
|
|
|
|
version = "0.29.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syntex_syntax"
|
|
|
|
|
version = "0.28.0"
|
|
|
|
@ -713,6 +690,19 @@ dependencies = [
|
|
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syntex_syntax"
|
|
|
|
|
version = "0.29.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "target_info"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
@ -757,7 +747,7 @@ name = "unicase"
|
|
|
|
|
version = "1.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rustc_version 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|