eval-magic 0.4.0

One-stop CLI for running skill evals — measure whether an agent skill actually shifts behavior.
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 = "eval-magic"
version = "0.4.0"
build = false
exclude = [
    "/.cargo-husky/**",
    "/.claude/**",
    "/.github/**",
    "AGENTS.md",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One-stop CLI for running skill evals — measure whether an agent skill actually shifts behavior."
homepage = "https://github.com/slowdini/eval-magic"
readme = "README.md"
keywords = [
    "evals",
    "agents",
    "skills",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/slowdini/eval-magic"

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

[[bin]]
name = "eval-magic"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli/main.rs"

[[test]]
name = "run"
path = "tests/run/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

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

[dependencies.jsonschema]
version = "0.46.5"
default-features = false

[dependencies.regex]
version = "1.12.3"
features = [
    "std",
    "perf",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.walkdir]
version = "2.5.0"

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

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

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

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

[profile.dist]
lto = "thin"
inherits = "release"