Cargo Features
[dependencies]
bp-xcm-bridge-hub-router = { version = "0.14.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverbp-xcm-bridge-hub-router
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, scale-info, sp-core, sp-runtime, and staging-xcm
bp-xcm-bridge-hub-router has 2 features without comments.