cctop 0.16.2

An htop-like terminal monitor for AI coding agent sessions on Linux (Claude Code, Codex, Cursor, Devin, Gemini CLI, OpenCode, Pi, Windsurf)
# 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.88"
name = "cctop"
version = "0.16.2"
build = "build.rs"
exclude = [
    "/.github",
    "/target",
    "/docs/harnesses",
    "/docs/rmux",
    "/RnD",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An htop-like terminal monitor for AI coding agent sessions on Linux (Claude Code, Codex, Cursor, Devin, Gemini CLI, OpenCode, Pi, Windsurf)"
homepage = "https://github.com/flolep2607/cctop"
readme = "README.md"
keywords = [
    "tui",
    "claude",
    "codex",
    "devin",
    "htop",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/flolep2607/cctop"

[features]
debug = []

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.chrono]
version = "0.4.45"

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

[dependencies.cloudflare-quick-tunnel]
version = "0.3.1"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.libc]
version = "0.2.189"

[dependencies.mimalloc]
version = "0.1"

[dependencies.notify]
version = "8.2.0"
default-features = false

[dependencies.ratatui]
version = "0.30.2"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.13.1"

[dependencies.rmux-sdk]
version = "0.10.0"

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

[dependencies.safetensors]
version = "0.6"

[dependencies.self-replace]
version = "1.5.0"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sysinfo]
version = "0.39.6"

[dependencies.tar]
version = "0.4.46"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokenizers]
version = "0.21"
features = ["fancy-regex"]
default-features = false

[dependencies.tokio]
version = "1.53.1"
features = ["rt-multi-thread"]

[dependencies.toml_edit]
version = "0.25.13"

[dependencies.tui-term]
version = "0.3.4"

[dependencies.ureq]
version = "3.3.0"
features = ["rustls"]
default-features = false

[dependencies.vt100]
version = "0.16.2"

[profile.release]
lto = true
codegen-units = 1
strip = true