Skip to content
Snippets Groups Projects
Cargo.lock 132 KiB
Newer Older
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "aho-corasick"
Tomasz Drwięga's avatar
Tomasz Drwięga 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)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "ansi_term"
version = "0.9.0"
source = "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"

[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "app_dirs"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
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)",
 "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)",
]

Gav's avatar
Gav committed
[[package]]
name = "arrayvec"
version = "0.4.7"
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"
Gav Wood's avatar
Gav Wood committed
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "atty"
Gav Wood's avatar
Gav Wood committed
version = "0.2.10"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "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)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "backtrace"
Gav Wood's avatar
Gav Wood committed
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "backtrace-sys 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "backtrace-sys"
Gav Wood's avatar
Gav Wood committed
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "base58"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "base64"
Gav Wood's avatar
Gav Wood committed
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "bitflags"
Gav Wood's avatar
Gav Wood committed
version = "1.0.3"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav's avatar
Gav committed
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "bytes"
Gav Wood's avatar
Gav Wood committed
version = "0.4.8"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "cc"
Gav Wood's avatar
Gav Wood committed
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",

[[package]]
name = "cfg-if"
Gav Wood's avatar
Gav Wood committed
version = "0.1.3"
source = "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 = [
Gav Wood's avatar
Gav Wood committed
 "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "clap"
version = "2.31.2"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

Gav Wood's avatar
Gav Wood committed
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
[[package]]
Gav Wood's avatar
Gav Wood committed
name = "constant_time_eq"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "crossbeam-deque"
version = "0.2.0"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "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.1"
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.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-epoch"
version = "0.3.1"
Gav Wood's avatar
Gav Wood committed
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.3 (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.1 (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)",
Gav's avatar
Gav committed
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav's avatar
Gav committed
[[package]]
Gav Wood's avatar
Gav Wood committed
name = "crossbeam-epoch"
version = "0.4.1"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.3 (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.1 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
Gav's avatar
Gav committed

[[package]]
Gav Wood's avatar
Gav Wood committed
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crunchy"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ctrlc"
version = "1.1.1"
source = "git+https://github.com/paritytech/rust-ctrlc.git#b523017108bb2d571a7a69bd97bc406e63bc7a9d"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav's avatar
Gav committed
[[package]]
name = "demo-cli"
version = "0.1.0"
dependencies = [
 "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)",
Gav's avatar
Gav committed
 "demo-executor 0.1.0",
 "demo-primitives 0.1.0",
 "demo-runtime 0.1.0",
 "ed25519 0.1.0",
 "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)",
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-client 0.1.0",
 "substrate-codec 0.1.0",
 "substrate-executor 0.1.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "substrate-extrinsic-pool 0.1.0",
Gav's avatar
Gav committed
 "substrate-primitives 0.1.0",
 "substrate-rpc 0.1.0",
Gav's avatar
Gav committed
 "substrate-rpc-servers 0.1.0",
 "substrate-runtime-io 0.1.0",
 "substrate-state-machine 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
]

[[package]]
name = "demo-executor"
version = "0.1.0"
dependencies = [
 "demo-primitives 0.1.0",
 "demo-runtime 0.1.0",
 "ed25519 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-codec 0.1.0",
 "substrate-executor 0.1.0",
 "substrate-keyring 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-io 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-staking 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-support 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-system 0.1.0",
Gav's avatar
Gav committed
 "substrate-state-machine 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
]

[[package]]
name = "demo-primitives"
version = "0.1.0"
dependencies = [
 "pretty_assertions 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-std 0.1.0",
 "substrate-serializer 0.1.0",
]

[[package]]
name = "demo-runtime"
version = "0.1.0"
dependencies = [
 "demo-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "safe-mix 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-codec 0.1.0",
 "substrate-keyring 0.1.0",
 "substrate-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-consensus 0.1.0",
 "substrate-runtime-council 0.1.0",
 "substrate-runtime-democracy 0.1.0",
 "substrate-runtime-executive 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-io 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-session 0.1.0",
 "substrate-runtime-staking 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-std 0.1.0",
 "substrate-runtime-support 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-system 0.1.0",
 "substrate-runtime-timestamp 0.1.0",
Gav's avatar
Gav committed
]

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

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

[[package]]
name = "ed25519"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-primitives 0.1.0",
 "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

Gav's avatar
Gav committed
[[package]]
name = "either"
Gav Wood's avatar
Gav Wood committed
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "env_logger"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "environmental"
version = "0.1.0"

[[package]]
name = "error-chain"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "backtrace 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "eth-secp256k1"
source = "git+https://github.com/paritytech/rust-secp256k1#db81cfea59014b4d176f10f86ed52e1a130b6822"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethbloom"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (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-bytes"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
[[package]]
name = "ethcore-crypto"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethcore-io"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
dependencies = [
 "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "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)",
Gav Wood's avatar
Gav Wood committed
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "time 0.1.40 (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-logger"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "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)",
Gav Wood's avatar
Gav Wood committed
 "atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethcore-network"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
dependencies = [
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore-crypto 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "ethcore-io 1.12.0 (git+https://github.com/paritytech/parity.git)",
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "ethkey 0.3.0 (git+https://github.com/paritytech/parity.git)",
Gav Wood's avatar
Gav Wood committed
 "ipnetwork 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "rlp 0.2.1 (git+https://github.com/paritytech/parity.git)",
 "snappy 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
]

[[package]]
name = "ethcore-network-devp2p"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
dependencies = [
 "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore-bytes 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "ethcore-crypto 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "ethcore-io 1.12.0 (git+https://github.com/paritytech/parity.git)",
 "ethcore-logger 1.12.0 (git+https://github.com/paritytech/parity.git)",
 "ethcore-network 1.12.0 (git+https://github.com/paritytech/parity.git)",
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethkey 0.3.0 (git+https://github.com/paritytech/parity.git)",
 "igd 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "ipnetwork 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "keccak-hash 0.1.2 (git+https://github.com/paritytech/parity.git)",
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "path 0.1.0 (git+https://github.com/paritytech/parity.git)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rlp 0.2.1 (git+https://github.com/paritytech/parity.git)",
 "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)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.19 (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)",
Gav Wood's avatar
Gav Wood committed
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethereum-types"
Gav Wood's avatar
Gav Wood committed
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
Gav Wood's avatar
Gav Wood committed
 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "uint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ethereum-types-serialize"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ethkey"
version = "0.3.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "edit-distance 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)",
 "ethcore-crypto 0.1.0 (git+https://github.com/paritytech/parity.git)",
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "mem 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "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)",
Gav Wood's avatar
Gav Wood committed
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "exit-future"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fdlimit"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "fixed-hash"
asynchronous rob's avatar
asynchronous rob committed
version = "0.1.3"
source = "git+https://github.com/rphmeier/primitives.git?branch=compile-for-wasm#8dc457899afdaf968ff7f16140b03d1e37b01d71"
dependencies = [
 "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)",
]

Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
[[package]]
name = "fixed-hash"
version = "0.2.1"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "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)",
]

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "fuchsia-zircon"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fuchsia-zircon-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "futures"
Gav Wood's avatar
Gav Wood committed
version = "0.1.21"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "futures-cpupool"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
[[package]]
name = "gcc"
version = "0.3.54"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "globset"
Gav Wood's avatar
Gav Wood committed
version = "0.4.0"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "hashdb"
version = "0.1.1"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
 "elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "hex"
Gav Wood's avatar
Gav Wood committed
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav's avatar
Gav committed
[[package]]
name = "hex-literal"
Gav Wood's avatar
Gav Wood committed
version = "0.1.1"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "hex-literal-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "proc-macro-hack 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "hex-literal-impl"
Gav Wood's avatar
Gav Wood committed
version = "0.1.1"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro-hack 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "httparse"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "hyper"
Gav Wood's avatar
Gav Wood committed
version = "0.11.27"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.8 (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)",
 "httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "time 0.1.40 (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)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "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)",
 "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "idna"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "igd"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-retry 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "xmltree 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "integer-sqrt"
version = "0.1.0"
source = "git+https://github.com/paritytech/integer-sqrt-rs.git#886e9cb983c46498003878afe965d55caa762025"
[[package]]
name = "interleaved-ordered"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "iovec"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ipnetwork"
Gav Wood's avatar
Gav Wood committed
version = "0.12.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "itertools"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "itoa"
Gav Wood's avatar
Gav Wood committed
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "jsonrpc-core"
version = "8.0.2"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/jsonrpc.git#3e358b48b71bf90dc60b4099de47e65b030dc319"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "jsonrpc-http-server"
version = "8.0.1"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/jsonrpc.git#3e358b48b71bf90dc60b4099de47e65b030dc319"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 8.0.2 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-server-utils 8.0.1 (git+https://github.com/paritytech/jsonrpc.git)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "jsonrpc-macros"
version = "8.0.1"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/jsonrpc.git#3e358b48b71bf90dc60b4099de47e65b030dc319"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "jsonrpc-core 8.0.2 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-pubsub 8.0.1 (git+https://github.com/paritytech/jsonrpc.git)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "jsonrpc-pubsub"
version = "8.0.1"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/jsonrpc.git#3e358b48b71bf90dc60b4099de47e65b030dc319"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "jsonrpc-core 8.0.2 (git+https://github.com/paritytech/jsonrpc.git)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "jsonrpc-server-utils"
version = "8.0.1"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/jsonrpc.git#3e358b48b71bf90dc60b4099de47e65b030dc319"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "globset 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 8.0.2 (git+https://github.com/paritytech/jsonrpc.git)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "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)",
[[package]]
name = "jsonrpc-ws-server"
version = "8.0.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/jsonrpc.git#3e358b48b71bf90dc60b4099de47e65b030dc319"
dependencies = [
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 8.0.2 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-server-utils 8.0.1 (git+https://github.com/paritytech/jsonrpc.git)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ws 0.7.5 (git+https://github.com/tomusdrw/ws-rs)",
]

[[package]]
name = "keccak-hash"
Gav Wood's avatar
Gav Wood committed
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethereum-types 0.3.2 (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 = "keccak-hash"
Gav Wood's avatar
Gav Wood committed
version = "0.1.2"
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "kvdb"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
dependencies = [
 "elastic-array 0.10.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-bytes 0.1.0 (git+https://github.com/paritytech/parity.git)",
]

[[package]]
name = "kvdb-memorydb"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
dependencies = [
 "kvdb 0.1.0 (git+https://github.com/paritytech/parity.git)",
Gav Wood's avatar
Gav Wood committed
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "kvdb-rocksdb"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
dependencies = [
 "elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "rocksdb 0.4.5 (git+https://github.com/paritytech/rust-rocksdb)",
]

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "lazy_static"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav's avatar
Gav committed
[[package]]
name = "lazy_static"
Gav Wood's avatar
Gav Wood committed
version = "1.0.1"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "lazycell"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "libc"
Gav Wood's avatar
Gav Wood committed
version = "0.2.41"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "linked-hash-map"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "local-encoding"
version = "0.2.0"
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)",
 "skeptic 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "log"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "log"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "matches"
version = "0.1.6"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "mem"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "memchr"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "memoffset"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "memorydb"
version = "0.1.1"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
 "elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hashdb 0.1.1 (git+https://github.com/paritytech/parity.git)",
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "keccak-hash 0.1.2 (git+https://github.com/paritytech/parity.git)",
 "plain_hasher 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "rlp 0.2.1 (git+https://github.com/paritytech/parity.git)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "mime"
Gav Wood's avatar
Gav Wood committed
version = "0.3.7"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "mio"
Gav Wood's avatar
Gav Wood committed
version = "0.6.14"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "winapi 0.2.8 (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)",
Gav Wood's avatar
Gav Wood committed
 "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "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 = "net2"
Gav Wood's avatar
Gav Wood committed
version = "0.2.32"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
version = "0.1.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "num-traits"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "num_cpus"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ole32-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "parity-wasm"
Gav Wood's avatar
Gav Wood committed
version = "0.27.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "parity-wasm"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "parity-wordlist"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "parking_lot"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
[[package]]
name = "parking_lot"
Gav Wood's avatar
Gav Wood committed
version = "0.5.5"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "parking_lot_core"
Gav Wood's avatar
Gav Wood committed
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "path"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
[[package]]
name = "patricia-trie"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
 "elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore-bytes 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "ethcore-logger 1.12.0 (git+https://github.com/paritytech/parity.git)",
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hashdb 0.1.1 (git+https://github.com/paritytech/parity.git)",
Gav Wood's avatar
Gav Wood committed
 "keccak-hash 0.1.2 (git+https://github.com/paritytech/parity.git)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "memorydb 0.1.1 (git+https://github.com/paritytech/parity.git)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rlp 0.2.1 (git+https://github.com/paritytech/parity.git)",
 "triehash 0.1.0 (git+https://github.com/paritytech/parity.git)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "plain_hasher"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
dependencies = [
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "polkadot"
version = "0.1.0"
dependencies = [
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-cli 0.2.0",
[[package]]
name = "polkadot-api"
version = "0.1.0"
dependencies = [
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-executor 0.1.0",
 "polkadot-primitives 0.1.0",
 "polkadot-runtime 0.1.0",
 "substrate-client 0.1.0",
 "substrate-codec 0.1.0",
 "substrate-keyring 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-executive 0.1.0",
 "substrate-runtime-io 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-primitives 0.1.0",
[[package]]
name = "polkadot-cli"
Gav Wood's avatar
Gav Wood committed
version = "0.2.0"
dependencies = [
 "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)",
asynchronous rob's avatar
asynchronous rob committed
 "ed25519 0.1.0",
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.0.1 (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.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-primitives 0.1.0",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "polkadot-service 0.1.0",
 "polkadot-transaction-pool 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-client 0.1.0",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "substrate-network 0.1.0",
 "substrate-rpc 0.1.0",
Gav's avatar
Gav committed
 "substrate-rpc-servers 0.1.0",
 "substrate-state-machine 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "polkadot-collator"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-parachain 0.1.0",
Gav's avatar
Gav committed
 "polkadot-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "polkadot-runtime 0.1.0",
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
[[package]]
name = "polkadot-consensus"
version = "0.1.0"
dependencies = [
 "ed25519 0.1.0",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "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.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-api 0.1.0",
 "polkadot-collator 0.1.0",
 "polkadot-parachain 0.1.0",
 "polkadot-runtime 0.1.0",
 "polkadot-transaction-pool 0.1.0",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "substrate-client 0.1.0",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "substrate-keyring 0.1.0",
 "substrate-network 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-support 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "polkadot-executor"
version = "0.1.0"
dependencies = [
Gav's avatar
Gav committed
 "polkadot-runtime 0.1.0",
 "substrate-executor 0.1.0",
]

[[package]]
name = "polkadot-keystore"
version = "0.1.0"
dependencies = [
 "ed25519 0.1.0",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethcore-crypto 0.1.0 (git+https://github.com/paritytech/parity.git)",
Gav Wood's avatar
Gav Wood committed
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "polkadot-parachain"
version = "0.1.0"
dependencies = [
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-codec 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
[[package]]
name = "polkadot-primitives"
version = "0.1.0"
dependencies = [
 "pretty_assertions 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-std 0.1.0",
Gav's avatar
Gav committed
 "substrate-serializer 0.1.0",
]

Gav's avatar
Gav committed
name = "polkadot-runtime"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-primitives 0.1.0",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-codec 0.1.0",
 "substrate-keyring 0.1.0",
Gav's avatar
Gav committed
 "substrate-primitives 0.1.0",
 "substrate-runtime-consensus 0.1.0",
 "substrate-runtime-council 0.1.0",
 "substrate-runtime-democracy 0.1.0",
 "substrate-runtime-executive 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-io 0.1.0",
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-session 0.1.0",
 "substrate-runtime-staking 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-std 0.1.0",
 "substrate-runtime-support 0.1.0",
 "substrate-runtime-system 0.1.0",
 "substrate-runtime-timestamp 0.1.0",
 "substrate-serializer 0.1.0",
Gav's avatar
Gav committed
]

Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
[[package]]
name = "polkadot-service"
version = "0.1.0"
dependencies = [
 "ed25519 0.1.0",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-api 0.1.0",
 "polkadot-consensus 0.1.0",
 "polkadot-executor 0.1.0",
 "polkadot-keystore 0.1.0",
 "polkadot-primitives 0.1.0",
 "polkadot-runtime 0.1.0",
 "polkadot-transaction-pool 0.1.0",
 "substrate-client 0.1.0",
 "substrate-client-db 0.1.0",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "substrate-codec 0.1.0",
 "substrate-executor 0.1.0",
 "substrate-network 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-io 0.1.0",
 "substrate-state-machine 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "polkadot-statement-table"
version = "0.1.0"
dependencies = [
 "polkadot-primitives 0.1.0",
 "substrate-primitives 0.1.0",
]

[[package]]
name = "polkadot-transaction-pool"
version = "0.1.0"
dependencies = [
 "ed25519 0.1.0",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-api 0.1.0",
 "polkadot-primitives 0.1.0",
 "polkadot-runtime 0.1.0",
 "substrate-client 0.1.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "substrate-extrinsic-pool 0.1.0",
 "substrate-keyring 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-primitives 0.1.0",
[[package]]
name = "pretty_assertions"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav's avatar
Gav committed
[[package]]
name = "proc-macro-hack"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro-hack-impl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "proc-macro-hack-impl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "proc-macro2"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "pulldown-cmark"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "pwasm-alloc"
version = "0.1.0"
dependencies = [
 "pwasm-libc 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "pwasm-utils"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-wasm 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "quote"
Gav Wood's avatar
Gav Wood committed
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "proc-macro2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
asynchronous rob's avatar
asynchronous rob committed
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

Gav's avatar
Gav committed
[[package]]
name = "rayon"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "rayon"
Gav Wood's avatar
Gav Wood committed
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
[[package]]
name = "rayon-core"
Gav Wood's avatar
Gav Wood committed
version = "1.4.0"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "redox_syscall"
Gav Wood's avatar
Gav Wood committed
version = "0.1.39"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "redox_syscall 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "regex"
Gav Wood's avatar
Gav Wood committed
version = "0.2.11"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "regex-syntax"
Gav Wood's avatar
Gav Wood committed
version = "0.5.6"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
Tomasz Drwięga's avatar
Tomasz Drwięga committed

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "relay"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "remove_dir_all"
Gav Wood's avatar
Gav Wood committed
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
[[package]]
name = "ring"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rlp"
version = "0.2.1"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/parity.git#93054ef24b590a8d854cd6b2d1de6567667d39da"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood 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)",
]

Gav Wood's avatar
Gav Wood committed
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
]

[[package]]
name = "rocksdb"
version = "0.4.5"
source = "git+https://github.com/paritytech/rust-rocksdb#ecf06adf3148ab10f6f7686b724498382ff4f36e"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rocksdb-sys 0.3.0 (git+https://github.com/paritytech/rust-rocksdb)",
]

[[package]]
name = "rocksdb-sys"
version = "0.3.0"
source = "git+https://github.com/paritytech/rust-rocksdb#ecf06adf3148ab10f6f7686b724498382ff4f36e"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "local-encoding 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "snappy-sys 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
]

[[package]]
name = "rust-crypto"
version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "rustc-demangle"
Gav Wood's avatar
Gav Wood committed
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "rustc-hex"
version = "2.0.0"
source = "git+https://github.com/rphmeier/rustc-hex.git#ee2ec40b9062ac7769ccb9dc891d6dc2cc9009d7"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "rustc-serialize"
version = "0.3.24"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "rustc_version"
Gav Wood's avatar
Gav Wood committed
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "safe-mix"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "safemem"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "scoped-tls"
Gav Wood's avatar
Gav Wood committed
version = "0.1.2"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav's avatar
Gav committed
[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "semver"
Gav Wood's avatar
Gav Wood committed
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "serde"
Gav Wood's avatar
Gav Wood committed
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde_derive"
Gav Wood's avatar
Gav Wood committed
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "proc-macro2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "serde_json"
Gav Wood's avatar
Gav Wood committed
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sha1"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "shell32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "skeptic"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "pulldown-cmark 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "slab"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "slab"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

[[package]]
name = "smallvec"
Gav Wood's avatar
Gav Wood committed
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "snappy"
version = "0.1.0"
source = "git+https://github.com/paritytech/rust-snappy#40ac9a0d9fd613e7f38df800a11a589b7296da73"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "snappy-sys 0.1.0 (git+https://github.com/paritytech/rust-snappy)",
]

[[package]]
name = "snappy-sys"
version = "0.1.0"
source = "git+https://github.com/paritytech/rust-snappy#40ac9a0d9fd613e7f38df800a11a589b7296da73"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",

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

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "strsim"
asynchronous rob's avatar
asynchronous rob committed
version = "0.7.0"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "subkey"
version = "0.1.0"
dependencies = [
 "ed25519 0.1.0",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "substrate-primitives 0.1.0",
]

[[package]]
name = "substrate-bft"
version = "0.1.0"
dependencies = [
 "ed25519 0.1.0",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "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.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-codec 0.1.0",
 "substrate-executor 0.1.0",
 "substrate-keyring 0.1.0",
 "substrate-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-support 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-client"
version = "0.1.0"
dependencies = [
 "ed25519 0.1.0",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.1 (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.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-bft 0.1.0",
 "substrate-codec 0.1.0",
 "substrate-executor 0.1.0",
 "substrate-keyring 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-io 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-support 0.1.0",
 "substrate-state-machine 0.1.0",
 "substrate-test-client 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-client-db"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hashdb 0.1.1 (git+https://github.com/paritytech/parity.git)",
 "kvdb 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "memorydb 0.1.1 (git+https://github.com/paritytech/parity.git)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "patricia-trie 0.1.0 (git+https://github.com/paritytech/parity.git)",
 "substrate-client 0.1.0",
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-support 0.1.0",
 "substrate-state-machine 0.1.0",
]

[[package]]
name = "substrate-codec"
version = "0.1.0"
Gav's avatar
Gav committed
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-executor"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "ed25519 0.1.0",
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-codec 0.1.0",
Gav's avatar
Gav committed
 "substrate-primitives 0.1.0",
 "substrate-runtime-io 0.1.0",
 "substrate-serializer 0.1.0",
 "substrate-state-machine 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wabt 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "wasmi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "substrate-extrinsic-pool"
version = "0.1.0"
dependencies = [
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "transaction-pool 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-keyring"
version = "0.1.0"
dependencies = [
 "ed25519 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-misbehavior-check"
version = "0.1.0"
dependencies = [
 "substrate-bft 0.1.0",
 "substrate-codec 0.1.0",
 "substrate-keyring 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-io 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
[[package]]
name = "substrate-network"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
 "ed25519 0.1.0",
 "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)",
 "ethcore-io 1.12.0 (git+https://github.com/paritytech/parity.git)",
 "ethcore-network 1.12.0 (git+https://github.com/paritytech/parity.git)",
 "ethcore-network-devp2p 1.12.0 (git+https://github.com/paritytech/parity.git)",
Gav Wood's avatar
Gav Wood committed
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "linked-hash-map 0.5.1 (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.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-bft 0.1.0",
 "substrate-client 0.1.0",
 "substrate-codec 0.1.0",
 "substrate-keyring 0.1.0",
 "substrate-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-support 0.1.0",
 "substrate-serializer 0.1.0",
 "substrate-state-machine 0.1.0",
 "substrate-test-client 0.1.0",
Gav's avatar
Gav committed
[[package]]
name = "substrate-primitives"
version = "0.1.0"
dependencies = [
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "fixed-hash 0.1.3 (git+https://github.com/rphmeier/primitives.git?branch=compile-for-wasm)",
 "pretty_assertions 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.0.0 (git+https://github.com/rphmeier/rustc-hex.git)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-codec 0.1.0",
 "substrate-runtime-std 0.1.0",
 "substrate-serializer 0.1.0",
Gav's avatar
Gav committed
 "twox-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "uint 0.1.2 (git+https://github.com/rphmeier/primitives.git?branch=compile-for-wasm)",
Gav Wood's avatar
Gav Wood committed
 "wasmi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
]

Gav's avatar
Gav committed
[[package]]
name = "substrate-rpc"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 8.0.2 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-macros 8.0.1 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-pubsub 8.0.1 (git+https://github.com/paritytech/jsonrpc.git)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-client 0.1.0",
 "substrate-executor 0.1.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "substrate-extrinsic-pool 0.1.0",
Gav's avatar
Gav committed
 "substrate-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
Gav's avatar
Gav committed
 "substrate-state-machine 0.1.0",
 "substrate-test-client 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
]

[[package]]
name = "substrate-rpc-servers"
version = "0.1.0"
dependencies = [
 "jsonrpc-core 8.0.2 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-http-server 8.0.1 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-pubsub 8.0.1 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-rpc 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "substrate-runtime-consensus"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-io 0.1.0",
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-std 0.1.0",
 "substrate-runtime-support 0.1.0",
 "substrate-runtime-system 0.1.0",
[[package]]
name = "substrate-runtime-contract"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-wasm 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pwasm-utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-codec 0.1.0",
 "substrate-runtime-sandbox 0.1.0",
 "substrate-runtime-std 0.1.0",
 "wabt 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "substrate-runtime-council"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)",
Gav Wood's avatar
Gav Wood committed
 "safe-mix 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "substrate-codec 0.1.0",
 "substrate-keyring 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-consensus 0.1.0",
 "substrate-runtime-democracy 0.1.0",
 "substrate-runtime-io 0.1.0",
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-session 0.1.0",
 "substrate-runtime-staking 0.1.0",
 "substrate-runtime-std 0.1.0",
 "substrate-runtime-support 0.1.0",
 "substrate-runtime-system 0.1.0",
]

[[package]]
name = "substrate-runtime-democracy"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "safe-mix 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-consensus 0.1.0",
 "substrate-runtime-io 0.1.0",
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-session 0.1.0",
 "substrate-runtime-staking 0.1.0",
 "substrate-runtime-std 0.1.0",
 "substrate-runtime-support 0.1.0",
 "substrate-runtime-system 0.1.0",
]

[[package]]
name = "substrate-runtime-executive"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-consensus 0.1.0",
 "substrate-runtime-io 0.1.0",
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-session 0.1.0",
 "substrate-runtime-staking 0.1.0",
 "substrate-runtime-std 0.1.0",
 "substrate-runtime-support 0.1.0",
 "substrate-runtime-system 0.1.0",
]

[[package]]
name = "substrate-runtime-io"
version = "0.1.0"
dependencies = [
 "ed25519 0.1.0",
 "environmental 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-std 0.1.0",
 "substrate-state-machine 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "substrate-runtime-primitives"
version = "0.1.0"
dependencies = [
 "integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)",
 "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-io 0.1.0",
 "substrate-runtime-std 0.1.0",
 "substrate-runtime-support 0.1.0",
]

[[package]]
name = "substrate-runtime-sandbox"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
 "substrate-runtime-io 0.1.0",
Loading full blame...