Cargo Features
[dependencies]
snowbridge-pallet-inbound-queue-fixtures = { version = "0.18.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-pallet-inbound-queue-fixtures
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of snowbridge-beacon-primitives, snowbridge-core, sp-core, and sp-std
- runtime-benchmarks
-
Enables runtime-benchmarks of snowbridge-core
snowbridge-pallet-inbound-queue-fixtures has 3 features without comments.