# 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 = "wooting-rgb" version = "0.3.5" authors = ["Shayne Hartford "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wooting RGB SDK Rust Library" readme = "README.md" keywords = [ "wooting", "keyboard", "rgb", "sdk", "bindings", ] categories = [ "api-bindings", "games", ] license = "MIT" repository = "https://github.com/ShayBox/Wooting-RGB" [lib] name = "wooting_rgb" path = "src/lib.rs" [[example]] name = "array_auto_update" path = "examples/array_auto_update.rs" [[example]] name = "array_set_full" path = "examples/array_set_full.rs" [[example]] name = "array_set_single" path = "examples/array_set_single.rs" [[example]] name = "array_update" path = "examples/array_update.rs" [[example]] name = "direct_reset_key" path = "examples/direct_reset_key.rs" [[example]] name = "direct_set_key" path = "examples/direct_set_key.rs" [[example]] name = "reset_all" path = "examples/reset_all.rs" [[example]] name = "rgb_disconnected_callback" path = "examples/rgb_disconnected_callback.rs" [dependencies.lazy_static] version = "1" [dependencies.thiserror] version = "1" [dependencies.wooting-rgb-sys] version = "0.3"