Cargo Features

elgato-streamdeck has no features set by default.

[dependencies]
elgato-streamdeck = { version = "0.5.0", features = ["async"] }
async = async-recursion, tokio

Enables rt-multi-thread, sync and time of tokio

Affects images::convert_image_async, elgato-streamdeck::asynchronous

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-recursion async?
tokio async?