# 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 = "gamma_daemon" version = "0.2.1" description = "Changes screen brightness based on notebook battery life" homepage = "https://github.com/trollLemon/GammaDaemon" documentation = "https://github.com/trollLemon/GammaDaemon" readme = "README.md" keywords = [ "daemon", "backlight", ] license = "MIT" repository = "https://github.com/trollLemon/GammaDaemon" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = true [dependencies.battery] version = "0.7.8" [dependencies.bulbb] version = "0.0.3" [dependencies.daemonize] version = "0.5.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.toml] version = "0.7.6"