Cargo Features

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

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

std default

Enables std of frame-benchmarking, frame-support, frame-system, pallet-session, pallet-staking, rand, sp-runtime, sp-session, and sp-std

rand:

Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.

runtime-benchmarks

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

Affects pallet-session-benchmarking::inner