# 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-cli" version = "0.1.4" description = "Command line utility to automatically read from clipboard." readme = "README.md" keywords = [ "tts", "text-to-speech", "cli", "clipboard", "narrator", ] categories = [ "accessibility", "command-line-utilities", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lesleyrs/tts-cli" [[bin]] name = "tts" path = "src/main.rs" [dependencies.arboard] version = "3.2.0" [dependencies.owo-colors] version = "3.5.0" [dependencies.tts] version = "0.25.5" default-features = false [features] 10 = ["tts/speech_dispatcher_0_10"] 11 = ["tts/speech_dispatcher_0_11"] 9 = ["tts/speech_dispatcher_0_9"] default = ["11"]