# 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 = "g213_colours" version = "0.3.6" description = "A utility to set the G213 keyboard backlight. Based on https://github.com/SebiTimeWaster/G213Colors." documentation = "https://github.com/shahzadnaeem/g213_colours/blob/main/README.md" readme = "README.md" keywords = [ "g213", "logitech", "x11", "colours", "cli", ] license = "MIT" repository = "https://github.com/shahzadnaeem/g213_colours" [lib] doctest = false [[bin]] name = "g213-cols" test = false bench = false [dependencies.dirs] version = "5.0.1" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.153" [dependencies.rand] version = "0.8.5" [dependencies.rusb] version = "0.9.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.users] version = "0.11.0" [dev-dependencies]