Cargo Features
[dependencies]
orml-oracle-rpc-runtime-api = { version = "0.4.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverorml-oracle-rpc-runtime-api
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec ^2.0.0, sp-api ^3.0.0, and sp-std ^3.0.0
orml-oracle-rpc-runtime-api has 2 features without comments.