Cargo Features

[dependencies]
pallet-nomination-pools = { version = "35.0.0", default-features = false, features = ["std", "try-runtime", "fuzzing", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever pallet-nomination-pools is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec, frame-support, frame-system, log, optional pallet-balances, scale-info, sp-core, sp-io, sp-runtime, sp-staking, and optional sp-tracing

parity-scale-codec:

parity

try-runtime

Enables try-runtime of frame-support, frame-system, optional pallet-balances, and sp-runtime

fuzzing = pallet-balances, sp-tracing
runtime-benchmarks

Enables runtime-benchmarks of frame-support, frame-system, optional pallet-balances, sp-runtime, and sp-staking

Affects adapter::StakeStrategy.nominations, adapter::StakeStrategy.remove_as_agent

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

pallet-balances fuzzing?
sp-tracing fuzzing?