abtop 0.1.0

AI agent monitor for your terminal
# 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 = "abtop"
version = "0.1.0"
authors = ["Tae Hwan Jung <nlkey2022@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI agent monitor for your terminal"
homepage = "https://github.com/graykode/abtop"
readme = "README.md"
keywords = [
    "tui",
    "monitor",
    "claude",
    "ai",
    "agent",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/graykode/abtop"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

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

[profile.dist]
lto = "thin"
inherits = "release"