greentic-qa 0.4.2

Command line helper for QA workflows.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "greentic-qa"
version = "0.4.2"
authors = ["Greentic AI <dev@greentic.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line helper for QA workflows."
homepage = "https://github.com/greentic-ai/greentic-qa"
readme = false
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-qa"
resolver = "2"

[[bin]]
name = "greentic-qa"
path = "src/main.rs"

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

[dependencies.component-qa]
version = "0.4"

[dependencies.qa-spec]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

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