# 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 = "slight" version = "0.1.0" description = "Backlight and LED devices control for Linux." keywords = [ "backlight", "brightness", ] categories = ["command-line-utilities"] license = "MIT" [profile.release] lto = true panic = "abort" strip = true [dependencies.argh] version = "0.1" [dependencies.derive_more] version = "0.99.17" [dependencies.once_cell] version = "1.17.0" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.thiserror] version = "1.0.38"