Cargo Features

[dependencies]
orml-xcm-mock-message-queue = { version = "1.0.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.15.0, frame-support ^37.0.0, frame-system ^37.0.0, parity-scale-codec, polkadot-parachain-primitives, scale-info, sp-io, sp-runtime, sp-std, and staging-xcm

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