Cargo.lock 236 KiB
Newer Older
asynchronous rob's avatar
asynchronous rob committed
name = "parking_lot_core"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "parking_lot_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.5.5 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "parking_lot_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.1 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "pkg-config"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "polkadot"
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)",
 "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)",
 "polkadot-cli 0.3.0",
asynchronous rob's avatar
asynchronous rob committed
 "vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "polkadot-availability-store"
version = "0.1.0"
dependencies = [
 "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)",
 "kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)",
 "kvdb-rocksdb 0.1.4 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)",
asynchronous rob's avatar
asynchronous rob committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-primitives 0.1.0",
Gav's avatar
Gav committed
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-cli"
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-service 0.3.0",
 "structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-cli 0.3.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-collator"
version = "0.1.0"
dependencies = [
 "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 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-cli 0.3.0",
asynchronous rob's avatar
asynchronous rob committed
 "polkadot-primitives 0.1.0",
 "polkadot-runtime 0.1.0",
Gav's avatar
Gav committed
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-consensus"
version = "0.1.0"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-availability-store 0.1.0",
 "polkadot-parachain 0.1.0",
 "polkadot-primitives 0.1.0",
 "polkadot-runtime 0.1.0",
 "polkadot-statement-table 0.1.0",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support 0.1.0 (git+https://github.com/paritytech/substrate)",
Gav's avatar
Gav committed
 "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-finality-grandpa 0.1.0 (git+https://github.com/paritytech/substrate)",
Gav's avatar
Gav committed
 "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-transaction-pool 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "polkadot-erasure-coding"
version = "0.1.0"
dependencies = [
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-primitives 0.1.0",
 "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "polkadot-executor"
version = "0.1.0"
dependencies = [
 "polkadot-runtime 0.1.0",
Gav's avatar
Gav committed
 "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-network"
version = "0.1.0"
dependencies = [
 "arrayvec 0.4.7 (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 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-availability-store 0.1.0",
 "polkadot-consensus 0.1.0",
 "polkadot-primitives 0.1.0",
 "rhododendron 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
Gav's avatar
Gav committed
 "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-parachain"
version = "0.1.0"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "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)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-primitives"
version = "0.1.0"
dependencies = [
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "pretty_assertions 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.80 (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)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
Gav's avatar
Gav committed
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-runtime"
version = "0.1.0"
dependencies = [
 "bitvec 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "libsecp256k1 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "polkadot-primitives 0.1.0",
 "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.80 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.80 (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)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-aura 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-balances 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-consensus 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-council 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-democracy 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-executive 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-grandpa 0.1.0 (git+https://github.com/paritytech/substrate)",
Gav Wood's avatar
Gav Wood committed
 "srml-indices 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-session 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-staking 0.1.0 (git+https://github.com/paritytech/substrate)",
Gav Wood's avatar
Gav Wood committed
 "srml-sudo 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-system 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-timestamp 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-treasury 0.1.0 (git+https://github.com/paritytech/substrate)",
Gav Wood's avatar
Gav Wood committed
 "srml-upgrade-key 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)",
Gav's avatar
Gav committed
 "substrate-keyring 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)",
Gav Wood's avatar
Gav Wood committed
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-service"
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-availability-store 0.1.0",
 "polkadot-consensus 0.1.0",
asynchronous rob's avatar
asynchronous rob committed
 "polkadot-executor 0.1.0",
 "polkadot-network 0.1.0",
 "polkadot-primitives 0.1.0",
 "polkadot-runtime 0.1.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)",
Gav's avatar
Gav committed
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-consensus-aura 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-finality-grandpa 0.1.0 (git+https://github.com/paritytech/substrate)",
Gav's avatar
Gav committed
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate)",
 "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate)",
 "substrate-transaction-pool 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-statement-table"
version = "0.1.0"
dependencies = [
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "polkadot-primitives 0.1.0",
Gav's avatar
Gav committed
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "pretty_assertions"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "primitive-types"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "impl-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "uint 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "proc-macro-hack-impl"
version = "0.4.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

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

[[package]]
name = "quote"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "rand"
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "rand"
version = "0.4.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "rand"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "rand"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

[[package]]
name = "rand_core"
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "rand_xorshift"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rayon"
version = "1.0.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rayon-core"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "redox_syscall"
version = "0.1.42"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "redox_syscall 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "reed-solomon-erasure"
version = "4.0.0"
source = "git+https://github.com/paritytech/reed-solomon-erasure#63c609beaef0f8174a9a21f058d7d3e46c3a762c"
dependencies = [
 "smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "regex"
version = "1.0.6"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex-syntax 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "regex-syntax"
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "remove_dir_all"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rhododendron"
version = "0.3.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
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)",
asynchronous rob's avatar
asynchronous rob committed
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ring"
version = "0.13.5"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "rocksdb"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "librocksdb-sys 5.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rocksdb"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "librocksdb-sys 5.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rust-crypto"
version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

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

[[package]]
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"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.4.11 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "ryu"
version = "0.2.7"
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)",
]

[[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 = "scoped-tls"
version = "0.1.2"
source = "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"

[[package]]
name = "secp256k1"
version = "0.12.1"
asynchronous rob's avatar
asynchronous rob committed
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.3 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "security-framework"
version = "0.2.2"
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.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "security-framework-sys"
version = "0.2.3"
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.47 (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 = "serde"
version = "1.0.80"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "serde_json"
version = "1.0.33"
asynchronous rob's avatar
asynchronous rob committed
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.80 (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)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sha2"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.3.3 (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.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "fake-simd 0.1.2 (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.1 (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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "slog-json"
version = "2.2.0"
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.80 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "slog-scope"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

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

[[package]]
name = "sr-api-macros"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
dependencies = [
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
asynchronous rob's avatar
asynchronous rob committed
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "environmental 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "hash-db 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.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)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sr-primitives"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
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 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.80 (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)",
]
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "sr-std"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
dependencies = [
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
asynchronous rob's avatar
asynchronous rob committed

[[package]]
asynchronous rob's avatar
asynchronous rob committed
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
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 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.80 (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-aura"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
dependencies = [
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.80 (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-consensus 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-staking 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-system 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-timestamp 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "srml-balances"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
dependencies = [
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.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.80 (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-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-system 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 = "srml-consensus"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
dependencies = [
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.80 (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-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-system 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "srml-council"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
dependencies = [
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.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.80 (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-balances 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-democracy 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-system 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "srml-democracy"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
dependencies = [
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.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.80 (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-balances 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-system 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "srml-executive"
version = "0.1.0"
Gav Wood's avatar
Gav Wood committed
source = "git+https://github.com/paritytech/substrate#9edfc2441116ef89b449de99522a27bb0c2051a5"
dependencies = [
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "parity-codec-derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.80 (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-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-system 0.1.0 (git+https://github.com/paritytech/substrate)",