[package] name = "logitech-led-sdk" version = "0.1.1" authors = [ "Nathaniel Daniel " ] edition = "2021" license = "MIT OR Apache-2.0" description = "A Rust binding for the Logitech LED SDK" repository = "https://github.com/nathaniel-daniel/logitech-led-sdk-rs" homepage = "https://github.com/nathaniel-daniel/logitech-led-sdk-rs" documentation = "https://docs.rs/crate/logitech-led-sdk/latest/logitech_led_sdk/" keywords = [ "logitech", "led", "bindings" ] categories = [ "api-bindings" ] readme = "README.md" exclude = [ ".github", "deny.toml", "CHANGELOG.md", ".gitignore", ] [dependencies] bitflags = "2.3.1" logitech-led-sdk-sys = { path = "logitech-led-sdk-sys", version = "0.1.0" } [features] default = [] rustdoc = [ "logitech-led-sdk-sys/rustdoc" ] [package.metadata.docs.rs] features = [ "rustdoc" ] [workspace] members = [ "logitech-led-sdk-sys" ]