[package] name = "pezpallet-salary" version = "13.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage.workspace = true repository.workspace = true description = "Paymaster" readme = "README.md" documentation.workspace = true [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { features = ["derive"], workspace = true } pezframe = { workspace = true, features = ["runtime"] } pezframe-system = { workspace = true } pezframe-support = { workspace = true } log = { workspace = true } pezpallet-ranked-collective = { optional = true, workspace = true } scale-info = { features = ["derive"], workspace = true } [features] default = ["std"] std = [ "codec/std", "pezframe/std", "pezframe-system/std", "pezframe-support/std", "log/std", "pezpallet-ranked-collective/std", "scale-info/std", ] runtime-benchmarks = [ "pezframe/runtime-benchmarks", "pezpallet-ranked-collective/runtime-benchmarks", ] try-runtime = ["pezframe/try-runtime", "pezpallet-ranked-collective?/try-runtime"]