[package] name = "pezpallet-xcm-benchmarks" authors.workspace = true edition.workspace = true license.workspace = true version = "7.0.0" description = "Benchmarks for the XCM pezpallet" homepage.workspace = true repository.workspace = true documentation.workspace = true [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { workspace = true } pezframe-benchmarking = { workspace = true } pezframe-support = { workspace = true } pezframe-system = { workspace = true } pezsp-io = { workspace = true } pezsp-runtime = { workspace = true } scale-info = { features = ["derive"], workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-executor = { workspace = true } [dev-dependencies] pezpallet-balances = { workspace = true, default-features = true } pezsp-tracing = { workspace = true, default-features = true } xcm = { workspace = true, default-features = true } [features] default = [ "std" ] std = [ "codec/std", "pezframe-benchmarking/std", "pezframe-support/std", "pezframe-system/std", "pezsp-io/std", "pezsp-runtime/std", "scale-info/std", "xcm-builder/std", "xcm-executor/std", ] runtime-benchmarks = [ "pezframe-benchmarking/runtime-benchmarks", "pezframe-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezpallet-balances/runtime-benchmarks", "pezsp-io/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm/runtime-benchmarks", ]