Cargo Features

[dependencies]
orml-xcm-support = { version = "0.10.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever orml-xcm-support is added without default-features = false somewhere in the dependency tree.

std default

Enables std of frame-support ^32.0.0, orml-traits, parity-scale-codec, sp-runtime ^35.0.0, sp-std, staging-xcm ^11.0.0, and staging-xcm-executor ^11.0.0

orml-xcm-support has 2 features without comments.