Skip to content
Cargo.lock 440 KiB
Newer Older
Alexander's avatar
Alexander committed
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "polkadot-statement-table",
 "sc-keystore",
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-bitfield-signing"
version = "1.0.0"
dependencies = [
 "futures",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sp-keystore",
 "thiserror",
 "tracing-gum",
 "wasm-timer",
]

[[package]]
name = "polkadot-node-core-candidate-validation"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "futures",
 "futures-timer",
 "parity-scale-codec",
 "polkadot-node-core-pvf",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sp-core",
 "sp-keyring",
 "sp-maybe-compressed-blob",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-chain-api"
version = "1.0.0"
dependencies = [
 "futures",
 "maplit",
 "parity-scale-codec",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus-babe",
 "sp-blockchain",
 "sp-core",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-chain-selection"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "futures",
 "futures-timer",
 "kvdb",
 "kvdb-memorydb",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-core",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-dispute-coordinator"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "fatality",
 "futures",
 "futures-timer",
 "kvdb",
 "kvdb-memorydb",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sc-keystore",
Alexander's avatar
Alexander committed
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-parachains-inherent"
version = "1.0.0"
dependencies = [
 "async-trait",
 "futures",
 "futures-timer",
 "polkadot-node-subsystem",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-blockchain",
 "sp-inherents",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-prospective-parachains"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "bitvec",
 "fatality",
 "futures",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-types",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sc-keystore",
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-provisioner"
version = "1.0.0"
dependencies = [
 "bitvec",
 "fatality",
 "futures",
 "futures-timer",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sp-application-crypto",
 "sp-keystore",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf"
version = "1.0.0"
dependencies = [
 "always-assert",
 "assert_matches",
Alexander's avatar
Alexander committed
 "futures",
 "futures-timer",
Alexander's avatar
Alexander committed
 "libc",
 "parity-scale-codec",
 "pin-project",
 "polkadot-core-primitives",
 "polkadot-node-core-pvf",
 "polkadot-node-core-pvf-common",
 "polkadot-node-core-pvf-execute-worker",
 "polkadot-node-core-pvf-prepare-worker",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
Alexander's avatar
Alexander committed
 "rand 0.8.5",
Alexander's avatar
Alexander committed
 "slotmap",
 "sp-core",
 "sp-maybe-compressed-blob",
 "sp-wasm-interface 14.0.0",
Alexander's avatar
Alexander committed
 "tempfile",
 "test-parachain-adder",
 "test-parachain-halt",
 "tokio",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-checker"
version = "1.0.0"
dependencies = [
 "futures",
 "futures-timer",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sc-keystore",
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-common"
version = "1.0.0"
dependencies = [
 "assert_matches",
Alexander's avatar
Alexander committed
 "cpu-time",
 "futures",
 "landlock",
 "libc",
 "parity-scale-codec",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "sc-executor",
 "sc-executor-common",
 "sc-executor-wasmtime",
Alexander's avatar
Alexander committed
 "sp-core",
 "sp-externalities 0.19.0",
Alexander's avatar
Alexander committed
 "sp-io",
 "sp-tracing 10.0.0",
 "substrate-build-script-utils",
Alexander's avatar
Alexander committed
 "tempfile",
Alexander's avatar
Alexander committed
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-execute-worker"
version = "1.0.0"
dependencies = [
 "cpu-time",
Alexander's avatar
Alexander committed
 "parity-scale-codec",
 "polkadot-node-core-pvf-common",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-prepare-worker"
version = "1.0.0"
dependencies = [
 "criterion 0.4.0",
Alexander's avatar
Alexander committed
 "libc",
Alexander's avatar
Alexander committed
 "parity-scale-codec",
 "polkadot-node-core-pvf-common",
 "polkadot-primitives",
 "rayon",
 "rococo-runtime",
Alexander's avatar
Alexander committed
 "sc-executor-common",
 "sc-executor-wasmtime",
 "sp-maybe-compressed-blob",
 "staging-tracking-allocator",
Alexander's avatar
Alexander committed
 "tikv-jemalloc-ctl",
 "tikv-jemallocator",
Alexander's avatar
Alexander committed
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-runtime-api"
version = "1.0.0"
dependencies = [
 "async-trait",
 "futures",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-types",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
Alexander's avatar
Alexander committed
 "sp-api",
 "sp-consensus-babe",
 "sp-core",
 "sp-keyring",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-jaeger"
version = "1.0.0"
dependencies = [
 "lazy_static",
 "log",
 "mick-jaeger",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-network",
 "sp-core",
 "thiserror",
 "tokio",
]

[[package]]
name = "polkadot-node-metrics"
version = "1.0.0"
dependencies = [
 "assert_cmd",
Alexander's avatar
Alexander committed
 "futures",
 "futures-timer",
 "hyper",
 "log",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-test-service",
 "prioritized-metered-channel",
 "prometheus-parse",
 "sc-cli",
 "sc-service",
 "sc-tracing",
 "sp-keyring",
 "substrate-prometheus-endpoint",
 "substrate-test-utils",
 "tempfile",
 "tokio",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-network-protocol"
version = "1.0.0"
dependencies = [
 "async-channel",
 "async-trait",
 "bitvec",
 "derive_more",
 "fatality",
 "futures",
 "hex",
 "parity-scale-codec",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "sc-authority-discovery",
 "sc-network",
 "strum",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-primitives"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "bounded-vec",
 "futures",
 "parity-scale-codec",
 "polkadot-erasure-coding",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "schnorrkel 0.9.1",
 "serde",
 "sp-application-crypto",
 "sp-consensus-babe",
 "sp-core",
 "sp-keystore",
 "sp-maybe-compressed-blob",
 "sp-runtime",
 "thiserror",
Alexander's avatar
Alexander committed
]

[[package]]
name = "polkadot-node-subsystem"
version = "1.0.0"
dependencies = [
 "polkadot-node-jaeger",
 "polkadot-node-subsystem-types",
 "polkadot-overseer",
]

[[package]]
name = "polkadot-node-subsystem-test-helpers"
version = "1.0.0"
dependencies = [
 "async-trait",
 "futures",
 "parking_lot 0.12.1",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-client-api",
Alexander's avatar
Alexander committed
 "sc-keystore",
Alexander's avatar
Alexander committed
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
]

[[package]]
name = "polkadot-node-subsystem-types"
version = "1.0.0"
dependencies = [
 "async-trait",
Alexander's avatar
Alexander committed
 "derive_more",
 "futures",
 "orchestra",
 "polkadot-node-jaeger",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sc-client-api",
Alexander's avatar
Alexander committed
 "sc-network",
 "sc-transaction-pool-api",
 "smallvec",
 "sp-api",
 "sp-authority-discovery",
Alexander's avatar
Alexander committed
 "sp-consensus-babe",
 "sp-runtime",
Alexander's avatar
Alexander committed
 "substrate-prometheus-endpoint",
 "thiserror",
]

[[package]]
name = "polkadot-node-subsystem-util"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "derive_more",
 "env_logger 0.9.3",
 "fatality",
 "futures",
 "futures-channel",
 "itertools 0.10.5",
 "kvdb",
 "kvdb-memorydb",
 "kvdb-shared-tests",
 "lazy_static",
 "log",
 "parity-db",
 "parity-scale-codec",
 "parking_lot 0.11.2",
 "pin-project",
 "polkadot-node-jaeger",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-types",
Alexander's avatar
Alexander committed
 "polkadot-overseer",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "prioritized-metered-channel",
 "rand 0.8.5",
 "sc-client-api",
Alexander's avatar
Alexander committed
 "sp-application-crypto",
 "sp-core",
 "sp-keystore",
 "tempfile",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-overseer"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "femme",
 "futures",
 "futures-timer",
 "orchestra",
 "parking_lot 0.12.1",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem-test-helpers",
Alexander's avatar
Alexander committed
 "polkadot-node-subsystem-types",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "prioritized-metered-channel",
 "sc-client-api",
 "sp-api",
 "sp-core",
 "tikv-jemalloc-ctl",
 "tracing-gum",
]

[[package]]
name = "polkadot-parachain-bin"
version = "1.1.0"
Alexander's avatar
Alexander committed
dependencies = [
 "assert_cmd",
Alexander's avatar
Alexander committed
 "asset-hub-westend-runtime",
 "async-trait",
 "bridge-hub-rococo-runtime",
Alexander's avatar
Alexander committed
 "color-print",
 "contracts-rococo-runtime",
 "cumulus-client-cli",
 "cumulus-client-collator",
 "cumulus-client-consensus-aura",
 "cumulus-client-consensus-common",
 "cumulus-client-consensus-proposer",
 "cumulus-client-consensus-relay-chain",
 "cumulus-client-service",
 "cumulus-primitives-aura",
Alexander's avatar
Alexander committed
 "cumulus-primitives-core",
 "cumulus-primitives-parachain-inherent",
 "cumulus-relay-chain-interface",
 "frame-benchmarking",
 "frame-benchmarking-cli",
 "frame-support",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
Alexander's avatar
Alexander committed
 "futures",
Alexander's avatar
Alexander committed
 "jsonrpsee",
 "log",
 "nix 0.26.2",
Alexander's avatar
Alexander committed
 "pallet-transaction-payment-rpc",
 "pallet-transaction-payment-rpc-runtime-api",
Alexander's avatar
Alexander committed
 "parachains-common",
 "parity-scale-codec",
 "penpal-runtime",
 "polkadot-cli",
 "polkadot-primitives",
 "polkadot-service",
 "rococo-parachain-runtime",
 "sc-basic-authorship",
 "sc-chain-spec",
 "sc-cli",
 "sc-client-api",
 "sc-consensus",
 "sc-executor",
 "sc-network",
 "sc-network-sync",
 "sc-rpc",
 "sc-service",
 "sc-sysinfo",
 "sc-telemetry",
 "sc-tracing",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "seedling-runtime",
 "serde",
 "serde_json",
 "shell-runtime",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus-aura",
 "sp-core",
Alexander's avatar
Alexander committed
 "sp-io",
 "sp-keystore",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
Alexander's avatar
Alexander committed
 "sp-timestamp",
Alexander's avatar
Alexander committed
 "sp-transaction-pool",
Lulu's avatar
Lulu committed
 "staging-xcm",
Alexander's avatar
Alexander committed
 "substrate-build-script-utils",
 "substrate-frame-rpc-system",
 "substrate-prometheus-endpoint",
 "substrate-state-trie-migration-rpc",
 "tempfile",
 "tokio",
 "wait-timeout",
]

[[package]]
name = "polkadot-parachain-primitives"
version = "1.0.0"
dependencies = [
 "bounded-collections",
 "derive_more",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "scale-info",
 "serde",
 "sp-core",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
[[package]]
name = "polkadot-primitives"
version = "1.0.0"
dependencies = [
 "bitvec",
Alexander's avatar
Alexander committed
 "parity-scale-codec",
 "polkadot-core-primitives",
Alexander's avatar
Alexander committed
 "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 8.0.0",
Alexander's avatar
Alexander committed
]

[[package]]
name = "polkadot-primitives-test-helpers"
version = "1.0.0"
dependencies = [
 "polkadot-primitives",
 "rand 0.8.5",
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-runtime",
]

[[package]]
name = "polkadot-rpc"
version = "1.0.0"
dependencies = [
 "jsonrpsee",
 "mmr-rpc",
 "pallet-transaction-payment-rpc",
 "polkadot-primitives",
 "sc-chain-spec",
 "sc-client-api",
 "sc-consensus-babe",
 "sc-consensus-babe-rpc",
 "sc-consensus-beefy",
 "sc-consensus-beefy-rpc",
 "sc-consensus-epochs",
 "sc-consensus-grandpa",
 "sc-consensus-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",
 "substrate-state-trie-migration-rpc",
]

[[package]]
name = "polkadot-runtime-common"
version = "1.0.0"
dependencies = [
 "bitvec",
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-support",
 "frame-support-test",
 "frame-system",
Alexander's avatar
Alexander committed
 "impl-trait-for-tuples",
 "libsecp256k1",
 "log",
 "pallet-asset-rate",
Alexander's avatar
Alexander committed
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-election-provider-multi-phase",
 "pallet-fast-unstake",
Alexander's avatar
Alexander committed
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-fn",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-treasury",
 "pallet-vesting",
 "pallet-xcm-benchmarks",
Alexander's avatar
Alexander committed
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "polkadot-runtime-parachains",
 "rustc-hex",
 "scale-info",
 "serde",
 "serde_derive",
 "serde_json",
 "slot-range-helper",
 "sp-api",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-keystore",
 "sp-npos-elections",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0",
Lulu's avatar
Lulu committed
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
Alexander's avatar
Alexander committed
 "static_assertions",
]

[[package]]
name = "polkadot-runtime-metrics"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "frame-benchmarking",
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-std 8.0.0",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
]

[[package]]
name = "polkadot-runtime-parachains"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "bitflags 1.3.2",
 "bitvec",
 "derive_more",
 "frame-benchmarking",
 "frame-support",
 "frame-support-test",
 "frame-system",
 "futures",
Alexander's avatar
Alexander committed
 "log",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-message-queue",
 "pallet-session",
 "pallet-staking",
 "pallet-timestamp",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-core-primitives",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "polkadot-runtime-metrics",
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "rustc-hex",
 "sc-keystore",
 "scale-info",
 "serde",
 "serde_json",
 "sp-api",
 "sp-application-crypto",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0",
 "sp-tracing 10.0.0",
Lulu's avatar
Lulu committed
 "staging-xcm",
 "staging-xcm-executor",
Alexander's avatar
Alexander committed
 "static_assertions",
 "thousands",
]

[[package]]
name = "polkadot-service"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "env_logger 0.9.3",
 "frame-benchmarking",
 "frame-benchmarking-cli",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "futures",
Alexander's avatar
Alexander committed
 "is_executable",
 "kvdb",
 "kvdb-rocksdb",
 "log",
 "mmr-gadget",
 "pallet-babe",
 "pallet-im-online",
 "pallet-staking",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-db",
 "parity-scale-codec",
 "parking_lot 0.12.1",
Alexander's avatar
Alexander committed
 "polkadot-approval-distribution",
 "polkadot-availability-bitfield-distribution",
 "polkadot-availability-distribution",
 "polkadot-availability-recovery",
 "polkadot-collator-protocol",
 "polkadot-core-primitives",
 "polkadot-dispute-distribution",
 "polkadot-gossip-support",
 "polkadot-network-bridge",
 "polkadot-node-collation-generation",
 "polkadot-node-core-approval-voting",
 "polkadot-node-core-av-store",
 "polkadot-node-core-backing",
 "polkadot-node-core-bitfield-signing",
 "polkadot-node-core-candidate-validation",
 "polkadot-node-core-chain-api",
 "polkadot-node-core-chain-selection",
 "polkadot-node-core-dispute-coordinator",
 "polkadot-node-core-parachains-inherent",
 "polkadot-node-core-prospective-parachains",
 "polkadot-node-core-provisioner",
 "polkadot-node-core-pvf",
 "polkadot-node-core-pvf-checker",
 "polkadot-node-core-runtime-api",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-types",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
Alexander's avatar
Alexander committed
 "polkadot-rpc",
 "polkadot-runtime-parachains",
 "polkadot-statement-distribution",
 "polkadot-test-client",
 "rococo-runtime",
 "rococo-runtime-constants",
 "sc-authority-discovery",
 "sc-basic-authorship",
 "sc-block-builder",
 "sc-chain-spec",
 "sc-client-api",
 "sc-client-db",
 "sc-consensus",
 "sc-consensus-babe",
 "sc-consensus-beefy",
 "sc-consensus-grandpa",
 "sc-consensus-slots",
 "sc-executor",
 "sc-keystore",
 "sc-network",
 "sc-network-common",
 "sc-network-sync",
 "sc-offchain",
 "sc-service",
 "sc-sync-state-rpc",
 "sc-sysinfo",
 "sc-telemetry",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
Alexander's avatar
Alexander committed
 "serde",
 "serde_json",
 "serial_test",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-beefy",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-keystore",
 "sp-mmr-primitives",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-state-machine",
 "sp-storage 13.0.0",
Alexander's avatar
Alexander committed
 "sp-timestamp",
 "sp-transaction-pool",
 "sp-version",
 "sp-weights",
 "substrate-prometheus-endpoint",
 "tempfile",
 "thiserror",
 "tracing-gum",
 "westend-runtime",
 "westend-runtime-constants",
]

[[package]]
name = "polkadot-statement-distribution"
version = "1.0.0"
dependencies = [
 "arrayvec 0.7.4",
 "assert_matches",
 "async-channel",
 "bitvec",
 "fatality",
 "futures",
 "futures-timer",
 "indexmap 1.9.3",
 "parity-scale-codec",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-types",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "rand_chacha 0.3.1",