Cargo Features
[dependencies]
pallet-nomination-pools-benchmarking = { version = "36.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-nomination-pools-benchmarking
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-benchmarking, frame-election-provider-support, frame-support, frame-system, pallet-bags-list, pallet-delegated-staking, pallet-nomination-pools, pallet-staking, scale-info, sp-runtime, sp-runtime-interface, and sp-staking
parity-scale-codec:
parity
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-benchmarking, frame-election-provider-support, frame-support, frame-system, pallet-bags-list, pallet-delegated-staking, pallet-nomination-pools, pallet-staking, sp-runtime, and sp-staking
Affects
pallet-nomination-pools-benchmarking::inner
…