Cargo Features

worterbuch-common has no features set by default.

[dependencies]
worterbuch-common = { version = "1.3.0", features = ["ws", "wasm", "benchmark"] }
ws = tungstenite
wasm = tokio-tungstenite-wasm
benchmark = random_word

Affects worterbuch-common::benchmark

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.

tungstenite ws?
random_word benchmark?
tokio-tungstenite-wasm wasm?