# 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 = "backlight_control_rs" version = "1.0.0" authors = ["David Thievon"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Backlight control is a re-written version of [backlight_control](https://github.com/Hendrikto/backlight_control/) with a few key improvements." readme = "README.md" keywords = [ "backlight", "util", "cli", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DOD-101/backlight_control_rs" [lib] name = "backlight_control_rs" path = "src/lib.rs" edition = "2021" [[bin]] name = "backlight_control_rs" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.regex] version = "1.11.1"