ai-dispatch 8.11.0

Multi-AI CLI team orchestrator
# 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 = "ai-dispatch"
version = "8.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-AI CLI team orchestrator"
readme = "README.md"
keywords = [
    "ai",
    "cli",
    "orchestrator",
    "multi-agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/agent-tools-org/ai-dispatch"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.crossterm]
version = "0.28"
features = ["events"]
default-features = false

[dependencies.portable-pty]
version = "0.8"
default-features = false

[dependencies.rand]
version = "0.9"
features = ["thread_rng"]
default-features = false

[dependencies.ratatui]
version = "0.29"
features = ["crossterm"]
default-features = false

[dependencies.rusqlite]
version = "0.34"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "0.8"
features = [
    "parse",
    "display",
]
default-features = false

[dev-dependencies.libc]
version = "0.2"

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true