[package]
edition = "2024"
rust-version = "1.91"
name = "qa-spec"
version = "0.4.3"
authors = ["Greentic AI <dev@greentic.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core QA specification models and validation utilities."
homepage = "https://github.com/greentic-ai/greentic-qa"
readme = false
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-qa"
resolver = "2"
[lib]
name = "qa_spec"
path = "src/lib.rs"
[[test]]
name = "answers"
path = "tests/answers.rs"
[[test]]
name = "compose"
path = "tests/compose.rs"
[[test]]
name = "progress"
path = "tests/progress.rs"
[[test]]
name = "render"
path = "tests/render.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"
[[test]]
name = "runner"
path = "tests/runner.rs"
[[test]]
name = "store"
path = "tests/store.rs"
[[test]]
name = "template"
path = "tests/template.rs"
[[test]]
name = "validation"
path = "tests/validation.rs"
[dependencies.globset]
version = "0.4"
[dependencies.handlebars]
version = "6"
[dependencies.regex]
version = "1"
[dependencies.schemars]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_cbor]
version = "0.11"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"