[package] name = "pallet-nomination-pools-test-staking" version = "1.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true description = "FRAME nomination pools pallet tests with the staking pallet" publish = false [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dev-dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] } scale-info = { version = "2.11.1", features = ["derive"] } sp-runtime = { path = "../../../primitives/runtime" } sp-io = { path = "../../../primitives/io" } sp-std = { path = "../../../primitives/std" } sp-staking = { path = "../../../primitives/staking" } sp-core = { path = "../../../primitives/core" } frame-system = { path = "../../system" } frame-support = { path = "../../support" } frame-election-provider-support = { path = "../../election-provider-support" } pallet-timestamp = { path = "../../timestamp" } pallet-balances = { path = "../../balances" } pallet-staking = { path = "../../staking" } pallet-bags-list = { path = "../../bags-list" } pallet-staking-reward-curve = { path = "../../staking/reward-curve" } pallet-nomination-pools = { path = ".." } sp-tracing = { path = "../../../primitives/tracing" } log = { workspace = true, default-features = true }