Cargo Features

[dependencies]
bp-xcm-bridge-hub = { version = "0.4.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of bp-messages, bp-runtime, parity-scale-codec, frame-support, scale-info, serde, sp-core, sp-io, sp-std, and staging-xcm

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

bp-xcm-bridge-hub has 2 features without comments.