Cargo Features
[dependencies]
orml-xcm = { version = "1.3.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverorml-xcm
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of frame-support ^39.0.0, frame-system ^39.1.0, pallet-xcm ^18.0.0, parity-scale-codec, scale-info, sp-std, and staging-xcm ^15.0.1
- try-runtime
-
Enables try-runtime of frame-support ^39.0.0, frame-system ^39.1.0, and pallet-xcm ^18.0.0
orml-xcm has 3 features without comments.