[package] name = "pallet-offences-benchmarking" version = "38.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage.workspace = true repository.workspace = true description = "FRAME offences pallet benchmarking" readme = "README.md" [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { workspace = true } scale-info = { features = ["derive"], workspace = true } frame-benchmarking.workspace = true frame-election-provider-support.workspace = true frame-support.workspace = true frame-system.workspace = true pallet-babe.workspace = true pallet-balances.workspace = true pallet-grandpa.workspace = true pallet-im-online.workspace = true pallet-offences.workspace = true pallet-session.workspace = true pallet-staking.workspace = true sp-runtime.workspace = true sp-staking.workspace = true log = { workspace = true } [dev-dependencies] pallet-staking-reward-curve = { default-features = true, path = "../../staking/reward-curve" } pallet-timestamp = { default-features = true, path = "../../timestamp" } sp-core = { default-features = true, path = "../../../primitives/core" } sp-io = { default-features = true, path = "../../../primitives/io" } [features] default = ["std"] std = [ "codec/std", "frame-benchmarking/std", "frame-election-provider-support/std", "frame-support/std", "frame-system/std", "log/std", "pallet-babe/std", "pallet-balances/std", "pallet-grandpa/std", "pallet-im-online/std", "pallet-offences/std", "pallet-session/std", "pallet-staking/std", "scale-info/std", "sp-runtime/std", "sp-staking/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-election-provider-support/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-babe/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "pallet-grandpa/runtime-benchmarks", "pallet-im-online/runtime-benchmarks", "pallet-offences/runtime-benchmarks", "pallet-staking/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ]