agentop 0.1.0

A TUI process inspector for Claude Code and OpenAI Codex CLI — like top for AI coding agents
# 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"
name = "agentop"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI process inspector for Claude Code and OpenAI Codex CLI — like top for AI coding agents"
readme = "README.md"
keywords = [
    "tui",
    "process",
    "claude",
    "codex",
    "monitor",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/leboiko/agentop"

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

[[example]]
name = "debug_scan"
path = "examples/debug_scan.rs"

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.strum]
version = "0.26"
features = ["derive"]

[dependencies.sysinfo]
version = "0.38"

[dependencies.tokio]
version = "1"
features = ["full"]

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