Cargo Features

[dependencies]
snowbridge-inbound-queue-primitives = { version = "0.2.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

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

std default

Enables std of alloy-core ^0.8.15, parity-scale-codec, frame-support, frame-system, log, scale-info, snowbridge-beacon-primitives, snowbridge-core, snowbridge-verification-primitives, sp-core, sp-io, sp-runtime, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor

runtime-benchmarks

Enables runtime-benchmarks of frame-support, frame-system, snowbridge-core, sp-runtime, staging-xcm, staging-xcm-builder, and staging-xcm-executor

snowbridge-inbound-queue-primitives has 3 features without comments.