# 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 = "liquidrust" version = "0.2.2" authors = ["EriksRemess"] build = false include = [ "**/*.rs", "Cargo.toml", "Readme.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Rust application for displaying information and setting RGB colors for the Corsair H115i RGB PRO XT AIO." homepage = "https://github.com/EriksRemess/liquidrust" readme = "Readme.md" keywords = [ "corsair", "rgb", "liquid", "cooling", "monitoring", ] categories = [ "command-line-utilities", "hardware-support", ] license = "MIT" repository = "https://github.com/EriksRemess/liquidrust" [profile.release] strip = true [lib] name = "liquidrust" path = "src/lib.rs" [[bin]] name = "liquidrust" path = "src/main.rs" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.hidapi] version = "2.6.3" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0.125"