Files
pezkuwi-sdk/bizinikiwi/pezframe/honzon/oracle/runtime-api/Cargo.toml
T

27 lines
739 B
TOML

[package]
name = "pezpallet-oracle-runtime-api"
version = "1.0.0"
authors = [
"Acala Developers",
"Kurdistan Tech Institute <info@pezkuwichain.io>",
"Parity Technologies <admin@parity.io>",
]
edition.workspace = true
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "Runtime API for the oracle pallet."
documentation = "https://docs.rs/pezpallet-oracle-runtime-api"
[dependencies]
codec = { workspace = true, features = ["derive"] }
scale-info = { workspace = true }
pezsp-api = { workspace = true }
pezsp-std = { workspace = true }
[features]
default = ["std"]
std = ["codec/std", "scale-info/std", "pezsp-api/std", "pezsp-std/std"]
runtime-benchmarks = ["pezsp-api/runtime-benchmarks"]