Skip to content
Cargo.lock 279 KiB
Newer Older
 "pallet-authorship",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-application-crypto",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
]

[[package]]
name = "pallet-staking-reward-curve"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
dependencies = [
 "proc-macro-crate 1.1.0",
 "proc-macro2",
 "quote",
 "syn",
[[package]]
name = "pallet-staking-reward-fn"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
dependencies = [
 "log",
 "sp-arithmetic",
]

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "pallet-sudo"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "frame-support",
 "frame-system",
 "scale-info",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "pallet-timestamp"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
Hernando Castano's avatar
Hernando Castano committed
 "log",
 "scale-info",
Hernando Castano's avatar
Hernando Castano committed
 "sp-timestamp",
]

[[package]]
name = "pallet-tips"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
dependencies = [
 "frame-support",
 "frame-system",
 "log",
 "pallet-treasury",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "pallet-transaction-payment"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "frame-support",
 "frame-system",
 "scale-info",
 "sp-core",
 "sp-io",
[[package]]
name = "pallet-transaction-payment-rpc"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
dependencies = [
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "pallet-transaction-payment-rpc-runtime-api",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-rpc",
 "sp-runtime",
]

[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
dependencies = [
 "pallet-transaction-payment",
[[package]]
name = "pallet-treasury"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "pallet-balances",
 "parity-scale-codec",
 "scale-info",
[[package]]
name = "pallet-utility"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
[[package]]
name = "pallet-vesting"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba"
dependencies = [
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-xcm"
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
dependencies = [
 "frame-support",
 "frame-system",
 "scale-info",
 "xcm",
 "xcm-executor",
]

[[package]]
name = "parachain-info"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=master#a9630551c2cd877952ab769c862af4c81b0ccd3c"
dependencies = [
 "cumulus-primitives-core",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
name = "parity-db"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78a95abf24f1097c6e3181abbbbfc3630b3b5e681470940f719b69acb4911c7f"
dependencies = [
 "blake2-rfc",
 "crc32fast",
Hernando Castano's avatar
Hernando Castano committed
 "fs2",
 "memmap2 0.2.3",
 "parking_lot 0.11.2",
 "rand 0.8.4",
 "snap",
[[package]]
name = "parity-scale-codec"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"
 "arrayvec 0.7.2",
 "bitvec",
 "parity-scale-codec-derive",
[[package]]
name = "parity-scale-codec-derive"
version = "2.3.1"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "proc-macro-crate 1.1.0",
 "proc-macro2",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"

[[package]]
name = "parity-tokio-ipc"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
dependencies = [
 "libc",
 "log",
 "rand 0.7.3",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "parity-util-mem"
version = "0.10.2"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "cfg-if 1.0.0",
 "impl-trait-for-tuples",
 "lru 0.6.6",
Hernando Castano's avatar
Hernando Castano committed
 "parity-util-mem-derive",
 "parking_lot 0.11.2",
 "primitive-types",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "winapi 0.3.9",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "parity-util-mem-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
dependencies = [
 "proc-macro2",
 "synstructure",
[[package]]
name = "parity-wasm"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"
dependencies = [
 "byteorder",
]

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "parity-wasm"
Hernando Castano's avatar
Hernando Castano committed
version = "0.42.2"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Hernando Castano's avatar
Hernando Castano committed
checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"
[[package]]
name = "parity-ws"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"
dependencies = [
 "bytes 0.4.12",
 "httparse",
 "log",
 "mio-extras",
 "rand 0.7.3",
 "sha-1 0.8.2",
 "slab",
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "parking_lot"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "parking_lot_core 0.7.2",
[[package]]
name = "parking_lot"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
 "lock_api 0.4.5",
 "parking_lot_core 0.8.5",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "parking_lot_core"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "libc",
 "redox_syscall 0.1.57",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "winapi 0.3.9",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "parking_lot_core"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "cfg-if 1.0.0",
 "instant",
 "redox_syscall 0.2.10",
 "smallvec",
[[package]]
name = "paste"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
[[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"
version = "0.6.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
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 = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "pin-project-internal 0.4.29",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
 "pin-project-internal 1.0.10",
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 = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"
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 = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
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.22"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
Hernando Castano's avatar
Hernando Castano committed

[[package]]
name = "platforms"
version = "2.0.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
[[package]]
name = "polkadot-approval-distribution"
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "tracing",
]

[[package]]
name = "polkadot-availability-distribution"
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "futures 0.3.19",
 "lru 0.7.2",
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "futures 0.3.19",
 "lru 0.7.2",
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "frame-benchmarking-cli",
 "log",
 "polkadot-node-core-pvf",
 "polkadot-node-metrics",
 "polkadot-performance-test",
 "polkadot-service",
 "sc-cli",
 "sc-service",
 "sp-core",
 "sp-trie",
 "substrate-build-script-utils",
 "thiserror",
 "try-runtime-cli",
]

[[package]]
name = "polkadot-client"
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
dependencies = [
 "always-assert",
 "futures 0.3.19",
 "futures-timer",
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
dependencies = [
 "parity-scale-codec",
 "parity-util-mem",
 "scale-info",
[[package]]
name = "polkadot-dispute-distribution"
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
dependencies = [
 "derive_more",
 "futures 0.3.19",
 "lru 0.7.2",
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "futures 0.3.19",
 "futures-timer",
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "bitvec",
 "futures 0.3.19",
 "futures-timer",
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "bitvec",
 "futures 0.3.19",
 "futures-timer",
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "bitvec",
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "futures 0.3.19",
 "futures-timer",
 "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.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-keystore",
 "thiserror",
 "tracing",
]

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

[[package]]
name = "polkadot-node-core-provisioner"
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
 "bitvec",
 "futures 0.3.19",
 "futures-timer",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "thiserror",
 "tracing",
]

[[package]]
name = "polkadot-node-core-pvf"
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051"
dependencies = [
 "always-assert",
 "assert_matches",
 "async-process",
 "async-std",
 "futures 0.3.19",
 "futures-timer",
 "pin-project 1.0.10",
 "polkadot-core-primitives",
 "polkadot-node-subsystem-util",