Skip to content
Cargo.lock 271 KiB
Newer Older
[[package]]
name = "paste"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
[[package]]
name = "pbkdf2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
dependencies = [
 "crypto-mac 0.8.0",
]

[[package]]
name = "pbkdf2"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
dependencies = [
 "crypto-mac 0.11.1",
]
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"

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

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

[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
 "ucd-trie",
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
 "pest",
 "pest_generator",
]

[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
 "pest",
 "pest_meta",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
 "maplit",
 "pest",
 "sha-1 0.8.2",
]

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "petgraph"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
version = "0.5.1"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "fixedbitset",
 "indexmap",
]

[[package]]
name = "pin-project"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "pin-project-internal 0.4.28",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
 "pin-project-internal 1.0.8",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "pin-project-internal"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "proc-macro2",
[[package]]
name = "pin-project-internal"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "pin-project-lite"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "pin-utils"
version = "0.1.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
Hernando Castano's avatar
Hernando Castano committed

[[package]]
name = "pkg-config"
version = "0.3.19"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
Hernando Castano's avatar
Hernando Castano committed

[[package]]
name = "platforms"
version = "1.1.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"
[[package]]
name = "polkadot-approval-distribution"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "tracing",
]

[[package]]
name = "polkadot-availability-bitfield-distribution"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "tracing",
]

[[package]]
name = "polkadot-availability-distribution"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "derive_more",
 "futures 0.3.17",
 "lru 0.7.0",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-core",
 "sp-keystore",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-availability-recovery"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "lru 0.7.0",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "rand 0.8.4",
 "sc-network",
[[package]]
name = "polkadot-cli"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "frame-benchmarking-cli",
 "futures 0.3.17",
 "log",
 "polkadot-node-core-pvf",
 "polkadot-service",
 "sc-cli",
 "sc-service",
 "sp-core",
 "sp-trie",
 "structopt",
 "substrate-build-script-utils",
 "thiserror",
 "try-runtime-cli",
]

[[package]]
name = "polkadot-client"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "beefy-primitives",
 "frame-benchmarking",
 "frame-system-rpc-runtime-api",
 "pallet-mmr-primitives",
 "pallet-transaction-payment-rpc-runtime-api",
 "polkadot-primitives",
 "polkadot-runtime",
 "sc-client-api",
 "sc-consensus",
 "sc-executor",
 "sc-service",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-finality-grandpa",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-storage",
 "sp-transaction-pool",
]

[[package]]
name = "polkadot-collator-protocol"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "always-assert",
 "derive_more",
 "futures 0.3.17",
 "futures-timer 3.0.2",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-core",
 "sp-keystore",
 "sp-runtime",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-core-primitives"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "parity-scale-codec",
 "parity-util-mem",
 "scale-info",
[[package]]
name = "polkadot-dispute-distribution"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "derive_more",
 "futures 0.3.17",
 "lru 0.7.0",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-network",
 "sp-application-crypto",
 "sp-keystore",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-erasure-coding"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "reed-solomon-novelpoly",
 "sp-core",
 "sp-trie",
 "thiserror",
]

[[package]]
name = "polkadot-gossip-support"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "futures-timer 3.0.2",
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-network",
 "sp-application-crypto",
 "sp-core",
 "sp-keystore",
 "tracing",
]

[[package]]
name = "polkadot-network-bridge"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "async-trait",
 "parking_lot 0.11.2",
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-network",
 "sp-consensus",
 "tracing",
]

[[package]]
name = "polkadot-node-collation-generation"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-core",
 "sp-maybe-compressed-blob",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-node-core-approval-voting"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "futures-timer 3.0.2",
 "kvdb",
 "lru 0.7.0",
 "merlin",
 "parity-scale-codec",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "sc-keystore",
 "schnorrkel",
 "sp-application-crypto",
 "sp-consensus",
 "sp-consensus-slots",
 "sp-runtime",
 "tracing",
]

[[package]]
name = "polkadot-node-core-av-store"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "bitvec 0.20.4",
 "futures 0.3.17",
 "futures-timer 3.0.2",
 "kvdb",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-node-core-backing"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "bitvec 0.20.4",
 "futures 0.3.17",
 "polkadot-erasure-coding",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sp-keystore",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-node-core-bitfield-signing"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-keystore",
 "thiserror",
 "tracing",
 "wasm-timer",
]

[[package]]
name = "polkadot-node-core-candidate-validation"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "async-trait",
 "parity-scale-codec",
 "polkadot-node-core-pvf",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-parachain",
 "polkadot-primitives",
 "sp-maybe-compressed-blob",
 "tracing",
]

[[package]]
name = "polkadot-node-core-chain-api"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus-babe",
 "sp-blockchain",
 "tracing",
]

[[package]]
name = "polkadot-node-core-chain-selection"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "futures 0.3.17",
 "futures-timer 3.0.2",
 "kvdb",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-node-core-dispute-coordinator"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "bitvec 0.20.4",
 "derive_more",
 "futures 0.3.17",
 "kvdb",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-keystore",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-node-core-dispute-participation"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "futures 0.3.17",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-primitives",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-node-core-parachains-inherent"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "async-trait",
 "futures-timer 3.0.2",
 "polkadot-node-subsystem",
 "polkadot-primitives",
 "sp-blockchain",
 "sp-inherents",
 "sp-runtime",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-node-core-provisioner"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "bitvec 0.20.4",
 "futures 0.3.17",
 "futures-timer 3.0.2",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-node-core-pvf"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "always-assert",
 "assert_matches",
 "async-process",
 "async-std",
 "futures-timer 3.0.2",
 "libc",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "polkadot-node-subsystem-util",
 "sc-executor",
 "sc-executor-common",
 "sc-executor-wasmtime",
 "slotmap",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-maybe-compressed-blob",
 "sp-tracing",
 "sp-wasm-interface",
 "tracing",
]

[[package]]
name = "polkadot-node-core-runtime-api"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "memory-lru",
 "parity-util-mem",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-api",
 "sp-authority-discovery",
 "sp-consensus-babe",
 "sp-core",
 "tracing",
]

[[package]]
name = "polkadot-node-jaeger"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "async-std",
 "lazy_static",
 "log",
 "mick-jaeger",
 "parity-scale-codec",
 "parking_lot 0.11.2",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-network",
 "sp-core",
 "thiserror",
]

[[package]]
name = "polkadot-node-metrics"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "futures 0.3.17",
 "futures-timer 3.0.2",
 "metered-channel",
 "substrate-prometheus-endpoint",
]

[[package]]
name = "polkadot-node-network-protocol"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "async-trait",
 "derive_more",
 "futures 0.3.17",
 "parity-scale-codec",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-authority-discovery",
 "thiserror",
]

[[package]]
name = "polkadot-node-primitives"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "bounded-vec",
 "futures 0.3.17",
 "parity-scale-codec",
 "polkadot-parachain",
 "polkadot-primitives",
 "schnorrkel",
 "serde",
 "sp-application-crypto",
 "sp-consensus-babe",
 "sp-consensus-vrf",
 "sp-core",
 "sp-keystore",
 "sp-maybe-compressed-blob",
 "thiserror",
 "zstd",
]

[[package]]
name = "polkadot-node-subsystem"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "polkadot-node-jaeger",
 "polkadot-node-subsystem-types",
 "polkadot-overseer",
]

[[package]]
name = "polkadot-node-subsystem-types"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "derive_more",
 "polkadot-node-jaeger",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-overseer-gen",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sc-network",
 "substrate-prometheus-endpoint",
 "thiserror",
]

[[package]]
name = "polkadot-node-subsystem-util"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "async-trait",
 "derive_more",
 "futures 0.3.17",
 "itertools",
 "lru 0.7.0",
 "metered-channel",
 "parity-scale-codec",
 "polkadot-node-jaeger",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "sp-application-crypto",
 "sp-core",
 "sp-keystore",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-overseer"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "lru 0.7.0",
 "parity-util-mem",
 "parking_lot 0.11.2",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem-types",
 "polkadot-overseer-gen",
 "polkadot-primitives",
 "sc-client-api",
 "sp-api",
 "tracing",
]

[[package]]
name = "polkadot-overseer-gen"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "async-trait",
 "futures 0.3.17",
 "futures-timer 3.0.2",
 "metered-channel",
 "pin-project 1.0.8",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-overseer-gen-proc-macro",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-overseer-gen-proc-macro"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "proc-macro-crate 1.1.0",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "polkadot-parachain"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "derive_more",
 "frame-support",
 "parity-scale-codec",
 "parity-util-mem",
 "polkadot-core-primitives",
 "scale-info",
 "serde",
 "sp-core",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "polkadot-primitives"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "parity-scale-codec",
 "parity-util-mem",
 "polkadot-core-primitives",
 "polkadot-parachain",
 "scale-info",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-authority-discovery",
 "sp-consensus-slots",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keystore",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-trie",
 "sp-version",
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "beefy-gadget",
 "beefy-gadget-rpc",
 "pallet-mmr-rpc",
 "pallet-transaction-payment-rpc",
 "polkadot-primitives",
 "sc-chain-spec",
 "sc-client-api",
 "sc-consensus-babe",
 "sc-consensus-babe-rpc",
 "sc-consensus-epochs",
 "sc-finality-grandpa",
 "sc-finality-grandpa-rpc",
 "sc-rpc",
 "sc-sync-state-rpc",
 "sc-transaction-pool-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-keystore",
 "sp-runtime",
 "substrate-frame-rpc-system",
]

[[package]]
name = "polkadot-runtime"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
dependencies = [
 "beefy-primitives",
 "bitvec 0.20.4",
 "frame-election-provider-support",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
 "log",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-bounties",
 "pallet-collective",
 "pallet-democracy",
 "pallet-election-provider-multi-phase",
 "pallet-elections-phragmen",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-mmr-primitives",
 "pallet-multisig",
 "pallet-nicks",
 "pallet-offences",
 "pallet-proxy",
 "pallet-scheduler",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "pallet-tips",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "polkadot-runtime-parachains",
 "scale-info",
 "serde",
 "serde_derive",
 "smallvec",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-npos-elections",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-transaction-pool",
 "sp-version",
 "static_assertions",
 "substrate-wasm-builder",
]

[[package]]
name = "polkadot-runtime-common"
version = "0.9.11"
source = "git+https://github.com/paritytech/polkadot?branch=master#dd4b2e6a34a08a01b876d14641e99e7011be3463"
 "beefy-primitives",
 "bitvec 0.20.4",
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "libsecp256k1 0.7.0",
 "log",
 "pallet-authorship",
 "pallet-bags-list",
 "pallet-balances",
 "pallet-beefy-mmr",