elgato-streamdeck 0.2.2

HidApi driver for Elgato Stream Decks
Documentation
[dependencies.async-recursion]
optional = true
version = "1.0.0"

[dependencies.hidapi]
version = "1.4.2"

[dependencies.image]
version = "0.24.4"

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

[features]
async = ["tokio", "tokio/sync", "tokio/rt", "tokio/time", "async-recursion"]

[package]
authors = ["TheJebForge"]
description = "HidApi driver for Elgato Stream Decks"
edition = "2021"
homepage = "https://github.com/streamduck-org"
license = "MPL-2.0"
name = "elgato-streamdeck"
readme = "README.md"
repository = "https://github.com/streamduck-org/elgato-streamdeck"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]