Cargo Features

[dependencies]
orml-payments = { version = "0.10.0", 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

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

try-runtime

Enables try-runtime of frame-support ^32.0.0, frame-system ^32.0.0, and sp-runtime ^35.0.0

orml-payments has 3 features without comments.