[package] name = "orml-oracle-runtime-api" version = "1.0.0" authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" description = "Runtime API module for orml-oracle." repository = "https://github.com/open-web3-stack/open-runtime-module-library" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] } sp-api = { workspace = true } sp-std = { workspace = true } [features] default = [ "std" ] std = [ "parity-scale-codec/std", "sp-api/std", "sp-std/std" ]