[package] name = "pezcumulus-pezpallet-session-benchmarking" version = "9.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage.workspace = true repository.workspace = true description = "FRAME sessions pezpallet benchmarking" readme = "README.md" documentation.workspace = true [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { workspace = true } pezframe-benchmarking = { optional = true, workspace = true } pezframe-support = { workspace = true } pezframe-system = { workspace = true } pezpallet-session = { workspace = true } pezsp-runtime = { workspace = true } [features] default = ["std"] runtime-benchmarks = [ "pezframe-benchmarking/runtime-benchmarks", "pezframe-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezpallet-session/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", ] std = [ "codec/std", "pezframe-benchmarking/std", "pezframe-support/std", "pezframe-system/std", "pezpallet-session/std", "pezsp-runtime/std", ]