Cargo Features

[dependencies]
substrate-abi = { version = "0.3.7", default-features = false, features = ["std"] }
default = std

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

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