Cargo Features

[dependencies]
frame-benchmarking-pallet-pov = { version = "28.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

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

try-runtime

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

runtime-benchmarks

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

frame-benchmarking-pallet-pov has 4 features without comments.