Cargo Features

[dependencies]
pallet-rbac = { version = "0.0.2", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, frame-benchmarking ^4.0.0-dev, frame-support ^4.0.0-dev, frame-system ^4.0.0-dev, scale-info, sp-io ^7.0.0, sp-runtime ^7.0.0, and sp-std ^5.0.0

try-runtime

Enables try-runtime of frame-support ^4.0.0-dev

runtime-benchmarks

Enables runtime-benchmarks of frame-benchmarking ^4.0.0-dev

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

frame-benchmarking runtime-benchmarks? std

Enables frame-benchmarking ^4.0.0-dev