Cargo Features
[dependencies]
snowbridge-core = { version = "0.13.1", 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 bp-relayers, parity-scale-codec, ethabi-decode, frame-support, frame-system, log, polkadot-parachain-primitives, scale-info, serde, sp-arithmetic, sp-core, sp-io, sp-runtime, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor
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, staging-xcm, staging-xcm-builder, and staging-xcm-executor
snowbridge-core has 4 features without comments.