Cargo Features
[dependencies]
cumulus-pallet-parachain-system-proc-macro = { version = "0.6.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevercumulus-pallet-parachain-system-proc-macro
is added without
somewhere in the dependency tree.default-features = false - std default
cumulus-pallet-parachain-system-proc-macro has 2 features without comments.