Cargo Features

[dependencies]
bridge-hub-common = { version = "0.12.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 ^0.17.0, frame-support ^39.0.0, pallet-message-queue ^42.0.0, scale-info, snowbridge-core, sp-core ^35.0.0, sp-runtime ^40.0.0, sp-std, and staging-xcm ^15.0.0

runtime-benchmarks

Enables runtime-benchmarks of cumulus-primitives-core ^0.17.0, frame-support ^39.0.0, pallet-message-queue ^42.0.0, snowbridge-core, and sp-runtime ^40.0.0

bridge-hub-common has 3 features without comments.