Cargo Features
[dependencies]
orml-xcm-support = { version = "1.0.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverorml-xcm-support
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of frame-support ^37.0.0, orml-traits, parity-scale-codec, sp-runtime, sp-std, staging-xcm, and staging-xcm-executor ^16.0.0
orml-xcm-support has 2 features without comments.