wickra-benchmark-cli 0.1.2

Reference command-line runner over wickra-benchmark-core: recompute a curated case or suite against its datasets and report pass/hash-match, exiting non-zero on any failure for use in CI pipelines.
[package]
name = "wickra-benchmark-cli"
description = "Reference command-line runner over wickra-benchmark-core: recompute a curated case or suite against its datasets and report pass/hash-match, exiting non-zero on any failure for use in CI pipelines."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

# docs.rs builds with every feature on, so the feature-gated parallel runner is
# documented rather than silently absent. It builds on nightly with --cfg docsrs,
# which no job here can reproduce, so this is one of the few settings CI cannot
# verify.
[package.metadata.docs.rs]
all-features = true

[lints]
workspace = true

[[bin]]
name = "wickra-benchmark"
path = "src/main.rs"

[dependencies]
# The deterministic benchmark core (runner + CSV loading + canonical JSON).
wickra-benchmark-core.workspace = true
serde_json.workspace = true
clap.workspace = true