[package]
edition = "2024"
rust-version = "1.89"
name = "wvq-cli"
version = "0.1.0-alpha.3"
authors = ["Sergii Ziborov <sergii.ziborov@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wvq command-line surface for Weavatrix Quality"
homepage = "https://weavatrix.com"
readme = "README.md"
keywords = [
"weavatrix",
"quality",
"wvq",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Weavatrix/weavatrix-quality"
resolver = "2"
[lib]
name = "wvq_cli"
path = "src/lib.rs"
[[bin]]
name = "wvq"
path = "src/main.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[[test]]
name = "product_monorepo"
path = "tests/product_monorepo.rs"
[dependencies.serde_json]
version = "1.0"
[dependencies.wvq-command-bus]
version = "0.1.0-alpha.3"
[dev-dependencies.mcport]
version = "0.5.0"
[dev-dependencies.qualityd]
version = "0.1.0-alpha.3"
[dev-dependencies.wvq-mcp]
version = "0.1.0-alpha.3"
[dev-dependencies.wvq-proof]
version = "0.1.0-alpha.3"
[dev-dependencies.wvq-store]
version = "0.1.0-alpha.3"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"