agent-top 0.2.1

htop for local coding agents: processes, subagents, MCP servers, tokens and cost in one terminal view.
# 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 = "agent-top"
version = "0.2.1"
authors = ["Kannan Kalidasan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "htop for local coding agents: processes, subagents, MCP servers, tokens and cost in one terminal view."
readme = "README.md"
license = "MIT"
repository = "https://github.com/kannandreams/agent-top"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{ name }-v{ version }-{ target }/{ bin }{ binary-ext }"

[[bin]]
name = "agent-top"
path = "src/main.rs"

[dependencies.agent-top-core]
version = "0.2.1"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap_complete]
version = "4.6"

[dependencies.ratatui]
version = "0.30"

[dependencies.serde_json]
version = "1.0"