Cargo Features

[dependencies]
pallet-default-config-example = { version = "17.0.0", default-features = false, features = ["std", "try-runtime"] }
default = std

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

std default

Enables std of parity-scale-codec, frame-support ^35.0.0, frame-system ^35.0.0, log, scale-info, sp-io ^37.0.0, sp-runtime ^38.0.0, and sp-std

try-runtime

Enables try-runtime of frame-support ^35.0.0, frame-system ^35.0.0, and sp-runtime ^38.0.0

pallet-default-config-example has 3 features without comments.