mstat 0.1.1

Native macOS menu bar utility for CPU, memory, storage, and system load stats
# 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"
name = "mstat"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native macOS menu bar utility for CPU, memory, storage, and system load stats"
homepage = "https://github.com/itrtr/mstat"
documentation = "https://docs.rs/mstat"
readme = "README.md"
keywords = [
    "macos",
    "menubar",
    "monitoring",
    "stats",
    "system",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/itrtr/mstat"

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

[dependencies.cocoa]
version = "0.25"

[dependencies.objc]
version = "0.2"

[dependencies.sysinfo]
version = "0.33"