Cargo Features
[dependencies]
orml-xcm-support = { version = "1.2.1", 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 ^38.0.0, orml-traits, parity-scale-codec, sp-runtime ^39.0.1, sp-std, staging-xcm ^14.2.0, and staging-xcm-executor ^17.0.0
orml-xcm-support has 2 features without comments.