Cargo Features
[dependencies]
orml-xcm-mock-message-queue = { version = "1.1.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverorml-xcm-mock-message-queue
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of cumulus-primitives-core, frame-support, frame-system, parity-scale-codec, polkadot-parachain-primitives, scale-info, sp-io, sp-runtime, sp-std, and staging-xcm
- try-runtime
-
Enables try-runtime of frame-support, frame-system, and sp-runtime
orml-xcm-mock-message-queue has 3 features without comments.