adversaria 0.1.0

Adversarial Testing Harness for Large Language Models
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 = "2021"
name = "adversaria"
version = "0.1.0"
authors = ["Adversaria Contributors"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "adversaria.config.yaml",
    "src/**",
    "suites/**",
    "docs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adversarial Testing Harness for Large Language Models"
homepage = "https://github.com/adversaria/adversaria"
documentation = "https://github.com/adversaria/adversaria#readme"
readme = "README.md"
keywords = [
    "llm",
    "security",
    "testing",
    "adversarial",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/adversaria/adversaria"

[badges.github-actions]
repository = "adversaria/adversaria"
workflow = "CI"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.colored]
version = "2.1"

[dependencies.comfy-table]
version = "7.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.libloading]
version = "0.8"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.36"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.7"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2.4"

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

[dev-dependencies.mockito]
version = "1.2"

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

[dev-dependencies.tokio-test]
version = "0.4"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1