|
|
|
@ -5,8 +5,8 @@ dependencies = [
|
|
|
|
|
"clippy 0.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ctrlc 1.1.1 (git+https://github.com/tomusdrw/rust-ctrlc.git)",
|
|
|
|
|
"daemonize 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (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)",
|
|
|
|
|
"ethcore 1.1.0",
|
|
|
|
|
"ethcore-devtools 1.1.0",
|
|
|
|
|
"ethcore-rpc 1.1.0",
|
|
|
|
@ -16,14 +16,14 @@ dependencies = [
|
|
|
|
|
"ethsync 1.1.0",
|
|
|
|
|
"fdlimit 0.1.0",
|
|
|
|
|
"hyper 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"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)",
|
|
|
|
|
"rpassword 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -31,7 +31,7 @@ name = "aho-corasick"
|
|
|
|
|
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)",
|
|
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -45,10 +45,10 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aster"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
version = "0.15.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"syntex_syntax 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -58,7 +58,7 @@ dependencies = [
|
|
|
|
|
"arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heapsize 0.3.5 (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)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -94,7 +94,7 @@ version = "0.2.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -114,7 +114,7 @@ name = "conduit-mime-types"
|
|
|
|
|
version = "0.7.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -122,7 +122,7 @@ name = "cookie"
|
|
|
|
|
version = "0.1.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -131,8 +131,8 @@ name = "cookie"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -142,7 +142,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam"
|
|
|
|
|
version = "0.2.8"
|
|
|
|
|
version = "0.2.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -173,11 +173,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "docopt"
|
|
|
|
|
version = "0.6.78"
|
|
|
|
|
version = "0.6.80"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"regex 0.1.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"strsim 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -188,11 +188,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "env_logger"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
version = "0.3.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)",
|
|
|
|
|
"regex 0.1.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -200,7 +200,7 @@ name = "error"
|
|
|
|
|
version = "0.1.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"traitobject 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -213,7 +213,7 @@ dependencies = [
|
|
|
|
|
"gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.9 (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)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -222,7 +222,7 @@ dependencies = [
|
|
|
|
|
name = "ethash"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sha3 0.1.0",
|
|
|
|
|
]
|
|
|
|
@ -233,18 +233,18 @@ version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clippy 0.0.61 (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)",
|
|
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethash 1.1.0",
|
|
|
|
|
"ethcore-devtools 1.1.0",
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"ethjson 0.1.0",
|
|
|
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"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)",
|
|
|
|
|
"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)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rust-crypto 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -264,14 +264,14 @@ dependencies = [
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"ethminer 1.1.0",
|
|
|
|
|
"ethsync 1.1.0",
|
|
|
|
|
"jsonrpc-core 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-http-server 5.0.0 (git+https://github.com/debris/jsonrpc-http-server.git)",
|
|
|
|
|
"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)",
|
|
|
|
|
"jsonrpc-core 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-http-server 5.0.1 (git+https://github.com/debris/jsonrpc-http-server.git)",
|
|
|
|
|
"log 0.3.6 (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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"transient-hashmap 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -283,29 +283,29 @@ dependencies = [
|
|
|
|
|
"bigint 0.1.0",
|
|
|
|
|
"chrono 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"clippy 0.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"crossbeam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"crossbeam 0.2.9 (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)",
|
|
|
|
|
"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)",
|
|
|
|
|
"ethcore-devtools 1.1.0",
|
|
|
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"igd 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"itertools 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"itertools 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"json-tests 0.1.0",
|
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rocksdb 0.4.3 (git+https://github.com/arkpar/rust-rocksdb.git)",
|
|
|
|
|
"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)",
|
|
|
|
|
"rust-crypto 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sha3 0.1.0",
|
|
|
|
|
"slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tiny-keccak 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"vergen 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -319,11 +319,11 @@ dependencies = [
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"hyper 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"iron 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-http-server 4.0.0 (git+https://github.com/tomusdrw/jsonrpc-http-server.git?branch=old-hyper)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-status 0.1.5 (git+https://github.com/tomusdrw/parity-status.git)",
|
|
|
|
|
"parity-wallet 0.1.0 (git+https://github.com/tomusdrw/parity-wallet.git)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-status 0.1.6 (git+https://github.com/tomusdrw/parity-status.git)",
|
|
|
|
|
"parity-wallet 0.1.1 (git+https://github.com/tomusdrw/parity-wallet.git)",
|
|
|
|
|
"parity-webapp 0.1.0 (git+https://github.com/tomusdrw/parity-webapp.git)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -332,11 +332,11 @@ name = "ethjson"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"rustc-serialize 0.3.18 (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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -344,12 +344,12 @@ name = "ethminer"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clippy 0.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (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.1.0",
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rayon 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -358,14 +358,14 @@ name = "ethsync"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clippy 0.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.3.2 (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.1.0",
|
|
|
|
|
"ethcore-util 1.1.0",
|
|
|
|
|
"ethminer 1.1.0",
|
|
|
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (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)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -403,7 +403,7 @@ name = "hpack"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -419,12 +419,12 @@ dependencies = [
|
|
|
|
|
"cookie 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"httparse 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"language-tags 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"typeable 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)",
|
|
|
|
@ -439,36 +439,36 @@ dependencies = [
|
|
|
|
|
"cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"httparse 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (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)",
|
|
|
|
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"typeable 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)",
|
|
|
|
|
"url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hyper"
|
|
|
|
|
version = "0.9.0-mio"
|
|
|
|
|
source = "git+https://github.com/hyperium/hyper?branch=mio#d55a70dc56dac1f0f03bc4c3a83db0314d48e69a"
|
|
|
|
|
source = "git+https://github.com/hyperium/hyper?branch=mio#bf42e7563b7d52f334a1b25ec3dccf031febb990"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"httparse 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rotor 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"typeable 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)",
|
|
|
|
|
"url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"vecio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -479,7 +479,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hyper 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.1.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"xml-rs 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"xmltree 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -493,17 +493,17 @@ dependencies = [
|
|
|
|
|
"error 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.4.11"
|
|
|
|
|
version = "0.4.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -511,18 +511,18 @@ name = "json-tests"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-core"
|
|
|
|
|
version = "2.0.1"
|
|
|
|
|
version = "2.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_codegen 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -531,17 +531,17 @@ version = "4.0.0"
|
|
|
|
|
source = "git+https://github.com/tomusdrw/jsonrpc-http-server.git?branch=old-hyper#46bd4e7cf8352e0efc940cf76d3dff99f1a3da15"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hyper 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 2.0.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 = "5.0.0"
|
|
|
|
|
source = "git+https://github.com/debris/jsonrpc-http-server.git#76fa443982b40665721fe6b1ece42fc0a53be996"
|
|
|
|
|
version = "5.0.1"
|
|
|
|
|
source = "git+https://github.com/debris/jsonrpc-http-server.git#239066b94660a1af24c8b2efc16e800f9c7cce18"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hyper 0.9.0-mio (git+https://github.com/hyperium/hyper?branch=mio)",
|
|
|
|
|
"jsonrpc-core 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -589,11 +589,8 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
|
|
|
|
version = "0.3.5"
|
|
|
|
|
version = "0.3.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "matches"
|
|
|
|
@ -602,7 +599,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
|
|
|
|
version = "0.1.10"
|
|
|
|
|
version = "0.1.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -610,7 +607,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mempool"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -618,7 +615,7 @@ name = "mime"
|
|
|
|
|
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)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -627,7 +624,7 @@ name = "mime"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -637,12 +634,12 @@ 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.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"nix 0.4.2 (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.34 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -702,7 +699,7 @@ 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)",
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -728,16 +725,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parity-status"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "git+https://github.com/tomusdrw/parity-status.git#6a075228e9248055a37c55dec41461856f5a9f19"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "git+https://github.com/tomusdrw/parity-status.git#bbd45f5ccc6a0ccc9ed2c8b666b012844f9b89a8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"parity-webapp 0.1.0 (git+https://github.com/tomusdrw/parity-webapp.git)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parity-wallet"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/tomusdrw/parity-wallet.git#9b0253f5cb88b31417450ca8be708cab2e437dfc"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "git+https://github.com/tomusdrw/parity-wallet.git#a2148b6b3c4c25f3a70f6fee5bc60a082e0f2efa"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"parity-webapp 0.1.0 (git+https://github.com/tomusdrw/parity-webapp.git)",
|
|
|
|
|
]
|
|
|
|
@ -798,20 +795,20 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quasi"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"syntex_syntax 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quasi_codegen"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aster 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"aster 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -844,12 +841,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
|
|
|
|
version = "0.1.61"
|
|
|
|
|
version = "0.1.65"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"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)",
|
|
|
|
|
"mempool 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mempool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -873,10 +870,10 @@ name = "rotor"
|
|
|
|
|
version = "0.6.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)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quick-error 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"void 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -893,19 +890,19 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rust-crypto"
|
|
|
|
|
version = "0.2.34"
|
|
|
|
|
version = "0.2.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gcc 0.3.26 (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)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-serialize"
|
|
|
|
|
version = "0.3.18"
|
|
|
|
|
version = "0.3.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -944,14 +941,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_codegen"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
version = "0.7.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aster 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quasi 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quasi_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"aster 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quasi 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quasi_codegen 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -981,7 +978,7 @@ version = "0.4.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hpack 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -991,21 +988,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syntex"
|
|
|
|
|
version = "0.30.0"
|
|
|
|
|
version = "0.31.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"syntex_syntax 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntex_syntax 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syntex_syntax"
|
|
|
|
|
version = "0.30.0"
|
|
|
|
|
version = "0.31.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.9 (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)",
|
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (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)",
|
|
|
|
|
]
|
|
|
|
@ -1034,7 +1031,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
|
|
|
|
version = "0.1.34"
|
|
|
|
|
version = "0.1.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1052,7 +1049,7 @@ name = "toml"
|
|
|
|
|
version = "0.1.28"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1060,12 +1057,17 @@ name = "traitobject"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "traitobject"
|
|
|
|
|
version = "0.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "transient-hashmap"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1112,7 +1114,7 @@ name = "unsafe-any"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"traitobject 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1121,20 +1123,20 @@ version = "0.2.38"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"matches 0.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)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "url"
|
|
|
|
|
version = "0.5.7"
|
|
|
|
|
version = "0.5.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"matches 0.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)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"unicode-bidi 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)",
|
|
|
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"uuid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1148,7 +1150,15 @@ version = "0.1.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"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)",
|
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "uuid"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1166,7 +1176,7 @@ version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"blastfig 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|