eval-core 0.3.0

A testing framework for LLM agents: prompt-based test cases with built-in assertions on tool calls, parameters, and text/math output — bring your own harness.
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.88"
name = "eval-core"
version = "0.3.0"
authors = ["Craig Salajan <craigsalajan@gmail.com>"]
build = false
exclude = [
    ".github/",
    "PUBLISHING.md",
    "ROADMAP.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A testing framework for LLM agents: prompt-based test cases with built-in assertions on tool calls, parameters, and text/math output — bring your own harness."
homepage = "https://github.com/CraigSalajan/eval-core"
documentation = "https://docs.rs/eval-core"
readme = "README.md"
keywords = [
    "llm",
    "eval",
    "benchmark",
    "testing",
    "agent",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/CraigSalajan/eval-core"

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

[[example]]
name = "calculator"
path = "examples/calculator.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.include_dir]
version = "0.7"

[dependencies.regex]
version = "1"

[dependencies.ron]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "2"
features = ["json"]

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "warn"