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 whenever deepspeech is added without default-features = false somewhere in the dependency tree.

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.

deepspeech-sys static_bindings
libloading dynamic?

Enables libloading ^0.7