Cargo.lock 269 KiB
Newer Older
name = "rustc-serialize"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rw-stream-sink"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "safe-mix"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "schannel"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "schnorrkel"
version = "0.1.0"
source = "git+https://github.com/w3f/schnorrkel#4eb311afa884285dc227fbef54c3ef57368fefd0"
dependencies = [
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "curve25519-dalek 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "merlin 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha3 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "secp256k1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
 "security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "MacTypes-sys 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "semver"
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 = "send_wrapper"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "serde_derive"
version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "serde_yaml"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sha2"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sha3"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "shasper"
version = "0.9.0"
dependencies = [
 "casper 0.1.0",
 "ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "shasper-consensus 0.1.0",
 "shasper-crypto 0.1.0",
Wei Tang's avatar
Wei Tang committed
 "shasper-primitives 0.1.0",
 "shasper-runtime 0.9.0",
 "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-basic-authorship 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-cli 0.3.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-inherents 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-transaction-pool 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-root 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "vergen 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "shasper-blockchain"
version = "0.1.0"
dependencies = [
 "beacon 0.1.2",
 "blockchain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "blockchain-network-simple 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "blockchain-rocksdb 0.1.0",
 "bls-aggregates 0.7.0 (git+https://github.com/sigp/signature-schemes)",
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "rocksdb 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "shasper-crypto 0.1.0",
Wei Tang's avatar
Wei Tang committed
[[package]]
name = "shasper-consensus"
version = "0.1.0"
dependencies = [
Wei Tang's avatar
Wei Tang committed
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "shasper-consensus-primitives 0.1.0",
 "shasper-crypto 0.1.0",
Wei Tang's avatar
Wei Tang committed
 "shasper-primitives 0.1.0",
 "shasper-runtime 0.9.0",
Wei Tang's avatar
Wei Tang committed
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-basic-authorship 0.1.0 (git+https://github.com/paritytech/substrate)",
Wei Tang's avatar
Wei Tang committed
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-consensus-aura-slots 0.1.0 (git+https://github.com/paritytech/substrate)",
Wei Tang's avatar
Wei Tang committed
 "substrate-consensus-common 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-inherents 0.1.0 (git+https://github.com/paritytech/substrate)",
Wei Tang's avatar
Wei Tang committed
 "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate)",
 "substrate-transaction-pool 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
]

[[package]]
name = "shasper-consensus-primitives"
version = "0.1.0"
dependencies = [
 "casper 0.1.0",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "shasper-primitives 0.1.0",
Wei Tang's avatar
Wei Tang committed
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
Wei Tang's avatar
Wei Tang committed
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-inherents 0.1.0 (git+https://github.com/paritytech/substrate)",
Wei Tang's avatar
Wei Tang committed
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "shasper-crypto"
version = "0.1.0"
dependencies = [
 "bls-aggregates 0.7.0 (git+https://github.com/sigp/signature-schemes)",
[[package]]
name = "shasper-primitives"
version = "0.1.0"
dependencies = [
 "beacon 0.1.2",
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "keccak-hasher 0.1.1",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitive-types 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "shasper-crypto 0.1.0",
 "ssz-derive 0.1.2",
[[package]]
name = "shasper-runtime"
version = "0.9.0"
dependencies = [
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "casper 0.1.0",
 "hash-db 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)",
Wei Tang's avatar
Wei Tang committed
 "keccak-hasher 0.1.1",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "shasper-consensus-primitives 0.1.0",
Wei Tang's avatar
Wei Tang committed
 "shasper-crypto 0.1.0",
 "shasper-primitives 0.1.0",
Wei Tang's avatar
Wei Tang committed
 "shuffling 0.1.0",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "ssz-derive 0.1.2",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-consensus-aura-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-inherents 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
[[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)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "shuffling"
version = "0.1.0"
dependencies = [
 "blake2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

[[package]]
name = "slog-async"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "slog-json"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "slog-scope"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sourcefile"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "sr-api-macros"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro-crate 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "environmental 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libsecp256k1 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "sr-std"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sr-version"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "srml-metadata"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "srml-support"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "bitmask 0.5.0 (git+https://github.com/paritytech/bitmask)",
 "hex-literal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "paste 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-metadata 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support-procedural 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-inherents 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "srml-support-procedural"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-api-macros 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support-procedural-tools 0.1.0 (git+https://github.com/paritytech/substrate)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "srml-support-procedural-tools"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "proc-macro-crate 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "srml-support-procedural-tools-derive 0.1.0 (git+https://github.com/paritytech/substrate)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "srml-support-procedural-tools-derive"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
[[package]]
name = "ssz"
version = "0.1.2"
Wei Tang's avatar
Wei Tang committed
dependencies = [
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "plain_hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitive-types 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
]

[[package]]
name = "ssz-derive"
version = "0.1.2"
Wei Tang's avatar
Wei Tang committed
dependencies = [
 "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
]

[[package]]
name = "ssz-merkle"
version = "0.1.0"
dependencies = [
 "bm 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ssz 0.1.2",
]

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

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

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

source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "stdweb-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "stdweb-internal-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "stdweb-internal-runtime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "stdweb-derive"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "base-x 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "stream-cipher"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "structopt"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "structopt-derive 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-basic-authorship"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-consensus-aura-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-consensus-common 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-inherents 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-telemetry 0.3.1 (git+https://github.com/paritytech/substrate)",
 "substrate-transaction-pool 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-bip39"
version = "0.2.0"
source = "git+https://github.com/paritytech/substrate-bip39#a28806512c977992af8d6740d45352f5a1c832a0"
dependencies = [
 "hmac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "schnorrkel 0.1.0 (git+https://github.com/w3f/schnorrkel)",
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-cli"
version = "0.3.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-panic-handler 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-telemetry 0.3.1 (git+https://github.com/paritytech/substrate)",
 "sysinfo 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-client"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-api-macros 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-consensus-common 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-inherents 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-telemetry 0.3.1 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-client-db"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "hash-db 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)",
 "kvdb-rocksdb 0.1.4 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-db 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-consensus-aura-primitives"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-consensus-aura-slots"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-consensus-aura-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-consensus-common 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-inherents 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-consensus-common"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
Wei Tang's avatar
Wei Tang committed
 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-inherents 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-executor"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libsecp256k1 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-panic-handler 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-inherents"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-keyring"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "hex-literal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-keystore"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-crypto 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-network"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "fork-tree 0.1.0 (git+https://github.com/paritytech/substrate)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-consensus-common 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-network-libp2p"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "libp2p 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-panic-handler"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"
dependencies = [
 "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-primitives"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#91fa6594fe734ae41a2019cbc277cd175e7e91b9"