Cargo Features
Speechmatics has no features set by default.
[dependencies]
speechmatics = { version = "0.3.3", features = ["realtime", "batch"] }
- realtime
-
Enables http ^0.2.9, tokio, and tokio-tungstenite ^0.19.0
Affects
speechmatics::realtime
… - batch
-
Enables rand and reqwest ^0.11.20
Affects
speechmatics::batch
…