Cargo Features
[dependencies]
substrate-abi = { version = "0.3.7", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversubstrate-abi
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, log, scale-info, sp-core ^6.0.0, sp-runtime ^6.0.0, and sp-std ^4.0.0
SubstrateAbi has 2 features without comments.
Features from optional dependencies
TODO: share the same crate for sabi/scabi and enable via feature flags