[[bin]]
name = "stop"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.crossterm]
version = "0.28"
[dependencies.owo-colors]
version = "4.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sysinfo]
version = "0.37"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "3.0"
[package]
authors = ["Nick <nick@nijaru.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Modern process monitoring with JSON, CSV, and human-readable output"
edition = "2024"
keywords = ["cli", "monitoring", "processes", "json", "top"]
license = "MIT"
name = "stop-cli"
readme = "README.md"
repository = "https://github.com/nijaru/stop"
version = "0.0.1-beta"
[profile.release]
debug = 2
[[test]]
name = "edge_cases_test"
path = "tests/edge_cases_test.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"