Cargo Features

[dependencies]
pallet-root-offences = { version = "29.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

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

try-runtime

Enables try-runtime of frame-support, frame-system, pallet-session, pallet-staking, and sp-runtime

runtime-benchmarks

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

pallet-root-offences has 4 features without comments.