Cargo Features
[dependencies]
pallet-node-authorization = { version = "40.0.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverpallet-node-authorization
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, polkadot-sdk-frame, log, and scale-info
- try-runtime
-
Enables try-runtime of polkadot-sdk-frame
pallet-node-authorization has 3 features without comments.