batty-cli 0.7.2

Supervised agent execution for software teams
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.85"
name = "batty-cli"
version = "0.7.2"
build = false
exclude = [
    ".agents/",
    ".batty/",
    ".claude/",
    ".github/",
    ".video/",
    "assets/*.png",
    "assets/*.jpg",
    "docs/",
    "planning/",
    "scripts/",
    "demo.tape",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Supervised agent execution for software teams"
homepage = "https://github.com/battysh/batty"
readme = "README.md"
keywords = [
    "ai-agent",
    "tmux",
    "automation",
    "supervisor",
    "llm",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/battysh/batty"

[features]
integration = []
live-agent = []
shim-benchmark = []
shim-integration = []

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

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

[[bin]]
name = "docsgen"
path = "src/bin/docsgen.rs"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.cron]
version = "0.15"

[dependencies.ctrlc]
version = "3"

[dependencies.dialoguer]
version = "0.11"

[dependencies.maildir]
version = "0.6"

[dependencies.portable-pty]
version = "0.8"

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1"

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

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.vt100]
version = "0.15"

[dev-dependencies.proptest]
version = "1"

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

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.tracing]
version = "0.1"

[target."cfg(unix)".dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]