cue-sdk 0.1.1

A high-level safe wrapper for the Corsair iCUE SDK v4.
Documentation
# 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 = "cue-sdk"
version = "0.1.1"
authors = ["Scott Meschke <scottmeschke@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level safe wrapper for the Corsair iCUE SDK v4."
readme = "README.md"
keywords = [
    "led",
    "cue",
    "corsair",
    "icue",
    "rgb",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/scottroemeschke/cue-sdk-rust"

[features]
async = ["tokio"]

[lib]
name = "cue_sdk"
path = "src/lib.rs"

[[example]]
name = "connect"
path = "examples/connect.rs"

[[example]]
name = "devices"
path = "examples/devices.rs"

[[example]]
name = "events"
path = "examples/events.rs"

[[example]]
name = "events_async"
path = "examples/events_async.rs"

[[example]]
name = "set_colors"
path = "examples/set_colors.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.bitflags]
version = "2"

[dependencies.cue-sdk-sys]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["sync"]
optional = true

[dev-dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "macros",
]