[package] name = "frame-omni-bencher" version = "0.1.0" description = "Freestanding benchmark runner for any Polkadot runtime." authors.workspace = true edition.workspace = true repository.workspace = true license.workspace = true [lints] workspace = true [dependencies] clap = { version = "4.5.2", features = ["derive"] } cumulus-primitives-proof-size-hostfunction = { path = "../../../../cumulus/primitives/proof-size-hostfunction" } frame-benchmarking-cli = { path = "../benchmarking-cli", default-features = false } sc-cli = { path = "../../../client/cli" } sp-runtime = { path = "../../../primitives/runtime" } sp-statement-store = { path = "../../../primitives/statement-store" } env_logger = "0.11.2" log = { workspace = true }