Cargo Features

[dependencies]
pallet-delegated-staking = { version = "2.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, frame-support, frame-system, scale-info, sp-runtime, sp-staking, and sp-std

try-runtime

Enables try-runtime of frame-support, frame-system, and sp-runtime

runtime-benchmarks

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

pallet-delegated-staking has 4 features without comments.