Cargo Features
[dependencies]
xcm-runtime-apis = { version = "0.4.2", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverxcm-runtime-apis
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support ^38.2.0, scale-info, sp-api ^34.0.0, sp-weights, staging-xcm ^14.2.0, and staging-xcm-executor
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support ^38.2.0 and staging-xcm-executor
xcm-runtime-apis has 3 features without comments.