Cargo Features
[dependencies]
orml-tokens-runtime-api = { version = "1.2.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverorml-tokens-runtime-api
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of frame-support ^38.0.0, parity-scale-codec, sp-api ^34.0.0, and sp-runtime ^39.0.1
orml-tokens-runtime-api has 2 features without comments.