Cargo Features

[dependencies]
bridge-hub-common = { version = "0.5.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, cumulus-primitives-core, frame-support, pallet-message-queue, scale-info, snowbridge-core, sp-core, sp-runtime, sp-std, and staging-xcm

runtime-benchmarks

Enables runtime-benchmarks of cumulus-primitives-core, frame-support, pallet-message-queue, snowbridge-core, and sp-runtime

bridge-hub-common has 3 features without comments.