Skip to content
Cargo.lock 316 KiB
Newer Older
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bf026e2d0581559db66d837fe5242320f525d85c76283c61f4d51a1238d65ea"
dependencies = [
 "pest",
 "pest_generator",
]

[[package]]
name = "pest_generator"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b27bd18aa01d91c8ed2b61ea23406a676b42d82609c6e2581fba42f0c15f17f"
dependencies = [
 "pest",
 "pest_meta",
 "proc-macro2 1.0.52",
 "quote 1.0.26",
 "syn 1.0.109",
]

[[package]]
name = "pest_meta"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02b677c1859756359fc9983c2e56a0237f18624a3789528804406b7e915e5d"
 "sha2 0.10.6",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "petgraph"
version = "0.6.2"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "fixedbitset",
 "indexmap",
]

[[package]]
name = "pin-project"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
 "pin-project-internal",
[[package]]
name = "pin-project-internal"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
 "proc-macro2 1.0.52",
 "quote 1.0.26",
 "syn 1.0.109",
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 = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
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"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "pkg-config"
version = "0.3.26"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
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 = "platforms"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"

[[package]]
name = "polkadot-approval-distribution"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-primitives",
]

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

[[package]]
name = "polkadot-availability-distribution"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "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",
]

[[package]]
name = "polkadot-availability-recovery"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
[[package]]
name = "polkadot-cli"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "frame-benchmarking-cli",
 "polkadot-node-core-pvf",
 "polkadot-node-metrics",
 "polkadot-service",
 "sc-cli",
 "sp-core",
 "sp-io",
 "substrate-build-script-utils",
 "thiserror",
 "try-runtime-cli",
]

[[package]]
name = "polkadot-client"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "async-trait",
 "frame-benchmarking",
 "frame-system-rpc-runtime-api",
 "futures",
 "pallet-transaction-payment-rpc-runtime-api",
 "polkadot-core-primitives",
 "polkadot-node-core-parachains-inherent",
 "polkadot-primitives",
 "polkadot-runtime",
 "sc-client-api",
 "sc-consensus",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-beefy",
 "sp-consensus-grandpa",
 "sp-runtime",
 "sp-storage",
[[package]]
name = "polkadot-collator-protocol"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "always-assert",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-core",
 "sp-keystore",
 "sp-runtime",
]

[[package]]
name = "polkadot-core-primitives"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-runtime",
[[package]]
name = "polkadot-dispute-distribution"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "derive_more",
 "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",
[[package]]
name = "polkadot-erasure-coding"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "reed-solomon-novelpoly",
 "sp-core",
 "sp-trie",
 "thiserror",
]

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

[[package]]
name = "polkadot-network-bridge"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "polkadot-primitives",
 "sc-network",
]

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

[[package]]
name = "polkadot-node-core-approval-voting"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "bitvec",
 "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",
]

[[package]]
name = "polkadot-node-core-av-store"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "bitvec",
 "kvdb",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-consensus",
]

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

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

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

[[package]]
name = "polkadot-node-core-chain-api"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "polkadot-node-metrics",
 "polkadot-node-subsystem",
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus-babe",
 "sp-blockchain",
[[package]]
name = "polkadot-node-core-chain-selection"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "kvdb",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "thiserror",
]

[[package]]
name = "polkadot-node-core-dispute-coordinator"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-keystore",
 "thiserror",
[[package]]
name = "polkadot-node-core-parachains-inherent"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "async-trait",
 "polkadot-node-subsystem",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-blockchain",
 "sp-inherents",
 "thiserror",
]

[[package]]
name = "polkadot-node-core-provisioner"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "futures-timer",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
]

[[package]]
name = "polkadot-node-core-pvf"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "always-assert",
 "assert_matches",
 "cpu-time",
 "polkadot-core-primitives",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-executor",
 "sc-executor-common",
 "sc-executor-wasmtime",
 "slotmap",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-maybe-compressed-blob",
 "sp-tracing",
 "sp-wasm-interface",
[[package]]
name = "polkadot-node-core-pvf-checker"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-keystore",
[[package]]
name = "polkadot-node-core-runtime-api"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "polkadot-node-metrics",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-types",
 "polkadot-primitives",
 "sp-consensus-babe",
]

[[package]]
name = "polkadot-node-jaeger"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "lazy_static",
 "log",
 "mick-jaeger",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-network",
[[package]]
name = "polkadot-node-metrics"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "futures-timer",
 "log",
 "parity-scale-codec",
 "polkadot-primitives",
 "prioritized-metered-channel",
 "sc-cli",
 "sc-service",
 "sc-tracing",
 "substrate-prometheus-endpoint",
[[package]]
name = "polkadot-node-network-protocol"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "parity-scale-codec",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-authority-discovery",
]

[[package]]
name = "polkadot-node-primitives"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "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"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "polkadot-node-jaeger",
 "polkadot-node-subsystem-types",
 "polkadot-overseer",
]

[[package]]
name = "polkadot-node-subsystem-types"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "polkadot-node-jaeger",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sc-network",
 "sp-authority-discovery",
 "sp-consensus-babe",
 "substrate-prometheus-endpoint",
 "thiserror",
]

[[package]]
name = "polkadot-node-subsystem-util"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
 "async-trait",
 "futures-channel",
 "polkadot-node-jaeger",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "prioritized-metered-channel",
 "sp-application-crypto",
 "sp-core",
 "sp-keystore",
]

[[package]]
name = "polkadot-overseer"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "orchestra",
 "parking_lot 0.12.1",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem-types",
 "polkadot-primitives",
 "sc-client-api",
 "tikv-jemalloc-ctl",
[[package]]
name = "polkadot-parachain"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "bounded-collections",
 "derive_more",
 "frame-support",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "scale-info",
 "sp-core",
 "sp-runtime",
]

[[package]]
name = "polkadot-primitives"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "bitvec",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "polkadot-parachain",
 "scale-info",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-authority-discovery",
 "sp-consensus-slots",
 "sp-io",
 "sp-keystore",
 "sp-runtime",
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "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-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-keystore",
 "sp-runtime",
 "substrate-frame-rpc-system",
]

[[package]]
name = "polkadot-runtime"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "bitvec",
 "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-bags-list",
 "pallet-balances",
 "pallet-bounties",
 "pallet-child-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-multisig",
 "pallet-nomination-pools",
 "pallet-nomination-pools-runtime-api",
 "pallet-proxy",
 "pallet-scheduler",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-staking-runtime-api",
 "pallet-timestamp",
 "pallet-tips",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
 "pallet-xcm",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "polkadot-runtime-constants",
 "polkadot-runtime-parachains",
 "scale-info",
 "serde",
 "serde_derive",
 "smallvec",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-consensus-beefy",
 "sp-npos-elections",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-transaction-pool",
 "static_assertions",
 "substrate-wasm-builder",
 "xcm",
 "xcm-builder",
 "xcm-executor",
]

[[package]]
name = "polkadot-runtime-common"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
 "bitvec",
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "libsecp256k1",
 "log",
 "pallet-authorship",
 "pallet-balances",
 "pallet-election-provider-multi-phase",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-fn",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-treasury",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-parachains",
 "rustc-hex",
 "scale-info",