Cargo Features
[dependencies]
tts-tui = { version = "0.1.4", default-features = false, features = ["9", "10", "11"] }
- default = 11
-
The
11
feature is set by default whenevertts-tui
is added without
somewhere in the dependency tree.default-features = false - 9
-
Enables speech_dispatcher_0_9 of tts ^0.25.5
- 10
-
Enables speech_dispatcher_0_10 of tts ^0.25.5
- 11 default
-
Enables speech_dispatcher_0_11 of tts ^0.25.5
TTS-TUI has 4 features without comments.