Cargo Features

[dependencies]
xp-format = { version = "0.3.7", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever xp-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

xp-format has 2 features without comments.