# 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 = "hyperrust" version = "0.1.4" build = false include = [ "src/**", "themes/**", "Cargo.toml", "Readme.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "RGB utility for HyperX Alloy Origins 60 keyboard" readme = "Readme.md" keywords = [ "hyperx", "keyboard", "rgb", "cli", "utility", ] categories = [ "command-line-utilities", "hardware-support", ] license = "MIT" repository = "https://github.com/EriksRemess/hyperrust" [profile.release] opt-level = 3 lto = true debug = 0 panic = "abort" strip = true [lib] name = "hyperrust" path = "src/lib.rs" [[bin]] name = "hyperrust" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.ctrlc] version = "3.4.5" [dependencies.hidapi] version = "2.6.3" features = [ "windows-native", "linux-static-hidraw", "macos-shared-device", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128"