Cargo Features
[dependencies]
snowbridge-core = { version = "0.10.0", default-features = false, features = ["std", "serde", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-core
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, ethabi-decode =1.0.0, 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.