3139ffa25e
- snowbridge-pezpallet-* → pezsnowbridge-pezpallet-* (201 refs) - pallet/ directories → pezpallet/ (4 locations) - Fixed pezpallet.rs self-include recursion bug - Fixed sc-chain-spec hardcoded crate name in derive macro - Reverted .pezpallet_by_name() to .pallet_by_name() (subxt API) - Added BizinikiwiConfig type alias for zombienet tests - Deleted obsolete session state files Verified: pezsnowbridge-pezpallet-*, pezpallet-staking, pezpallet-staking-async, pezframe-benchmarking-cli all pass cargo check
27 lines
742 B
TOML
27 lines
742 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 pezpallet."
|
|
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"]
|