# 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 = "keylightd" version = "1.1.0" description = "Keyboard backlight daemon for Framework laptops" readme = "README.md" categories = [ "hardware-support", "command-line-utilities", ] license = "0BSD" repository = "https://github.com/jonas-schievink/keylightd" [profile.release] strip = "debuginfo" [dependencies.anyhow] version = "1.0.70" [dependencies.argh] version = "0.1.10" [dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.env_logger] version = "0.10.0" features = [ "auto-color", "humantime", ] default-features = false [dependencies.evdev] version = "0.12.1" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.26.2" features = ["user"]