Cargo Features

[dependencies]
sherpa-rs-sys = { version = "0.5.1", default-features = false, features = ["download-binaries", "directml"] }
default = download-binaries

The download-binaries feature is set by default whenever sherpa-rs-sys is added without default-features = false somewhere in the dependency tree.

download-binaries default = bzip2, flate2, sha2, tar, ureq
static tts cuda directml

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.

ureq build download-binaries

Enables ureq

Download binaries

tar build download-binaries
bzip2 build download-binaries
flate2 build download-binaries
sha2 build download-binaries