Cargo Features

[dependencies]
orml-tokens-runtime-api = { version = "0.10.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of frame-support ^32.0.0, parity-scale-codec, sp-api ^30.0.0, and sp-runtime ^35.0.0

orml-tokens-runtime-api has 2 features without comments.