Files
pezkuwi-sdk/bizinikiwi/pezframe/honzon/oracle/runtime-api/Cargo.toml
T
pezkuwichain 3139ffa25e fix: Complete snowbridge pezpallet rebrand and critical bug fixes
- 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
2025-12-16 09:57:23 +03:00

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"]