Cargo Features
[dependencies]
frame-support-procedural = { version = "30.0.4", default-features = false, features = ["std", "experimental", "tuples-96", "tuples-128"] }
- default = std
-
The
std
feature is set by default wheneverframe-support-procedural
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of sp-crypto-hashing
- no-metadata-docs experimental
- tuples-96
-
Generate impl-trait for tuples with the given number of tuples. Will be needed as the number of pallets in a runtime grows. Does increase the compile time!
- tuples-128