Cargo Features

[dependencies]
pallet-nomination-pools = { version = "36.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 ^37.0.1, frame-system ^37.1.0, log, optional pallet-balances ^38.0.0, scale-info, sp-core, sp-io, sp-runtime, sp-staking ^34.0.0, and optional sp-tracing

parity-scale-codec:

parity

try-runtime

Enables try-runtime of frame-support ^37.0.1, frame-system ^37.1.0, optional pallet-balances ^38.0.0, and sp-runtime

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

Enables runtime-benchmarks of frame-support ^37.0.1, frame-system ^37.1.0, optional pallet-balances ^38.0.0, sp-runtime, and sp-staking ^34.0.0

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?

Enables pallet-balances ^38.0.0

sp-tracing fuzzing?