# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tp-auto-kbbl" version = "0.1.5" authors = ["Tobias Dühr "] description = "Auto toggle keyboard back-lighting on Thinkpads (and maybe other laptops) for Linux" homepage = "https://github.com/saibotd/tp-auto-kbbl" documentation = "https://github.com/saibotd/tp-auto-kbbl/blob/master/readme.md" readme = "readme.md" keywords = ["tool", "thinkpad"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/saibotd/tp-auto-kbbl.git" [dependencies.dbus] version = "0.8" [dependencies.evdev-rs] version = "0.4" [dependencies.getopts] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.18"