# 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" rust-version = "1.74.0" name = "keyboard-backlightd" version = "0.1.11" authors = ["Arvid Norlander"] exclude = ["/pkgs"] description = "Keyboard backlight timeout daemon for laptops" readme = "README.md" keywords = [ "keyboard", "backlight", "laptop", "thinkpad", ] categories = [ "command-line-utilities", "hardware-support", ] license = "GPL-3.0-only" repository = "https://github.com/VorpalBlade/keyboard-backlightd" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "i686-unknown-linux-gnu", "i686-unknown-linux-musl", ] [profile.profiling] debug = 2 inherits = "release" [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.clap] version = "4.4.18" features = [ "derive", "error-context", "help", "std", ] default-features = false [dependencies.env_logger] version = "0.11.3" default-features = false [dependencies.evdev-rs] version = "0.6.1" [dependencies.log] version = "0.4.22" [dependencies.nix] version = "0.29.0" features = [ "event", "inotify", ] default-features = false [dependencies.smallvec] version = "1.13.2" features = [ "const_generics", "const_new", "union", ]