|
|
@ -1,6 +1,6 @@
|
|
|
|
[root]
|
|
|
|
[root]
|
|
|
|
name = "parity"
|
|
|
|
name = "parity"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -8,20 +8,20 @@ dependencies = [
|
|
|
|
"daemonize 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"daemonize 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"docopt 0.6.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"docopt 0.6.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore 1.3.0",
|
|
|
|
"ethcore 1.4.0",
|
|
|
|
"ethcore-dapps 1.3.0",
|
|
|
|
"ethcore-dapps 1.4.0",
|
|
|
|
"ethcore-devtools 1.3.0",
|
|
|
|
"ethcore-devtools 1.4.0",
|
|
|
|
"ethcore-io 1.3.0",
|
|
|
|
"ethcore-io 1.4.0",
|
|
|
|
"ethcore-ipc 1.3.0",
|
|
|
|
"ethcore-ipc 1.4.0",
|
|
|
|
"ethcore-ipc-codegen 1.3.0",
|
|
|
|
"ethcore-ipc-codegen 1.4.0",
|
|
|
|
"ethcore-ipc-hypervisor 1.2.0",
|
|
|
|
"ethcore-ipc-hypervisor 1.2.0",
|
|
|
|
"ethcore-ipc-nano 1.3.0",
|
|
|
|
"ethcore-ipc-nano 1.4.0",
|
|
|
|
"ethcore-ipc-tests 0.1.0",
|
|
|
|
"ethcore-ipc-tests 0.1.0",
|
|
|
|
"ethcore-logger 1.3.0",
|
|
|
|
"ethcore-logger 1.4.0",
|
|
|
|
"ethcore-rpc 1.3.0",
|
|
|
|
"ethcore-rpc 1.4.0",
|
|
|
|
"ethcore-signer 1.3.0",
|
|
|
|
"ethcore-signer 1.4.0",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"ethsync 1.3.0",
|
|
|
|
"ethsync 1.4.0",
|
|
|
|
"fdlimit 0.1.0",
|
|
|
|
"fdlimit 0.1.0",
|
|
|
|
"hyper 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"isatty 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"isatty 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -230,7 +230,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethash"
|
|
|
|
name = "ethash"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -240,20 +240,20 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore"
|
|
|
|
name = "ethcore"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bloomchain 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bloomchain 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethash 1.3.0",
|
|
|
|
"ethash 1.4.0",
|
|
|
|
"ethcore-devtools 1.3.0",
|
|
|
|
"ethcore-devtools 1.4.0",
|
|
|
|
"ethcore-io 1.3.0",
|
|
|
|
"ethcore-io 1.4.0",
|
|
|
|
"ethcore-ipc 1.3.0",
|
|
|
|
"ethcore-ipc 1.4.0",
|
|
|
|
"ethcore-ipc-codegen 1.3.0",
|
|
|
|
"ethcore-ipc-codegen 1.4.0",
|
|
|
|
"ethcore-ipc-nano 1.3.0",
|
|
|
|
"ethcore-ipc-nano 1.4.0",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"ethjson 0.1.0",
|
|
|
|
"ethjson 0.1.0",
|
|
|
|
"ethstore 0.1.0",
|
|
|
|
"ethstore 0.1.0",
|
|
|
|
"heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -271,11 +271,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-dapps"
|
|
|
|
name = "ethcore-dapps"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-rpc 1.3.0",
|
|
|
|
"ethcore-rpc 1.4.0",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"hyper 0.9.4 (git+https://github.com/ethcore/hyper)",
|
|
|
|
"hyper 0.9.4 (git+https://github.com/ethcore/hyper)",
|
|
|
|
"jsonrpc-core 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-core 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-http-server 6.1.0 (git+https://github.com/ethcore/jsonrpc-http-server.git)",
|
|
|
|
"jsonrpc-http-server 6.1.0 (git+https://github.com/ethcore/jsonrpc-http-server.git)",
|
|
|
@ -296,14 +296,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-devtools"
|
|
|
|
name = "ethcore-devtools"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-io"
|
|
|
|
name = "ethcore-io"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -314,17 +314,17 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-ipc"
|
|
|
|
name = "ethcore-ipc"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ethcore-devtools 1.3.0",
|
|
|
|
"ethcore-devtools 1.4.0",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
|
|
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-ipc-codegen"
|
|
|
|
name = "ethcore-ipc-codegen"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"aster 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"aster 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -337,9 +337,9 @@ dependencies = [
|
|
|
|
name = "ethcore-ipc-hypervisor"
|
|
|
|
name = "ethcore-ipc-hypervisor"
|
|
|
|
version = "1.2.0"
|
|
|
|
version = "1.2.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ethcore-ipc 1.3.0",
|
|
|
|
"ethcore-ipc 1.4.0",
|
|
|
|
"ethcore-ipc-codegen 1.3.0",
|
|
|
|
"ethcore-ipc-codegen 1.4.0",
|
|
|
|
"ethcore-ipc-nano 1.3.0",
|
|
|
|
"ethcore-ipc-nano 1.4.0",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
|
|
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -347,9 +347,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-ipc-nano"
|
|
|
|
name = "ethcore-ipc-nano"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ethcore-ipc 1.3.0",
|
|
|
|
"ethcore-ipc 1.4.0",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
|
|
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -358,11 +358,11 @@ dependencies = [
|
|
|
|
name = "ethcore-ipc-tests"
|
|
|
|
name = "ethcore-ipc-tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ethcore-devtools 1.3.0",
|
|
|
|
"ethcore-devtools 1.4.0",
|
|
|
|
"ethcore-ipc 1.3.0",
|
|
|
|
"ethcore-ipc 1.4.0",
|
|
|
|
"ethcore-ipc-codegen 1.3.0",
|
|
|
|
"ethcore-ipc-codegen 1.4.0",
|
|
|
|
"ethcore-ipc-nano 1.3.0",
|
|
|
|
"ethcore-ipc-nano 1.4.0",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
|
|
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -371,10 +371,10 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-logger"
|
|
|
|
name = "ethcore-logger"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"isatty 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"isatty 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -384,12 +384,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-network"
|
|
|
|
name = "ethcore-network"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-devtools 1.3.0",
|
|
|
|
"ethcore-devtools 1.4.0",
|
|
|
|
"ethcore-io 1.3.0",
|
|
|
|
"ethcore-io 1.4.0",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"igd 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"igd 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -405,17 +405,17 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-rpc"
|
|
|
|
name = "ethcore-rpc"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethash 1.3.0",
|
|
|
|
"ethash 1.4.0",
|
|
|
|
"ethcore 1.3.0",
|
|
|
|
"ethcore 1.4.0",
|
|
|
|
"ethcore-devtools 1.3.0",
|
|
|
|
"ethcore-devtools 1.4.0",
|
|
|
|
"ethcore-io 1.3.0",
|
|
|
|
"ethcore-io 1.4.0",
|
|
|
|
"ethcore-ipc 1.3.0",
|
|
|
|
"ethcore-ipc 1.4.0",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"ethjson 0.1.0",
|
|
|
|
"ethjson 0.1.0",
|
|
|
|
"ethsync 1.3.0",
|
|
|
|
"ethsync 1.4.0",
|
|
|
|
"json-ipc-server 0.2.4 (git+https://github.com/ethcore/json-ipc-server.git)",
|
|
|
|
"json-ipc-server 0.2.4 (git+https://github.com/ethcore/json-ipc-server.git)",
|
|
|
|
"jsonrpc-core 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-core 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-http-server 6.1.0 (git+https://github.com/ethcore/jsonrpc-http-server.git)",
|
|
|
|
"jsonrpc-http-server 6.1.0 (git+https://github.com/ethcore/jsonrpc-http-server.git)",
|
|
|
@ -430,13 +430,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-signer"
|
|
|
|
name = "ethcore-signer"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore-io 1.3.0",
|
|
|
|
"ethcore-io 1.4.0",
|
|
|
|
"ethcore-rpc 1.3.0",
|
|
|
|
"ethcore-rpc 1.4.0",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"jsonrpc-core 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jsonrpc-core 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parity-dapps-signer 0.6.0 (git+https://github.com/ethcore/parity-ui.git)",
|
|
|
|
"parity-dapps-signer 0.6.0 (git+https://github.com/ethcore/parity-ui.git)",
|
|
|
@ -447,7 +447,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-util"
|
|
|
|
name = "ethcore-util"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -456,7 +456,7 @@ dependencies = [
|
|
|
|
"elastic-array 0.4.0 (git+https://github.com/ethcore/elastic-array)",
|
|
|
|
"elastic-array 0.4.0 (git+https://github.com/ethcore/elastic-array)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"eth-secp256k1 0.5.4 (git+https://github.com/ethcore/rust-secp256k1)",
|
|
|
|
"eth-secp256k1 0.5.4 (git+https://github.com/ethcore/rust-secp256k1)",
|
|
|
|
"ethcore-devtools 1.3.0",
|
|
|
|
"ethcore-devtools 1.4.0",
|
|
|
|
"heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -480,7 +480,7 @@ dependencies = [
|
|
|
|
name = "ethjson"
|
|
|
|
name = "ethjson"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_codegen 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_codegen 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -518,17 +518,17 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ethsync"
|
|
|
|
name = "ethsync"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.4.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clippy 0.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ethcore 1.3.0",
|
|
|
|
"ethcore 1.4.0",
|
|
|
|
"ethcore-io 1.3.0",
|
|
|
|
"ethcore-io 1.4.0",
|
|
|
|
"ethcore-ipc 1.3.0",
|
|
|
|
"ethcore-ipc 1.4.0",
|
|
|
|
"ethcore-ipc-codegen 1.3.0",
|
|
|
|
"ethcore-ipc-codegen 1.4.0",
|
|
|
|
"ethcore-ipc-nano 1.3.0",
|
|
|
|
"ethcore-ipc-nano 1.4.0",
|
|
|
|
"ethcore-network 1.3.0",
|
|
|
|
"ethcore-network 1.4.0",
|
|
|
|
"ethcore-util 1.3.0",
|
|
|
|
"ethcore-util 1.4.0",
|
|
|
|
"heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|