Cargo Features
[dependencies]
snowbridge-router-primitives = { version = "0.16.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-router-primitives
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support, log, scale-info, snowbridge-core, sp-core, sp-io, sp-runtime, sp-std, staging-xcm, and staging-xcm-executor
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support, snowbridge-core, sp-runtime, and staging-xcm-executor
snowbridge-router-primitives has 3 features without comments.