Cargo.lock 282 KiB
Newer Older
name = "rustls"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rw-stream-sink"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "ryu"
version = "1.0.0"
asynchronous rob's avatar
asynchronous rob committed
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)",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "schnorrkel"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "curve25519-dalek 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "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.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "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.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "sct"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[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"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "serde"
version = "1.0.97"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "serde_derive"
version = "1.0.97"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "serde_json"
version = "1.0.40"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sha-1"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (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 = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "sha2"
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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (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)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "sha3"
version = "0.8.2"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "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 = "shared_memory"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
 "memrange 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "theban_interval_tree 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[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 = "slab"
version = "0.4.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "slog"
version = "2.5.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "slog-json"
version = "2.3.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "slog-scope"
version = "4.1.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "slog_derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "smallvec"
asynchronous rob's avatar
asynchronous rob committed
source = "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.2 (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.10 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "soketto"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (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"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "environmental 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.14.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 4.1.4 (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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sr-primitives"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
asynchronous rob's avatar
asynchronous rob committed

[[package]]
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "srml-aura"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-aura-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "srml-authorship"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "srml-balances"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
 "parity-codec 4.1.4 (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.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "srml-collective"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
 "parity-codec 4.1.4 (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.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "srml-democracy"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
 "parity-codec 4.1.4 (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.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "srml-elections"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "parity-codec 4.1.4 (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.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "srml-executive"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "srml-finality-tracker"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "srml-grandpa"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "srml-indices"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "srml-metadata"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "srml-session"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
 "parity-codec 4.1.4 (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.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
 "parity-codec 4.1.4 (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.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "srml-sudo"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "srml-support"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
 "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "srml-support-procedural"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "srml-support-procedural-tools"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "srml-support-procedural-tools-derive"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
 "parity-codec 4.1.4 (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.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "srml-timestamp"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "srml-treasury"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gav Wood's avatar
Gav Wood committed
]

[[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"

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

[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.12 (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"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "structopt-derive"
version = "0.2.18"
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.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "strum_macros"
version = "0.14.0"
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.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-bip39"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "hmac 0.7.1 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-cli"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rpassword 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-client"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.2.0 (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.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-client-db"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hash-db 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)",
 "kvdb-memorydb 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)",
 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-consensus-aura"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-aura 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-aura-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "substrate-consensus-aura-primitives"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "substrate-consensus-common"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "substrate-consensus-slots"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "substrate-executor"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.3.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.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-finality-grandpa"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "finality-grandpa 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-finality-grandpa-primitives"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "substrate-inherents"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
dependencies = [
 "parity-codec 4.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "substrate-keyring"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "strum 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "strum_macros 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-keystore"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f9e5a3742cfecb7f8f89c7c961ae900cca645b65"