[package] name = "pezpallet-example-pezframe-crate" version = "0.0.1" authors = [ "Kurdistan Tech Institute ", "Parity Technologies ", ] edition.workspace = true license = "MIT-0" homepage.workspace = true repository.workspace = true description = "FRAME example pezpallet with umbrella crate" publish = false documentation.workspace = true [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { workspace = true } scale-info = { features = ["derive"], workspace = true } pezframe = { features = ["runtime"], workspace = true } pezframe-system = { workspace = true } pezframe-support = { workspace = true } [features] default = ["std"] std = ["codec/std", "pezframe/std", "pezframe-system/std", "pezframe-support/std", "scale-info/std"] runtime-benchmarks = ["pezframe/runtime-benchmarks"]