|
|
|
@ -29,7 +29,7 @@ dependencies = [
|
|
|
|
|
"fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.10.0-a.0 (git+https://github.com/ethcore/hyper)",
|
|
|
|
|
"isatty 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)",
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"number_prefix 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -192,6 +192,15 @@ dependencies = [
|
|
|
|
|
"stable-heap 0.1.0 (git+https://github.com/carllerche/stable-heap?rev=3c5cd1ca47)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
@ -445,7 +454,7 @@ dependencies = [
|
|
|
|
|
"ethcore-rpc 1.7.0",
|
|
|
|
|
"ethcore-util 1.7.0",
|
|
|
|
|
"fetch 0.1.0",
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.10.0-a.0 (git+https://github.com/ethcore/hyper)",
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"jsonrpc-http-server 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
@ -555,7 +564,7 @@ dependencies = [
|
|
|
|
|
"ethcore-ipc-codegen 1.7.0",
|
|
|
|
|
"ethcore-network 1.7.0",
|
|
|
|
|
"ethcore-util 1.7.0",
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"itertools 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -621,7 +630,7 @@ dependencies = [
|
|
|
|
|
"ethstore 0.1.0",
|
|
|
|
|
"ethsync 1.7.0",
|
|
|
|
|
"fetch 0.1.0",
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"jsonrpc-http-server 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"jsonrpc-ipc-server 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
@ -688,15 +697,14 @@ dependencies = [
|
|
|
|
|
"ethcore-ipc-codegen 1.7.0",
|
|
|
|
|
"ethcore-ipc-nano 1.7.0",
|
|
|
|
|
"ethcore-util 1.7.0",
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)",
|
|
|
|
|
"jsonrpc-macros 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)",
|
|
|
|
|
"jsonrpc-tcp-server 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"jsonrpc-macros 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"jsonrpc-tcp-server 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"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)",
|
|
|
|
|
"mio 0.5.1 (git+https://github.com/ethcore/mio?branch=v0.5.x)",
|
|
|
|
|
"semver 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -851,7 +859,7 @@ dependencies = [
|
|
|
|
|
name = "fetch"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-cpupool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -870,11 +878,8 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures"
|
|
|
|
|
version = "0.1.10"
|
|
|
|
|
version = "0.1.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-cpupool"
|
|
|
|
@ -882,7 +887,7 @@ version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num_cpus 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1050,6 +1055,15 @@ name = "integer-encoding"
|
|
|
|
|
version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iovec"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ipc-common-types"
|
|
|
|
|
version = "1.7.0"
|
|
|
|
@ -1083,47 +1097,22 @@ name = "itoa"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-core"
|
|
|
|
|
version = "6.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6#86d7a89c85f324b5f6671315d9b71010ca995300"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-core"
|
|
|
|
|
version = "7.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#e9b58f07619c77de8f304c0589be12a705b20971"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#4706ebc240f15eed85a2670660576541fdda7bbb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-http-server"
|
|
|
|
|
version = "6.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6#86d7a89c85f324b5f6671315d9b71010ca995300"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hyper 0.10.0-a.0 (git+https://github.com/ethcore/hyper)",
|
|
|
|
|
"jsonrpc-core 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-http-server"
|
|
|
|
|
version = "7.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#e9b58f07619c77de8f304c0589be12a705b20971"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#4706ebc240f15eed85a2670660576541fdda7bbb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hyper 0.10.0-a.0 (git+https://github.com/ethcore/hyper)",
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
@ -1136,33 +1125,19 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-ipc-server"
|
|
|
|
|
version = "7.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#e9b58f07619c77de8f304c0589be12a705b20971"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#4706ebc240f15eed85a2670660576541fdda7bbb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"jsonrpc-server-utils 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-tokio-ipc 0.1.0 (git+https://github.com/nikvolf/parity-tokio-ipc)",
|
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-uds 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-macros"
|
|
|
|
|
version = "6.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6#86d7a89c85f324b5f6671315d9b71010ca995300"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jsonrpc-core 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)",
|
|
|
|
|
"serde 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-macros"
|
|
|
|
|
version = "7.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#e9b58f07619c77de8f304c0589be12a705b20971"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#4706ebc240f15eed85a2670660576541fdda7bbb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"jsonrpc-pubsub 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
@ -1172,7 +1147,7 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-pubsub"
|
|
|
|
|
version = "7.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#e9b58f07619c77de8f304c0589be12a705b20971"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#4706ebc240f15eed85a2670660576541fdda7bbb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1182,25 +1157,24 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-server-utils"
|
|
|
|
|
version = "7.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#e9b58f07619c77de8f304c0589be12a705b20971"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#4706ebc240f15eed85a2670660576541fdda7bbb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-io 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-tcp-server"
|
|
|
|
|
version = "6.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6#86d7a89c85f324b5f6671315d9b71010ca995300"
|
|
|
|
|
version = "7.0.0"
|
|
|
|
|
source = "git+https://github.com/ethcore/jsonrpc.git#4706ebc240f15eed85a2670660576541fdda7bbb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)",
|
|
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"jsonrpc-server-utils 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1228,6 +1202,11 @@ name = "lazycell"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lazycell"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
|
|
|
|
version = "0.2.16"
|
|
|
|
@ -1316,38 +1295,6 @@ dependencies = [
|
|
|
|
|
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "git+https://github.com/ethcore/mio?branch=v0.5.x#3842d3b250ffd7bd9b16f9586b875ddcbac2b0dd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"nix 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"nix 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
|
|
|
|
version = "0.6.0-dev"
|
|
|
|
@ -1356,7 +1303,7 @@ dependencies = [
|
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"nix 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slab 0.2.0 (git+https://github.com/carllerche/slab?rev=5476efcafb)",
|
|
|
|
@ -1372,7 +1319,7 @@ dependencies = [
|
|
|
|
|
"lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1381,32 +1328,56 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio-named-pipes"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "git+https://github.com/alexcrichton/mio-named-pipes#903dc2f7eac6700c62bfdda258a599db13a9228f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazycell 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio-uds"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "miow"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
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)",
|
|
|
|
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "miow"
|
|
|
|
|
version = "0.2.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)",
|
|
|
|
@ -1484,15 +1455,6 @@ dependencies = [
|
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
@ -1689,7 +1651,7 @@ dependencies = [
|
|
|
|
|
"ethabi 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethcore-util 1.7.0",
|
|
|
|
|
"fetch 0.1.0",
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mime_guess 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1706,7 +1668,7 @@ dependencies = [
|
|
|
|
|
"ethcore 1.7.0",
|
|
|
|
|
"ethcore-util 1.7.0",
|
|
|
|
|
"hyper 0.10.0-a.0 (git+https://github.com/ethcore/hyper)",
|
|
|
|
|
"jsonrpc-http-server 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)",
|
|
|
|
|
"jsonrpc-http-server 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"multihash 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rlp 0.1.0",
|
|
|
|
@ -1731,8 +1693,8 @@ dependencies = [
|
|
|
|
|
name = "parity-reactor"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1742,8 +1704,8 @@ dependencies = [
|
|
|
|
|
"ethcore-rpc 1.7.0",
|
|
|
|
|
"ethcore-signer 1.7.0",
|
|
|
|
|
"ethcore-util 1.7.0",
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1753,6 +1715,22 @@ dependencies = [
|
|
|
|
|
"ws 0.5.3 (git+https://github.com/ethcore/ws-rs.git?branch=mio-upstream-stable)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parity-tokio-ipc"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/nikvolf/parity-tokio-ipc#3d4234de6bdc78688ef803935111003080fd5375"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio-named-pipes 0.1.4 (git+https://github.com/alexcrichton/mio-named-pipes)",
|
|
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-line 0.1.0 (git+https://github.com/tokio-rs/tokio-line)",
|
|
|
|
|
"tokio-named-pipes 0.1.0 (git+https://github.com/alexcrichton/tokio-named-pipes)",
|
|
|
|
|
"tokio-uds 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parity-ui"
|
|
|
|
|
version = "1.7.0"
|
|
|
|
@ -2060,7 +2038,7 @@ dependencies = [
|
|
|
|
|
"ethcore-bigint 0.1.2",
|
|
|
|
|
"ethcore-rpc 1.7.0",
|
|
|
|
|
"ethcore-util 1.7.0",
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-rpc-client 1.4.0",
|
|
|
|
|
"rpassword 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -2239,11 +2217,6 @@ name = "siphasher"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
@ -2408,29 +2381,60 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-core"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-io"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-line"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/tokio-rs/tokio-line#482614ae0c82daf584727ae65a80d854fe861f81"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-named-pipes"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alexcrichton/tokio-named-pipes#3a22f8fc9a441b548aec25bd5df3b1e0ab99fabe"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio-named-pipes 0.1.4 (git+https://github.com/alexcrichton/mio-named-pipes)",
|
|
|
|
|
"tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-proto"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"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)",
|
|
|
|
|
"tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -2439,7 +2443,7 @@ name = "tokio-service"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -2447,11 +2451,11 @@ name = "tokio-uds"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio-uds 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -2662,6 +2666,7 @@ dependencies = [
|
|
|
|
|
"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8"
|
|
|
|
|
"checksum bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27"
|
|
|
|
|
"checksum bytes 0.4.0-dev (git+https://github.com/carllerche/bytes)" = "<none>"
|
|
|
|
|
"checksum bytes 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46112a0060ae15e3a3f9a445428a53e082b91215b744fa27a1948842f4a64b96"
|
|
|
|
|
"checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
|
|
|
|
|
"checksum cid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e53e6cdfa5ca294863e8c8a32a7cdb4dc0a442c8971d47a0e75b6c27ea268a6a"
|
|
|
|
|
"checksum clippy 0.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "5b4fabf979ddf6419a313c1c0ada4a5b95cfd2049c56e8418d622d27b4b6ff32"
|
|
|
|
@ -2684,7 +2689,7 @@ dependencies = [
|
|
|
|
|
"checksum ethabi 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d8f6cc4c1acd005f48e1d17b06a461adac8fb6eeeb331fbf19a0e656fba91cd"
|
|
|
|
|
"checksum fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1ee15a7050e5580b3712877157068ea713b245b080ff302ae2ca973cfcd9baa"
|
|
|
|
|
"checksum flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "3eeb481e957304178d2e782f2da1257f1434dfecbae883bafb61ada2a9fea3bb"
|
|
|
|
|
"checksum futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c1913eb7083840b1bbcbf9631b7fda55eaf35fe7ead13cca034e8946f9e2bc41"
|
|
|
|
|
"checksum futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8e51e7f9c150ba7fd4cee9df8bf6ea3dea5b63b68955ddad19ccd35b71dcfb4d"
|
|
|
|
|
"checksum futures-cpupool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bb982bb25cd8fa5da6a8eb3a460354c984ff1113da82bcb4f0b0862b5795db82"
|
|
|
|
|
"checksum gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "91ecd03771effb0c968fd6950b37e89476a578aaf1c70297d8e92b6516ec3312"
|
|
|
|
|
"checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518"
|
|
|
|
@ -2701,23 +2706,22 @@ dependencies = [
|
|
|
|
|
"checksum idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1053236e00ce4f668aeca4a769a09b3bf5a682d802abd6f3cb39374f6b162c11"
|
|
|
|
|
"checksum igd 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c8c12b1795b8b168f577c45fa10379b3814dcb11b7ab702406001f0d63f40484"
|
|
|
|
|
"checksum integer-encoding 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a053c9c7dcb7db1f2aa012c37dc176c62e4cdf14898dee0eecc606de835b8acb"
|
|
|
|
|
"checksum iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be"
|
|
|
|
|
"checksum isatty 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7408a548dc0e406b7912d9f84c261cc533c1866e047644a811c133c56041ac0c"
|
|
|
|
|
"checksum itertools 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d95557e7ba6b71377b0f2c3b3ae96c53f1b75a926a6901a500f557a370af730a"
|
|
|
|
|
"checksum itoa 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91fd9dc2c587067de817fec4ad355e3818c3d893a78cab32a0a474c7a15bb8d5"
|
|
|
|
|
"checksum jsonrpc-core 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-core 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-http-server 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-http-server 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-ipc-server 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-macros 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-macros 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-pubsub 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-server-utils 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-tcp-server 6.0.0 (git+https://github.com/ethcore/jsonrpc.git?branch=parity-1.6)" = "<none>"
|
|
|
|
|
"checksum jsonrpc-tcp-server 7.0.0 (git+https://github.com/ethcore/jsonrpc.git)" = "<none>"
|
|
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
|
|
|
|
"checksum lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "49247ec2a285bb3dcb23cbd9c35193c025e7251bfce77c1d5da97e6362dffe7f"
|
|
|
|
|
"checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b"
|
|
|
|
|
"checksum lazycell 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec38a5c22f1ef3e30d2642aa875620d60edeef36cef43c4739d86215ce816331"
|
|
|
|
|
"checksum libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" = "408014cace30ee0f767b1c4517980646a573ec61a57957aeeabcac8ac0a02e8d"
|
|
|
|
|
"checksum libusb 0.3.0 (git+https://github.com/ethcore/libusb-rs)" = "<none>"
|
|
|
|
|
"checksum libusb-sys 0.2.3 (git+https://github.com/ethcore/libusb-sys)" = "<none>"
|
|
|
|
@ -2730,13 +2734,13 @@ dependencies = [
|
|
|
|
|
"checksum mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a74cc2587bf97c49f3f5bab62860d6abf3902ca73b66b51d9b049fbdcd727bd2"
|
|
|
|
|
"checksum mime_guess 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e50bf542f81754ef69e5cea856946a3819f7c09ea97b4903c8bc8a89f74e7b6"
|
|
|
|
|
"checksum miniz-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d1f4d337a01c32e1f2122510fed46393d53ca35a7f429cb0450abaedfa3ed54"
|
|
|
|
|
"checksum mio 0.5.1 (git+https://github.com/ethcore/mio?branch=v0.5.x)" = "<none>"
|
|
|
|
|
"checksum mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a637d1ca14eacae06296a008fa7ad955347e34efcb5891cfd8ba05491a37907e"
|
|
|
|
|
"checksum mio 0.6.0-dev (git+https://github.com/ethcore/mio?branch=timer-fix)" = "<none>"
|
|
|
|
|
"checksum mio 0.6.1 (git+https://github.com/ethcore/mio)" = "<none>"
|
|
|
|
|
"checksum mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "410a1a0ff76f5a226f1e4e3ff1756128e65cd30166e39c3892283e2ac09d5b67"
|
|
|
|
|
"checksum mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5b493dc9fd96bd2077f2117f178172b0765db4dfda3ea4d8000401e6d65d3e80"
|
|
|
|
|
"checksum mio-named-pipes 0.1.4 (git+https://github.com/alexcrichton/mio-named-pipes)" = "<none>"
|
|
|
|
|
"checksum mio-uds 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "78437f00d9615c366932cbfe79790b5c2945706ba67cf78378ffacc0069ed9de"
|
|
|
|
|
"checksum miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d5bfc6782530ac8ace97af10a540054a37126b63b0702ddaaa243b73b5745b9a"
|
|
|
|
|
"checksum miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3e690c5df6b2f60acd45d56378981e827ff8295562fc8d34f573deb267a59cd1"
|
|
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
|
|
"checksum msdos_time 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c04b68cc63a8480fb2550343695f7be72effdec953a9d4508161c3e69041c7d8"
|
|
|
|
|
"checksum multibase 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9c35dac080fd6e16a99924c8dfdef0af89d797dd851adab25feaffacf7850d6"
|
|
|
|
|
"checksum multihash 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "755d5a39bee3faaf649437e873beab334990221b2faf1f2e56ca10a9e4600235"
|
|
|
|
@ -2744,7 +2748,6 @@ dependencies = [
|
|
|
|
|
"checksum nanomsg-sys 0.5.0 (git+https://github.com/ethcore/nanomsg.rs.git)" = "<none>"
|
|
|
|
|
"checksum native-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa4e52995154bb6f0b41e4379a279482c9387c1632e3798ba4e511ef8c54ee09"
|
|
|
|
|
"checksum net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)" = "6a816012ca11cb47009693c1e0c6130e26d39e4d97ee2a13c50e868ec83e3204"
|
|
|
|
|
"checksum nix 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f05c2fc965fc1cd6b73fa57fa7b89f288178737f2f3ce9e63e4a6a141189000e"
|
|
|
|
|
"checksum nix 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a7bb1da2be7da3cbffda73fc681d509ffd9e665af478d2bee1907cee0bc64b2"
|
|
|
|
|
"checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b"
|
|
|
|
|
"checksum nodrop 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4d9a22dbcebdeef7bf275cbf444d6521d4e7a2fee187b72d80dba0817120dd8f"
|
|
|
|
@ -2766,6 +2769,7 @@ dependencies = [
|
|
|
|
|
"checksum order-stat 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "efa535d5117d3661134dbf1719b6f0ffe06f2375843b13935db186cd094105eb"
|
|
|
|
|
"checksum owning_ref 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8d91377085359426407a287ab16884a0111ba473aa6844ff01d4ec20ce3d75e7"
|
|
|
|
|
"checksum parity-dapps-glue 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98378dec0a185da2b7180308752f0bad73aaa949c3e0a3b0528d0e067945f7ab"
|
|
|
|
|
"checksum parity-tokio-ipc 0.1.0 (git+https://github.com/nikvolf/parity-tokio-ipc)" = "<none>"
|
|
|
|
|
"checksum parity-ui-precompiled 1.4.0 (git+https://github.com/ethcore/js-precompiled.git)" = "<none>"
|
|
|
|
|
"checksum parking_lot 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e1435e7a2a00dfebededd6c6bdbd54008001e94b4a2aadd6aef0dc4c56317621"
|
|
|
|
|
"checksum parking_lot_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb1b97670a2ffadce7c397fb80a3d687c4f3060140b885621ef1653d0e5d5068"
|
|
|
|
@ -2816,7 +2820,6 @@ dependencies = [
|
|
|
|
|
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c"
|
|
|
|
|
"checksum shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72f20b8f3c060374edb8046591ba28f62448c369ccbdc7b02075103fb3a9e38d"
|
|
|
|
|
"checksum siphasher 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c44e42fa187b5a8782489cf7740cc27c3125806be2bf33563cf5e02e9533fcd"
|
|
|
|
|
"checksum slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d807fd58c4181bbabed77cb3b891ba9748241a552bcc5be698faaebefc54f46e"
|
|
|
|
|
"checksum slab 0.2.0 (git+https://github.com/carllerche/slab?rev=5476efcafb)" = "<none>"
|
|
|
|
|
"checksum slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6dbdd334bd28d328dad1c41b0ea662517883d8880d8533895ef96c8003dec9c4"
|
|
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
|
|
|
@ -2839,7 +2842,10 @@ dependencies = [
|
|
|
|
|
"checksum thread_local 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0694f51610ef7cfac7a1b81de7f1602ee5356e76541bcd62c40e71933338cab1"
|
|
|
|
|
"checksum time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "3c7ec6d62a20df54e07ab3b78b9a3932972f4b7981de295563686849eb3989af"
|
|
|
|
|
"checksum tiny-keccak 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f7aef43048292ca0bae4ab32180e85f6202cf2816c2a210c396a84b99dab9270"
|
|
|
|
|
"checksum tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "52416b3e937abac22a543a7f1c66bd37feb60137ff1ab42390fa02df85347e58"
|
|
|
|
|
"checksum tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3d1be481b55126f02ef88ff86748086473cb537a949fc4a8f4be403a530ae54b"
|
|
|
|
|
"checksum tokio-io 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6a278fde45f1be68e44995227d426aaa4841e0980bb0a21b981092f28c3c8473"
|
|
|
|
|
"checksum tokio-line 0.1.0 (git+https://github.com/tokio-rs/tokio-line)" = "<none>"
|
|
|
|
|
"checksum tokio-named-pipes 0.1.0 (git+https://github.com/alexcrichton/tokio-named-pipes)" = "<none>"
|
|
|
|
|
"checksum tokio-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c0d6031f94d78d7b4d509d4a7c5e1cdf524a17e7b08d1c188a83cf720e69808"
|
|
|
|
|
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
|
|
|
|
|
"checksum tokio-uds 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ffc7b5fc8e19e220b29566d1750949224a518478eab9cebc8df60583242ca30a"
|
|
|
|
|