Cargo Features

[dependencies]
pallet-nicks = { version = "28.0.0", default-features = false, features = ["std", "try-runtime"] }
default = std

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

std default

Enables std of parity-scale-codec, frame-support ^28.0.0, frame-system ^28.0.0, scale-info, sp-io ^30.0.0, sp-runtime ^31.0.0, and sp-std

try-runtime

Enables try-runtime of frame-support ^28.0.0, frame-system ^28.0.0, and sp-runtime ^31.0.0

pallet-nicks has 3 features without comments.