Cargo Features
[dependencies]
pallet-xcm-bridge-hub-router = { version = "0.17.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-xcm-bridge-hub-router
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bp-xcm-bridge-hub-router, parity-scale-codec, frame-benchmarking ^37.0.0, frame-support ^37.1.0, frame-system ^37.1.0, log, scale-info, sp-core ^34.0.0, sp-runtime ^39.0.3, sp-std, staging-xcm ^14.1.0, and staging-xcm-builder ^16.0.3
- try-runtime
-
Enables try-runtime of frame-support ^37.1.0, frame-system ^37.1.0, and sp-runtime ^39.0.3
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-benchmarking ^37.0.0, frame-support ^37.1.0, frame-system ^37.1.0, sp-runtime ^39.0.3, and staging-xcm-builder ^16.0.3
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.