Cargo Features
[dependencies]
orml-payments = { version = "1.0.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverorml-payments
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of frame-support ^37.0.0, frame-system ^37.0.0, log, orml-traits, parity-scale-codec, scale-info, sp-runtime, and sp-std
- try-runtime
-
Enables try-runtime of frame-support ^37.0.0, frame-system ^37.0.0, and sp-runtime
orml-payments has 3 features without comments.