Cargo Features

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

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

std default

Enables std of bp-bridge-hub-cumulus, bp-messages, and bp-runtime

bp-bridge-hub-cumulus:

Bridge Dependencies

and std of frame-support, sp-api, sp-runtime, and sp-std

frame-support:

Substrate Based Dependencies