Cargo Features

[dependencies]
snowbridge-runtime-common = { version = "0.5.0", default-features = false, features = ["std", "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, log, snowbridge-core, sp-arithmetic, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor

runtime-benchmarks

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

snowbridge-runtime-common has 3 features without comments.