Cargo Features

[dependencies]
sherpa-transducers = { version = "0.5.0", default-features = false, features = ["static", "download-models", "cuda", "directml", "download-binaries"] }
default = download-models, static

These default features are set whenever sherpa-transducers is added without default-features = false somewhere in the dependency tree.

static default

Enables static of sherpa-rs-sys

download-models default = hf-hub, serde, serde_json, tokio
cuda

Enables cuda of sherpa-rs-sys

directml

Enables directml of sherpa-rs-sys

download-binaries

Enables download-binaries of sherpa-rs-sys

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.

tokio download-models

Enables tokio

download-models

hf-hub download-models
serde download-models
serde_json download-models