# 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 = "2018" name = "cherryrgb" version = "0.2.8" description = "Cherry RGB keyboard instrumentation" homepage = "https://github.com/skraus-dev/cherryrgb-rs" readme = "README.md" license = "MIT" repository = "https://github.com/skraus-dev/cherryrgb-rs" [package.metadata.docs.rs] all-features = true [dependencies.binrw] version = "0.11.2" [dependencies.clap] version = "4.3.1" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.rgb] version = "0.8" features = ["serde"] [dependencies.rusb] version = "0.9" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1" [features] uhid = ["dep:uhid-virt"] [target."cfg(all(target_os = \"linux\"))".dependencies.uhid-virt] version = "0.0.6" optional = true