assay-cli 1.7.0

CLI for Assay
[[bin]]
name = "assay"
path = "src/main.rs"

[dependencies.anyhow]
features = ["std"]
version = "1"

[dependencies.assay-core]
version = "1.7.0"

[dependencies.assay-metrics]
version = "1.7.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
features = ["derive", "env"]
version = "4"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.similar]
version = "2"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "io-std", "io-util", "fs"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.assert_cmd]
version = "2.1.1"

[dev-dependencies.predicates]
version = "3.1.3"

[dev-dependencies.regex]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[features]
experimental = ["assay-core/experimental"]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CLI for Assay"
edition = "2021"
license = "MIT"
name = "assay-cli"
readme = "README.md"
repository = "https://github.com/Rul1an/assay"
version = "1.7.0"

[[test]]
name = "coverage_threshold"
path = "tests/coverage_threshold.rs"

[[test]]
name = "e2e_mcp_wrap_assert_cmd"
path = "tests/e2e_mcp_wrap_assert_cmd.rs"

[[test]]
name = "golden_runner"
path = "tests/golden_runner.rs"