greentic-qa-lib 0.4.13

Reusable orchestration facade for Greentic QA wizard flows.
Documentation
# 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.91"
name = "greentic-qa-lib"
version = "0.4.13"
authors = ["Greentic AI <dev@greentic.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable orchestration facade for Greentic QA wizard flows."
homepage = "https://github.com/greentic-ai/greentic-qa"
readme = false
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-qa"
resolver = "2"

[lib]
name = "greentic_qa_lib"
path = "src/lib.rs"

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

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"