Cargo Features

bose_soundtouch has no features set by default.

[dependencies]
bose_soundtouch = { version = "2.1.0", features = ["unknown-variants", "websocket", "logging"] }
unknown-variants

Enable handling of unknown enum variants

websocket = futures-util, tokio, tokio-tungstenite, url
logging = log

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.

tokio websocket?
tokio-tungstenite websocket?

Enables tokio-tungstenite ^0.21

futures-util websocket?
url websocket?
log logging?