# 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 = "rumos" version = "0.0.6" authors = ["Octagony "] description = "CLI utility for controlling screen brightness" readme = "README.md" keywords = [ "system", "cli", "brightness", ] license = "MIT" repository = "https://github.com/octagony/rumos" [profile.release] opt-level = 3 lto = true debug = false incremental = true [dependencies.assert_cmd] version = "2.0.12" [dependencies.brightness] version = "0.5.0" [dependencies.clap] version = "4.3.10" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.futures] version = "0.3.28" [dependencies.predicates] version = "3.0.3"