ajazz-sdk 0.2.1

HidApi driver for Ajazz devices
Documentation
[dependencies.hidapi]
version = "2.6"

[dependencies.image]
default-features = false
features = ["jpeg"]
version = "0.25.5"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["rt", "macros"]
optional = true
version = "1"

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

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

[features]
async = ["tokio", "tokio/sync", "tokio/rt-multi-thread", "tokio/time"]
tokio = ["dep:tokio"]

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

[package]
authors = ["TheJebForge", "mishamyrt"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "HidApi driver for Ajazz devices"
edition = "2021"
homepage = "https://github.com/mishamyrt/ajazz-sdk"
license = "MPL-2.0"
name = "ajazz-sdk"
readme = "README.md"
repository = "https://github.com/mishamyrt/ajazz-sdk"
version = "0.2.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]