Cargo Features

[dependencies]
espeak-rs = { version = "0.1.9", default-features = false, features = ["compile-espeak-intonations"] }
default = compile-espeak-intonations

The compile-espeak-intonations feature is set by default whenever espeak-rs is added without default-features = false somewhere in the dependency tree.

compile-espeak-intonations default

Enables compile-espeak-intonations of espeak-rs-sys

Local crates