Cargo Features

[dependencies]
pallet-offences-benchmarking = { version = "33.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, frame-benchmarking, frame-election-provider-support, frame-support, frame-system, log, pallet-babe, pallet-balances, pallet-grandpa, pallet-im-online, pallet-offences, pallet-session, pallet-staking, scale-info, sp-runtime, sp-staking, and sp-std

runtime-benchmarks

Enables runtime-benchmarks of frame-benchmarking, frame-election-provider-support, frame-support, frame-system, pallet-babe, pallet-balances, pallet-grandpa, pallet-im-online, pallet-offences, pallet-staking, sp-runtime, and sp-staking

Affects pallet-offences-benchmarking::inner