xtop 0.3.7

System monitor written in Rust using terminal user interface (TUI). Fast, efficient, informative, and easy to use.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "xtop"
version = "0.3.7"
edition = "2021"
license = "MIT"
keywords = ["system", "monitor", "information"]
categories = ["command-line-utilities"]
description = "System monitor written in Rust using terminal user interface (TUI). Fast, efficient, informative, and easy to use."
readme = true
documentation = "https://docs.rs/xtop"
repository = "https://github.com/mabognar/xtop"

[dependencies]
ratatui = "0.30.0"
crossterm = "0.29.0"
sysinfo = "0.38.4"