Cargo Features

[dependencies]
orml-xcm-mock-message-queue = { version = "0.10.0", default-features = false, features = ["std"] }
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.11.0, frame-support ^32.0.0, frame-system ^32.0.0, parity-scale-codec, polkadot-parachain-primitives ^10.0.0, scale-info, sp-io ^34.0.0, sp-runtime ^35.0.0, sp-std, and staging-xcm ^11.0.0

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