Cargo Features
[dependencies]
snowbridge-router-primitives = { version = "0.18.1", 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 ^39.0.0, log, scale-info, snowbridge-core, sp-core ^35.0.0, sp-io ^39.0.0, sp-runtime ^40.1.0, sp-std, staging-xcm ^15.0.1, and staging-xcm-executor ^18.0.0
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support ^39.0.0, snowbridge-core, sp-runtime ^40.1.0, and staging-xcm-executor ^18.0.0
snowbridge-router-primitives has 3 features without comments.