hotl 0.3.0

Human-on-the-loop terminal AI agent: steering TUI + headless mode, gated tools under a kernel sandbox floor, session resume + undo, MCP/ACP, any Anthropic or OpenAI-compatible model — plus `hotl watch`, a tmux dashboard for the agents you already run.
# 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 = "2021"
rust-version = "1.82"
name = "hotl"
version = "0.3.0"
authors = ["nrakochy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Human-on-the-loop terminal AI agent: steering TUI + headless mode, gated tools under a kernel sandbox floor, session resume + undo, MCP/ACP, any Anthropic or OpenAI-compatible model — plus `hotl watch`, a tmux dashboard for the agents you already run."
homepage = "https://github.com/nrakochy/hotl"
documentation = "https://nrakochy.github.io/hotl/"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "sandbox",
    "mcp",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/nrakochy/hotl"

[features]
security-enforced = ["hotl-tools/security-enforced"]

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.29"

[dependencies.futures-util]
version = "0.3"

[dependencies.hotl-context]
version = "0.3.0"

[dependencies.hotl-engine]
version = "0.3.0"

[dependencies.hotl-mcp]
version = "0.3.0"

[dependencies.hotl-platform]
version = "0.3.0"

[dependencies.hotl-provider]
version = "0.3.0"

[dependencies.hotl-provider-anthropic]
version = "0.3.0"

[dependencies.hotl-provider-openai]
version = "0.3.0"

[dependencies.hotl-store]
version = "0.3.0"

[dependencies.hotl-tools]
version = "0.3.0"

[dependencies.hotl-tui]
version = "0.3.0"

[dependencies.hotl-types]
version = "0.3.0"

[dependencies.hotl_theme]
version = "0.3.0"
features = ["ratatui"]
package = "hotl-theme"

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

[dependencies.ratatui]
version = "0.30"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.watch_listener]
version = "0.3.0"
package = "hotl-watch-listener"

[dependencies.watch_tmux]
version = "0.3.0"
package = "hotl-watch-tmux"

[dependencies.watch_tui]
version = "0.3.0"
package = "hotl-watch-tui"

[dependencies.watch_types]
version = "0.3.0"
package = "hotl-watch-types"

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