monitr 0.3.42

A lightweight macOS activity monitor TUI built with Rust and Ratatui
# 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 = "2024"
rust-version = "1.88"
name = "monitr"
version = "0.3.42"
authors = ["Milo Evans"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight macOS activity monitor TUI built with Rust and Ratatui"
readme = "README.md"
keywords = [
    "macos",
    "tui",
    "monitor",
    "ratatui",
    "processes",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/milobeans/monitr"

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

[dependencies.crossterm]
version = "0.29.0"
features = ["events"]
default-features = false

[dependencies.libc]
version = "0.2.186"

[dependencies.ratatui-core]
version = "0.1.0"
features = ["std"]

[dependencies.ratatui-widgets]
version = "0.3.0"
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sysinfo]
version = "0.38.4"
features = [
    "disk",
    "network",
    "system",
    "user",
]
default-features = false

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true