Cargo.lock 176 KiB
Newer Older
[[package]]
name = "adler32"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "aho-corasick"
version = "0.6.4"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ansi_term"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
[[package]]
name = "app_dirs"
version = "1.2.1"
source = "git+https://github.com/paritytech/app-dirs-rs#0b37f9481ce29e9d5174ad185bca695b206368eb"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
dependencies = [
 "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
]

Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "arrayvec"
version = "0.4.7"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "assert_matches"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "aster"
version = "0.41.0"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"
 "syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "atty"
version = "0.2.8"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Brian Anderson's avatar
Brian Anderson committed
[[package]]
name = "backtrace"
version = "0.3.5"
Brian Anderson's avatar
Brian Anderson committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Jef's avatar
Jef committed
 "backtrace-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "backtrace-sys"
Jef's avatar
Jef committed
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
maciejhirsz's avatar
maciejhirsz committed
[[package]]
name = "base-x"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "base32"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "base64"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "base64"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "bincode"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "bit-set"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "bit-vec"
version = "0.4.4"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "bitflags"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
Marek Kotewicz's avatar
Marek Kotewicz committed
name = "bitflags"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "blooms-db"
version = "0.1.0"
dependencies = [
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
[[package]]
name = "bn"
NikVolf's avatar
NikVolf committed
version = "0.4.4"
source = "git+https://github.com/paritytech/bn#964b48fad5dffbaa124c2f10699e76faf5846c4e"
NikVolf's avatar
NikVolf committed
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "build_const"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "byteorder"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
Tomusdrw's avatar
Tomusdrw committed
name = "bytes"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Jef's avatar
Jef committed
[[package]]
name = "cc"
version = "1.0.10"
Jef's avatar
Jef committed
source = "registry+https://github.com/rust-lang/crates.io-index"
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "cfg-if"
version = "0.1.2"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chainspec"
version = "0.1.0"
dependencies = [
 "ethjson 0.1.0",
 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "chrono"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
]

maciejhirsz's avatar
maciejhirsz committed
[[package]]
name = "cid"
version = "0.2.3"
maciejhirsz's avatar
maciejhirsz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
maciejhirsz's avatar
maciejhirsz committed
 "integer-encoding 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
maciejhirsz's avatar
maciejhirsz committed
 "multibase 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "multihash 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
maciejhirsz's avatar
maciejhirsz committed
]

Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "clap"
version = "2.29.1"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nikolay Volf's avatar
Nikolay Volf committed
 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nikolay Volf's avatar
Nikolay Volf committed
 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "common-types"
version = "0.1.0"
dependencies = [
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethjson 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rlp 0.2.1",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "rlp_derive 0.1.0",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "conv"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "custom_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crc"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "crossbeam"
version = "0.3.2"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crossbeam-deque"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-deque"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-epoch 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-epoch"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-epoch"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-utils"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Vurich's avatar
Vurich committed
[[package]]
name = "crunchy"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.1.6"
Vurich's avatar
Vurich committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ct-logs"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "sct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "ctrlc"
Tomusdrw's avatar
Tomusdrw committed
version = "1.1.1"
source = "git+https://github.com/paritytech/rust-ctrlc.git#b523017108bb2d571a7a69bd97bc406e63bc7a9d"
Nikolay Volf's avatar
Nikolay Volf committed
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "custom_derive"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "daemonize"
version = "0.2.3"
Pierre Krieger's avatar
Pierre Krieger committed
source = "git+https://github.com/paritytech/daemonize#df00295f03450326613f2d616059fd44434a0d74"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "difference"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "dir"
version = "0.1.0"
dependencies = [
 "app_dirs 1.2.1 (git+https://github.com/paritytech/app-dirs-rs)",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "docopt"
version = "0.8.3"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "edit-distance"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "elastic-array"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nikolay Volf's avatar
Nikolay Volf committed

[[package]]
name = "env_logger"
version = "0.4.3"
Nikolay Volf's avatar
Nikolay Volf committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "eth-secp256k1"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.5.7"
source = "git+https://github.com/paritytech/rust-secp256k1#db81cfea59014b4d176f10f86ed52e1a130b6822"
Nikolay Volf's avatar
Nikolay Volf committed
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cc 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethabi"
version = "5.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "ethabi-contract"
version = "5.1.0"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ethabi-derive"
version = "5.1.2"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "ethash"
version = "1.12.0"
Nikolay Volf's avatar
Nikolay Volf committed
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
Peter's avatar
Peter committed
 "primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "ethbloom"
version = "0.5.0"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fixed-hash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nikolay Volf's avatar
Nikolay Volf committed
[[package]]
name = "ethcore"
version = "1.12.0"
Nikolay Volf's avatar
Nikolay Volf committed
dependencies = [
 "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "blooms-db 0.1.0",
NikVolf's avatar
NikVolf committed
 "bn 0.4.4 (git+https://github.com/paritytech/bn)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "common-types 0.1.0",
 "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethabi-derive 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethash 1.12.0",
 "ethcore-bloom-journal 0.1.0",
 "ethcore-io 1.12.0",
 "ethcore-logger 1.12.0",
 "ethcore-miner 1.12.0",
 "ethcore-stratum 1.12.0",
 "ethcore-transaction 0.1.0",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethkey 0.3.0",
 "ethstore 0.2.0",
 "evm 0.1.0",
 "hardware-wallet 1.12.0",
 "hashdb 0.1.1",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.0",
 "kvdb-memorydb 0.1.0",
 "kvdb-rocksdb 0.1.0",
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "macros 0.1.0",
 "memory-cache 0.1.0",
asynchronous rob's avatar
asynchronous rob committed
 "memorydb 0.1.1",
 "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-machine 0.1.0",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "patricia-trie 0.1.0",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rlp 0.2.1",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "rlp_derive 0.1.0",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
 "stats 0.1.0",
 "stop-guard 0.1.0",
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-standardmap 0.1.0",
 "triehash 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "using_queue 0.1.0",
 "util-error 0.1.0",
 "vm 0.1.0",
 "wasm 0.1.0",
NikVolf's avatar
NikVolf committed
[[package]]
name = "ethcore-bloom-journal"
version = "0.1.0"
dependencies = [
 "siphasher 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed

[[package]]
name = "ethcore-bytes"
version = "0.1.0"

[[package]]
name = "ethcore-crypto"
version = "0.1.0"
dependencies = [
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ring 0.12.1 (git+https://github.com/paritytech/ring)",
 "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethcore-devtools"
version = "1.12.0"
[[package]]
name = "ethcore-io"
version = "1.12.0"
dependencies = [
 "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "timer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethcore-light"
version = "1.12.0"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
dependencies = [
 "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore 1.12.0",
 "ethcore-io 1.12.0",
 "ethcore-network 1.12.0",
 "ethcore-transaction 0.1.0",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "hashdb 0.1.1",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.0",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "memory-cache 0.1.0",
asynchronous rob's avatar
asynchronous rob committed
 "memorydb 0.1.1",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "patricia-trie 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "plain_hasher 0.1.0",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rlp 0.2.1",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "rlp_derive 0.1.0",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "triehash 0.1.0",
 "vm 0.1.0",
[[package]]
name = "ethcore-logger"
version = "1.12.0"
dependencies = [
 "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethcore-miner"
version = "1.12.0"
 "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethash 1.12.0",
 "ethcore-transaction 0.1.0",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "price-info 1.12.0",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "trace-time 0.1.0",
 "transaction-pool 1.12.1",
 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethcore-network"
version = "1.12.0"
Pierre Krieger's avatar
Pierre Krieger committed
dependencies = [
 "assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Pierre Krieger's avatar
Pierre Krieger committed
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore-io 1.12.0",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Pierre Krieger's avatar
Pierre Krieger committed
 "ethkey 0.3.0",
 "ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
Pierre Krieger's avatar
Pierre Krieger committed
 "rlp 0.2.1",
 "snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
]

[[package]]
name = "ethcore-network-devp2p"
version = "1.12.0"
dependencies = [
 "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore-io 1.12.0",
 "ethcore-logger 1.12.0",
 "ethcore-network 1.12.0",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "igd 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rlp 0.2.1",
 "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethcore-private-tx"
version = "1.0.0"
dependencies = [
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethabi-derive 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore 1.12.0",
 "ethcore-bytes 0.1.0",
 "ethcore-io 1.12.0",
 "ethcore-logger 1.12.0",
 "ethcore-miner 1.12.0",
 "ethcore-transaction 0.1.0",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethjson 0.1.0",
 "ethkey 0.3.0",
 "fetch 0.1.0",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "patricia-trie 0.1.0",
 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
 "rlp 0.2.1",
 "rlp_derive 0.1.0",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethcore-secretstore"
version = "1.0.0"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethabi-derive 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore 1.12.0",
 "ethcore-logger 1.12.0",
 "ethcore-sync 1.12.0",
 "ethcore-transaction 0.1.0",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.0",
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "ethcore-service"
version = "0.1.0"
dependencies = [
 "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore 1.12.0",
 "ethcore-io 1.12.0",
 "ethcore-private-tx 1.0.0",
 "ethcore-sync 1.12.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "kvdb 0.1.0",
 "kvdb-rocksdb 0.1.0",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "stop-guard 0.1.0",
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethcore-stratum"
version = "1.12.0"
dependencies = [
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore-logger 1.12.0",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
 "jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
 "jsonrpc-tcp-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "ethcore-sync"
version = "1.12.0"
Marek Kotewicz's avatar
Marek Kotewicz committed
dependencies = [
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore 1.12.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "ethcore-bytes 0.1.0",
 "ethcore-io 1.12.0",
 "ethcore-light 1.12.0",
 "ethcore-network 1.12.0",
 "ethcore-network-devp2p 1.12.0",
 "ethcore-private-tx 1.0.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "ethcore-transaction 0.1.0",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "ethkey 0.3.0",
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "kvdb 0.1.0",
 "kvdb-memorydb 0.1.0",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "macros 0.1.0",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "plain_hasher 0.1.0",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rlp 0.2.1",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "triehash 0.1.0",
]

[[package]]
name = "ethcore-transaction"
version = "0.1.0"
dependencies = [
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethjson 0.1.0",
 "ethkey 0.3.0",
 "evm 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rlp 0.2.1",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "unexpected 0.1.0",
]

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "ethereum-types"
Andrew Jones's avatar
Andrew Jones committed
version = "0.3.2"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fixed-hash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
Andrew Jones's avatar
Andrew Jones committed
 "uint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
]

[[package]]
name = "ethereum-types-serialize"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethjson"
version = "0.1.0"
dependencies = [
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethkey"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "edit-distance 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)",
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
name = "ethkey-cli"
version = "0.1.0"
dependencies = [
 "docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethkey 0.3.0",
Brian Anderson's avatar
Brian Anderson committed
 "panic_hook 0.1.0",
 "parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ethstore"
Andrew Jones's avatar
Andrew Jones committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",