Skip to content
Cargo.lock 390 KiB
Newer Older
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
Hernando Castano's avatar
Hernando Castano committed
name = "num-traits"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
 "hermit-abi 0.3.2",
Hernando Castano's avatar
Hernando Castano committed
 "libc",
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"

[[package]]
name = "object"
version = "0.30.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
 "crc32fast",
 "hashbrown 0.13.2",
 "indexmap 1.9.3",
 "memchr",
]

[[package]]
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
dependencies = [
[[package]]
name = "oid-registry"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"
dependencies = [
 "asn1-rs 0.3.1",
]

[[package]]
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
name = "once_cell"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
Hernando Castano's avatar
Hernando Castano committed
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Hernando Castano's avatar
Hernando Castano committed
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "openssl-probe"
version = "0.1.5"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
version = "0.9.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
[[package]]
name = "orchestra"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015"
dependencies = [
 "async-trait",
 "dyn-clonable",
 "futures",
 "futures-timer",
 "orchestra-proc-macro",
 "pin-project",
 "prioritized-metered-channel",
 "thiserror",
 "tracing",
]

[[package]]
name = "orchestra-proc-macro"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066"
dependencies = [
 "expander 0.0.6",
 "petgraph",
 "proc-macro-crate",
 "proc-macro2 1.0.67",
 "syn 1.0.109",
[[package]]
name = "ordered-float"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
dependencies = [
 "num-traits",
]

[[package]]
name = "p256"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
dependencies = [
 "ecdsa 0.14.8",
 "elliptic-curve 0.12.3",
 "sha2 0.10.7",
]

[[package]]
name = "p384"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
dependencies = [
 "ecdsa 0.14.8",
 "elliptic-curve 0.12.3",
 "sha2 0.10.7",
Hernando Castano's avatar
Hernando Castano committed
name = "pallet-aura"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "frame-support",
 "frame-system",
Hernando Castano's avatar
Hernando Castano committed
 "pallet-timestamp",
 "scale-info",
 "sp-application-crypto",
Hernando Castano's avatar
Hernando Castano committed
 "sp-consensus-aura",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-authority-discovery",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "scale-info",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-authorship",
 "pallet-session",
 "pallet-timestamp",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bags-list"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "sp-tracing",
Hernando Castano's avatar
Hernando Castano committed
name = "pallet-balances"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
Hernando Castano's avatar
Hernando Castano committed
 "log",
 "scale-info",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Hernando Castano's avatar
Hernando Castano committed
]
[[package]]
name = "pallet-beefy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-authorship",
 "pallet-session",
 "parity-scale-codec",
 "sp-consensus-beefy",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-beefy-mmr"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "array-bytes",
 "frame-support",
 "frame-system",
Hernando Castano's avatar
Hernando Castano committed
 "log",
 "pallet-beefy",
 "pallet-mmr",
 "pallet-session",
 "sp-consensus-beefy",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-state-machine",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-bounties"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "pallet-treasury",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bridge-beefy"
version = "0.1.0"
dependencies = [
 "bp-beefy",
 "bp-runtime",
 "bp-test-utils",
 "ckb-merkle-mountain-range 0.3.2",
 "frame-support",
 "frame-system",
 "log",
 "pallet-beefy-mmr",
 "pallet-mmr",
 "parity-scale-codec",
 "rand 0.8.5",
 "scale-info",
 "serde",
 "sp-consensus-beefy",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bridge-grandpa"
version = "0.1.0"
dependencies = [
 "bp-header-chain",
 "bp-runtime",
 "bp-test-utils",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "scale-info",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bridge-messages"
version = "0.1.0"
dependencies = [
 "bp-messages",
 "bp-runtime",
 "bp-test-utils",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "num-traits",
 "pallet-balances",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bridge-parachains"
version = "0.1.0"
dependencies = [
 "bp-header-chain",
 "bp-parachains",
 "bp-polkadot-core",
 "bp-runtime",
 "bp-test-utils",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-bridge-grandpa",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bridge-relayers"
version = "0.1.0"
dependencies = [
 "bp-messages",
 "bp-relayers",
 "bp-runtime",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-balances",
 "pallet-bridge-messages",
 "parity-scale-codec",
 "scale-info",
 "sp-arithmetic",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-child-bounties"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "frame-support",
 "frame-system",
 "log",
 "pallet-bounties",
 "pallet-treasury",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-conviction-voting"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "assert_matches",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "log",
 "pallet-election-provider-support-benchmarking",
 "rand 0.8.5",
 "scale-info",
 "sp-arithmetic",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "strum 0.24.1",
[[package]]
name = "pallet-election-provider-support-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-system",
 "parity-scale-codec",
 "sp-npos-elections",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-elections-phragmen"
version = "5.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-fast-unstake"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Hernando Castano's avatar
Hernando Castano committed
name = "pallet-grandpa"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
Hernando Castano's avatar
Hernando Castano committed
 "frame-support",
 "frame-system",
Hernando Castano's avatar
Hernando Castano committed
 "log",
 "pallet-authorship",
Hernando Castano's avatar
Hernando Castano committed
 "pallet-session",
 "scale-info",
 "sp-application-crypto",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-session",
Hernando Castano's avatar
Hernando Castano committed
 "sp-staking",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-identity"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "enumflags2",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]

[[package]]
name = "pallet-im-online"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "frame-support",
 "frame-system",
 "log",
 "pallet-authorship",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]

[[package]]
name = "pallet-indices"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]

[[package]]
name = "pallet-membership"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]

[[package]]
name = "pallet-message-queue"
version = "7.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-mmr"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-multisig"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-nis"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-arithmetic",
 "sp-core",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-nomination-pools"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "sp-tracing",
[[package]]
name = "pallet-nomination-pools-benchmarking"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "pallet-bags-list",
 "pallet-nomination-pools",
 "pallet-staking",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-runtime-interface",
 "sp-staking",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-nomination-pools-runtime-api"
version = "1.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "pallet-nomination-pools",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]

[[package]]
name = "pallet-offences"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-support",
 "frame-system",
 "log",
 "pallet-balances",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-offences-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "log",
 "pallet-babe",
 "pallet-balances",
 "pallet-grandpa",
 "pallet-im-online",
 "pallet-offences",
 "pallet-session",
 "pallet-staking",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-staking",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-preimage"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-proxy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-ranked-collective"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-arithmetic",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]

[[package]]
name = "pallet-recovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-referenda"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
 "assert_matches",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-scheduler"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "frame-benchmarking",
Hernando Castano's avatar
Hernando Castano committed
 "frame-support",
 "frame-system",
 "scale-info",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-session"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "pallet-timestamp",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-session",
Hernando Castano's avatar
Hernando Castano committed
 "sp-staking",
 "sp-state-machine",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-session-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0d6ef3e6c2c2dd46b12b6d88cda36532181b1811"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-session",
 "pallet-staking",
 "rand 0.8.5",
 "sp-runtime",
 "sp-session",