Cargo Features

[dependencies]
pallet-nomination-pools = { version = "30.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

parity

and std of frame-support, frame-system, and log

frame-support:

FRAME

and std of scale-info, sp-core, sp-io, sp-runtime, sp-staking, sp-std, optional pallet-balances, and optional sp-tracing

pallet-balances:

Optional: use for testing and/or fuzzing

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

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?