mira-cli 0.4.0

The `mira` host CLI: run code-defined evals across a model matrix
# 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 = "mira-cli"
version = "0.4.0"
authors = [
    "Mykhailo Chalyi <mike@chaliy.name>",
    "Everruns",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The `mira` host CLI: run code-defined evals across a model matrix"
homepage = "https://everruns.com"
documentation = "https://docs.rs/mira-cli"
readme = "README.md"
keywords = [
    "eval",
    "agentic",
    "llm",
    "agent",
    "everruns",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/everruns/mira"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ bin }-{ target }{ archive-suffix }"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[[bin]]
name = "mira"
path = "src/main.rs"
doc = false

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

[dependencies.indicatif]
version = "0.17"

[dependencies.mira-eval]
version = "0.4.0"

[dependencies.mira-publish-everruns]
version = "0.4.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
    "io-util",
    "process",
    "fs",
    "sync",
    "time",
]

[dependencies.toml]
version = "0.8"

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