Cargo Features

[dependencies]
xbi-format = { version = "0.3.2", default-features = false, features = ["std"] }
default = std

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

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.