Cargo Features

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

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

std default

Enables std of frame-support ^32.0.0, frame-system ^32.0.0, pallet-xcm ^11.0.0, parity-scale-codec, scale-info, sp-std, and staging-xcm ^11.0.0

try-runtime

Enables try-runtime of frame-support ^32.0.0, frame-system ^32.0.0, and pallet-xcm ^11.0.0

orml-xcm has 3 features without comments.