[package] name = "pezpallet-skip-feeless-payment" version = "3.0.0" authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true description = "Pallet to skip payments for calls annotated with `feeless_if` if the respective conditions are satisfied." [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Bizinikiwi dependencies pezsp-runtime = { workspace = true } pezframe-support = { workspace = true } pezframe-system = { workspace = true } # Other dependencies codec = { features = ["derive"], workspace = true } scale-info = { features = ["derive"], workspace = true } [features] default = ["std"] std = [ "codec/std", "pezframe-support/std", "pezframe-system/std", "scale-info/std", "pezsp-runtime/std", ] runtime-benchmarks = [ "pezframe-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", ] try-runtime = [ "pezframe-support/try-runtime", "pezframe-system/try-runtime", "pezsp-runtime/try-runtime", ]