Cargo Features
[dependencies]
orml-xcm-mock-message-queue = { version = "1.2.1", 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 ^0.16.0, frame-support ^38.0.0, frame-system ^38.0.0, parity-scale-codec, polkadot-parachain-primitives ^14.0.0, scale-info, sp-io ^38.0.0, sp-runtime ^39.0.1, sp-std, and staging-xcm ^14.2.0
- try-runtime
-
Enables try-runtime of frame-support ^38.0.0, frame-system ^38.0.0, and sp-runtime ^39.0.1
orml-xcm-mock-message-queue has 3 features without comments.