# 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 = "r_lamp" version = "0.2.1" authors = ["crapStone "] build = "build.rs" description = "A Linux backlight utility inspired by acpibacklight" homepage = "https://codeberg.org/crapStone/lamp" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/crapStone/lamp" resolver = "2" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "3.2.12" [dependencies.exitcode] version = "1.1.2" [build-dependencies.clap] version = "3.2.12" [build-dependencies.clap_complete] version = "3.2.3"