Cargo Features

[dependencies]
orml-payments = { version = "1.2.1", default-features = false, features = ["std", "try-runtime"] }
default = std

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

std default = serde

Enables std of frame-support ^38.0.0, frame-system ^38.0.0, log, orml-traits, parity-scale-codec, scale-info, sp-runtime ^39.0.1, and sp-std

try-runtime

Enables try-runtime of frame-support ^38.0.0, frame-system ^38.0.0, and sp-runtime ^39.0.1

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde std