Cargo Features

[dependencies]
pallet-node-authorization = { version = "39.0.0", default-features = false, features = ["std", "try-runtime"] }
default = std

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

std default

Enables std of parity-scale-codec, frame-support ^39.0.0, frame-system ^39.0.0, log, scale-info, sp-core ^35.0.0, sp-io ^39.0.0, and sp-runtime ^40.0.0

try-runtime

Enables try-runtime of frame-support ^39.0.0, frame-system ^39.0.0, and sp-runtime ^40.0.0

pallet-node-authorization has 3 features without comments.