Cargo Features

Coqui-STT has no features set by default.

[dependencies]
coqui-stt = { version = "1.0.2", features = ["raw-bindings", "deadpool_integration"] }
raw-bindings
deadpool_integration = async-trait, deadpool, deadpool-sync

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.

deadpool deadpool_integration?

Enables deadpool ^0.9

deadpool-sync deadpool_integration?
async-trait deadpool_integration?