Cargo Features

[dependencies]
orml-xcm-mock-message-queue = { version = "1.3.0", default-features = false, features = ["std", "try-runtime"] }
default = std

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

std default

Enables std of cumulus-primitives-core ^0.17.0, frame-support ^39.0.0, frame-system ^39.1.0, parity-scale-codec, polkadot-parachain-primitives ^15.0.0, scale-info, sp-io ^39.0.0, sp-runtime ^40.1.0, 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 sp-runtime ^40.1.0

orml-xcm-mock-message-queue has 3 features without comments.