Cargo Features

[dependencies]
snowbridge-core = { version = "0.5.0", default-features = false, features = ["std", "serde", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, ethabi-decode, frame-support, frame-system, polkadot-parachain-primitives, scale-info, serde, snowbridge-beacon-primitives, sp-arithmetic, sp-core, sp-io, sp-runtime, sp-std, staging-xcm, and staging-xcm-builder

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

serde std

Enables serde, serde of scale-info

runtime-benchmarks

Enables runtime-benchmarks of frame-support, frame-system, polkadot-parachain-primitives, sp-runtime, and staging-xcm-builder

snowbridge-core has 4 features without comments.