[package] name = "pezpallet-staking-async-rc-client" description = "Pallet handling the communication with staking-ah-client. It's role is to glue the staking pallet (on AssetHub chain) and session pallet (on Relay Chain) in a transparent way." license = "Apache-2.0" version = "0.1.0" edition.workspace = true authors.workspace = true repository.workspace = true [dependencies] codec = { workspace = true, features = ["derive"] } pezframe-support = { workspace = true } pezframe-system = { workspace = true } impl-trait-for-tuples = "0.2.2" log = { workspace = true } scale-info = { workspace = true, features = ["derive"] } pezsp-core = { workspace = true } pezsp-runtime = { features = ["serde"], workspace = true } pezsp-staking = { features = ["serde"], workspace = true } xcm = { workspace = true } [features] default = ["std"] std = [ "codec/std", "pezframe-support/std", "pezframe-system/std", "log/std", "scale-info/std", "pezsp-core/std", "pezsp-runtime/std", "pezsp-staking/std", "xcm/std", ] runtime-benchmarks = [ "pezframe-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", "pezsp-staking/runtime-benchmarks", "xcm/runtime-benchmarks", ] try-runtime = [ "pezframe-support/try-runtime", "pezframe-system/try-runtime", "pezsp-runtime/try-runtime", ]