macmon 0.7.0

Apple Silicon system monitor & Rust library — CPU/GPU power, temperature, RAM. No sudo. TUI, JSON pipe, Prometheus exporter.
Documentation
# 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 = "macmon"
version = "0.7.0"
authors = ["vladkens"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apple Silicon system monitor & Rust library — CPU/GPU power, temperature, RAM. No sudo. TUI, JSON pipe, Prometheus exporter."
homepage = "https://github.com/vladkens/macmon"
documentation = "https://docs.rs/macmon"
readme = "readme.md"
keywords = [
    "macos",
    "apple-silicon",
    "monitoring",
    "prometheus",
    "tui",
]
categories = [
    "command-line-utilities",
    "hardware-support",
    "visualization",
]
license = "MIT"
repository = "https://github.com/vladkens/macmon"

[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin"]

[lib]
name = "macmon"
path = "src/lib.rs"

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.core-foundation]
version = "0.10.1"

[dependencies.libc]
version = "0.2.183"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.ratatui]
version = "0.30.0"
features = ["serde"]

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

[dependencies.serde-inline-default]
version = "1.0.1"

[dependencies.serde_json]
version = "1.0.149"

[lints.clippy]
needless_range_loop = "allow"
single_match = "allow"

[lints.rust]
non_camel_case_types = "allow"
unreachable_code = "allow"
unused_assignments = "allow"
unused_imports = "deny"

[profile.release]
lto = false
panic = "abort"
strip = false