# 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" name = "autoclockspeed" version = "0.1.11" authors = [ "jakeroggenbuck ", "shuzhengz ", ] description = "A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life." homepage = "https://github.com/JakeRoggenbuck/auto-clock-speed" readme = "README.md" keywords = [ "clockspeed", "cpu", "battery", ] categories = [ "command-line-utilities", "hardware-support", ] license = "MIT OR MPL-2.0" repository = "https://github.com/JakeRoggenbuck/auto-clock-speed" [[bin]] name = "acs" path = "src/main.rs" [dependencies.cached] version = "0.42.0" [dependencies.colored] version = "2" [dependencies.env_logger] version = "0.10.0" [dependencies.globset] version = "0.4" [dependencies.log] version = "0.4.14" [dependencies.nix] version = "0.26.2" [dependencies.rand] version = "0.8.5" [dependencies.rasciigraph] version = "0.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.26" default-features = false [dependencies.termion] version = "2.0.1" [dependencies.time] version = "0.3" features = [ "local-offset", "formatting", ] [dependencies.toml] version = "0.7.2"