Cargo.lock 415 KiB
Newer Older
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "pallet-babe"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "pallet-balances"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "pallet-collective"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "pallet-democracy"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-elections-phragmen"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "pallet-finality-tracker"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-grandpa"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "pallet-identity"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "pallet-im-online"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "pallet-indices"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "pallet-membership"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "pallet-nicks"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "pallet-offences"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "pallet-randomness-collective-flip"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "pallet-recovery"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "pallet-session"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "pallet-society"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "pallet-staking"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "pallet-staking-reward-curve"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "pallet-sudo"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "pallet-timestamp"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "pallet-transaction-payment"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "pallet-transaction-payment-rpc"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
name = "pallet-treasury"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "pallet-utility"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#e65957e5efceea82d88f8b4e1248171eb3c2167e"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

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

name = "parity-multiaddr"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
version = "0.7.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "parity-multihash"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
version = "0.2.1"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
name = "parity-scale-codec"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-slice-cast 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec-derive 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "parity-scale-codec-derive"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "parity-send-wrapper"
version = "0.1.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "malloc_size_of_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "parity-util-mem"
version = "0.4.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
Gavin Wood's avatar
Gavin Wood committed

[[package]]
name = "parity-util-mem-derive"
version = "0.1.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "parity-wasm"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
version = "0.7.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
 "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "parking_lot"
version = "0.9.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot_core 0.6.2 (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 = "parking_lot"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "parking_lot_core"
version = "0.4.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.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.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.56 (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.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "parking_lot_core"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

name = "paste"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "paste-impl"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
name = "pbkdf2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "pdqselect"
version = "0.1.0"
source = "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"

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

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

name = "petgraph"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "petgraph"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "pin-project"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "pin-project-internal 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "pin-project-internal"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "pin-project-lite"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "pin-utils"
version = "0.1.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "pkg-config"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"

name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
dependencies = [
 "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-cli 0.7.20",
 "polkadot-service 0.7.20",
 "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
name = "polkadot-availability-store"
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-memorydb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-rocksdb 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-erasure-coding 0.7.20",
 "polkadot-primitives 0.7.20",
 "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "tokio 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "browser-utils 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-service 0.7.20",
 "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "structopt 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-cli 0.7.20",
 "polkadot-network 0.7.20",
 "polkadot-primitives 0.7.20",
 "polkadot-service 0.7.20",
 "polkadot-validation 0.7.20",
Gavin Wood's avatar
Gavin Wood committed
 "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "tokio 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-erasure-coding"
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-primitives 0.7.20",
 "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-availability-store 0.7.20",
 "polkadot-erasure-coding 0.7.20",
 "polkadot-primitives 0.7.20",
 "polkadot-validation 0.7.20",
 "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
name = "polkadot-parachain"
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
Gav Wood's avatar
Gav Wood committed
 "adder 0.7.20",
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "halt 0.7.20",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "shared_memory 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 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)",
]

[[package]]
name = "polkadot-primitives"
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
dependencies = [
 "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-parachain 0.7.20",
 "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
dependencies = [
 "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-primitives 0.7.20",
 "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
dependencies = [
 "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-parachain 0.7.20",
 "polkadot-primitives 0.7.20",
 "polkadot-runtime-common 0.7.20",
 "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "polkadot-runtime-common"
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
dependencies = [
 "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "polkadot-parachain 0.7.20",
 "polkadot-primitives 0.7.20",
 "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-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)",
 "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "polkadot-service"
Gav Wood's avatar
Gav Wood committed
version = "0.7.20"
 "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "kusama-runtime 0.7.20",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",