Cargo Features

[dependencies]
snowbridge-router-primitives = { version = "0.11.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever snowbridge-router-primitives is added without default-features = false somewhere in the dependency tree.

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.