Cargo Features

[dependencies]
bp-asset-hub-rococo = { version = "0.9.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of bp-xcm-bridge-hub-router and parity-scale-codec

bp-xcm-bridge-hub-router:

Bridge Dependencies

and std of frame-support and scale-info

frame-support:

Substrate Dependencies