Cargo Features
[dependencies]
deepspeech = { version = "0.9.1", default-features = false, features = ["dynamic", "static_bindings"] }
- default = static_bindings
-
The
static_bindings
feature is set by default wheneverdeepspeech
is added without
somewhere in the dependency tree.default-features = false - dynamic = libloading
-
Affects
deepspeech::dynamic
,deepspeech::errors
… - static_bindings default = deepspeech-sys
-
Affects
deepspeech::errors
…
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.