-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 768 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (23 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "sysplot"
version = "0.1.1"
authors = ["wabuntu <to.wabuntu@proton.me>"]
edition = "2024"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/wabuntu"
repository = "https://github.com/wabuntu/sysplot"
description = """
TUI viewer for sysstat (.sar) history, powered by sadf. Browse the last
30 days of CPU, memory, disk, and network activity and drill from a day
down to a single hour.
"""
categories = ["command-line-utilities", "visualization"]
keywords = ["sysstat", "sar", "tui", "monitoring", "cli"]
[dependencies]
clap = { version = "4.6.6", features = ["derive"] }
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
ratatui = "0.30.2"
crossterm = "0.29.0"
[package.metadata.deb]
depends = "$auto, sysstat"