aiproof-cli 0.1.4

CLI for aiproof, the static analyzer for AI prompts (ESLint for prompts).
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"
name = "aiproof-cli"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for aiproof, the static analyzer for AI prompts (ESLint for prompts)."
readme = "README.md"
keywords = [
    "llm",
    "linter",
    "prompts",
    "static-analysis",
    "ai",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/Frostbyte-Devs/aiproof"
resolver = "2"

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

[[bin]]
name = "aiproof"
path = "src/main.rs"

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

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

[[bench]]
name = "single_file"
path = "benches/single_file.rs"
harness = false

[dependencies.aiproof-config]
version = "0.1.4"

[dependencies.aiproof-core]
version = "0.1.4"

[dependencies.aiproof-parse]
version = "0.1.4"

[dependencies.aiproof-report]
version = "0.1.4"

[dependencies.aiproof-rules]
version = "0.1.4"

[dependencies.anyhow]
version = "1"

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

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

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