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 wheneverespeak-rs
is added without
somewhere in the dependency tree.default-features = false - compile-espeak-intonations default
-
Enables compile-espeak-intonations of espeak-rs-sys
Local crates