Cargo Features

[dependencies]
snowbridge-runtime-common = { version = "0.13.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, frame-support, frame-system, log, pallet-xcm, snowbridge-core, snowbridge-outbound-queue-primitives, sp-arithmetic, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor

try-runtime

Enables try-runtime of frame-support, frame-system, and pallet-xcm

runtime-benchmarks

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

snowbridge-runtime-common has 4 features without comments.