claudectl 0.25.2

Mission control for Claude Code — supervise, budget, orchestrate, and auto-pilot sessions with a local LLM brain
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 = "claudectl"
version = "0.25.2"
build = false
exclude = [
    "*.gif",
    "*.cast",
    "claude-demo.*",
    "CLAUDE.md",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mission control for Claude Code — supervise, budget, orchestrate, and auto-pilot sessions with a local LLM brain"
homepage = "https://mercurialsolo.github.io/claudectl/"
readme = "README.md"
keywords = [
    "claude-code",
    "claude",
    "tui",
    "dashboard",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mercurialsolo/claudectl"

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

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

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

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

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ctrlc]
version = "3"

[dependencies.libc]
version = "0.2"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

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

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
panic = "abort"
strip = true