mstat 0.1.1

Native macOS menu bar utility for CPU, memory, storage, and system load stats
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mstat"
version = "0.1.1"
edition = "2024"
description = "Native macOS menu bar utility for CPU, memory, storage, and system load stats"
license = "MIT"
readme = "README.md"
repository = "https://github.com/itrtr/mstat"
homepage = "https://github.com/itrtr/mstat"
documentation = "https://docs.rs/mstat"
keywords = ["macos", "menubar", "monitoring", "stats", "system"]
categories = ["command-line-utilities"]

[dependencies]
cocoa = "0.25"
objc = "0.2"
sysinfo = "0.33"