# 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" rust-version = "1.74.0" name = "pumas" version = "0.2.4" authors = ["graelo "] build = false exclude = [ "/.github", "./images", "./assets", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A power usage monitor for Apple Silicon." homepage = "https://github.com/graelo/pumas" documentation = "https://docs.rs/pumas" readme = "README.md" keywords = [ "mac", "power-usage", "monitor", "command-line", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/graelo/pumas" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [lib] name = "pumas" path = "src/lib.rs" [[bin]] name = "pumas" path = "src/bin/pumas.rs" [dependencies.clap] version = "4.2.1" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.2.0" [dependencies.num-traits] version = "0.2" [dependencies.plist] version = "1" features = ["serde"] [dependencies.ratatui] version = "0.28" features = ["termion"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.si-scale] version = "0.2" [dependencies.sysinfo] version = "0.31" [dependencies.termion] version = "4" [dependencies.thiserror] version = "1" [dev-dependencies.assert_approx_eq] version = "1.1.0" [build-dependencies.clap] version = "4.2.1" features = ["derive"] [build-dependencies.clap_complete] version = "4.2.0"