# 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 = "racf" version = "1.6.6" authors = ["explosion-mental"] description = "Tool that dynamicaly switches turbo boost and kernel governor based on usage and charger state" readme = "README.md" keywords = [ "cli", "kernel-governor", "turbo-boost", "usage", "battery-saving", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://codeberg.org/explosion-mental/racf" [[bin]] name = "racf" path = "racf.rs" [dependencies.battery] version = "0.8" package = "starship-battery" [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.getsys] version = "1" [dependencies.num_cpus] version = "1.15" [dependencies.owo-colors] version = "3.5" [dependencies.psutil] version = "3.2" features = ["process"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.7"