visual-rubric 0.2.0

AI-assisted screenshot rubric runner for local visual UX review
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.85"
name = "visual-rubric"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-assisted screenshot rubric runner for local visual UX review"
readme = "README.md"
keywords = [
    "visual-testing",
    "screenshots",
    "rubric",
    "codex",
    "ux",
]
categories = ["development-tools::testing"]
license = "EUPL-1.2"
repository = "https://codeberg.org/caniko/visual-rubric"

[features]
fake-codex-acp = []

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

[[bin]]
name = "fake-codex-acp"
path = "tests/bin/fake_codex_acp.rs"
required-features = ["fake-codex-acp"]

[[bin]]
name = "visual-rubric"
path = "src/main.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

[dependencies.percent-encoding]
version = "2.3"

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

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

[dev-dependencies.which]
version = "8"