# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tts-tui" version = "0.1.4" description = "Clipboard Narrator in the terminal" readme = "README.md" keywords = [ "tts", "text-to-speech", "tui", "clipboard", "narrator", ] categories = [ "accessibility", "command-line-utilities", "multimedia::audio", ] license = "GPL-3.0-or-later" repository = "https://github.com/lesleyrs/tts-tui" [[bin]] name = "tts" path = "src/main.rs" [dependencies.arboard] version = "3.2.0" default-features = false [dependencies.crossterm] version = "0.26.1" default-features = false [dependencies.tts] version = "0.25.5" default-features = false [dependencies.tui] version = "0.21.0" package = "ratatui" [features] 10 = ["tts/speech_dispatcher_0_10"] 11 = ["tts/speech_dispatcher_0_11"] 9 = ["tts/speech_dispatcher_0_9"] default = ["11"]