xtop 0.2.2

System monitor written in Rust using terminal user interface (TUI). Fast, efficient, informative, and easy to use.
# 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 = "xtop"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System monitor written in Rust using terminal user interface (TUI). Fast, efficient, informative, and easy to use."
documentation = "https://docs.rs/xtop"
readme = "README.md"
keywords = [
    "system",
    "monitor",
    "information",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/mabognar/xtop"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.sysinfo]
version = "0.38.2"