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 ^38.0.0, frame-election-provider-support ^38.0.0, frame-support ^38.0.0, frame-system ^38.0.0, pallet-bags-list, pallet-delegated-staking ^5.0.0, pallet-nomination-pools ^35.0.0, pallet-staking, scale-info, sp-runtime ^39.0.1, sp-runtime-interface ^28.0.0, and sp-staking ^36.0.0
parity-scale-codec:
parity
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-benchmarking ^38.0.0, frame-election-provider-support ^38.0.0, frame-support ^38.0.0, frame-system ^38.0.0, pallet-bags-list, pallet-delegated-staking ^5.0.0, pallet-nomination-pools ^35.0.0, pallet-staking, sp-runtime ^39.0.1, and sp-staking ^36.0.0
Affects
pallet-nomination-pools-benchmarking::inner
…