Cargo Features

stream_deck_sdk has no features set by default.

[dependencies]
stream_deck_sdk = { version = "1.0.6", features = ["images", "download", "logging"] }
images = base64

Affects stream_deck_sdk::images

download = hyper, hyper-tls

Affects stream_deck_sdk::download

logging

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.

hyper download?

Enables hyper ^0.14

hyper-tls download?

Enables hyper-tls ^0.5.0

base64 images?

Enables base64 ^0.21.0