Cargo Features
[dependencies]
xbi-format = { version = "0.3.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverxbi-format
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-system ^4.0.0-dev, log, substrate-abi, substrate-contracts-abi, scale-info, sp-core ^6.0.0, sp-runtime ^6.0.0, and sp-std ^4.0.0
XbiFormat has 2 features without comments.