[package] authors = ["Rafael R. Camargo"] categories = ["command-line-utilities"] description = "Visualize container stats with beautiful, real-time charts directly in your terminal." edition = "2021" exclude = [".github/*", "tests/*"] keywords = ["docker", "container", "stats", "monitoring", "terminal"] license = "Apache-2.0" readme = "docs/README.md" name = "docker-stats" repository = "https://github.com/rafaelrcamargo/ds" version = "0.1.1" [badges] maintenance = { status = "experimental" } [[bin]] name = "ds" path = "src/main.rs" [dependencies] byte-unit = "5.1" clap = "4.4" colored = "2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" terminal_size = "0.3"