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 whenever tts-tui is added without default-features = false somewhere in the dependency tree.

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.