# 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_rust" version = "0.3.5" description = "Simple & easy text-to-speech module for your needs." readme = "README.md" keywords = [ "tts", "text_to_speech", "gTTS", ] license = "MIT" repository = "https://github.com/dhairy-online/tts_rust" [[bin]] name = "tts" path = "cli/main.rs" [dependencies.minreq] version = "2.0.3" features = ["https"] [dependencies.percent-encoding] version = "2.1.0" [dependencies.quicli] version = "0.4.0" [dependencies.rodio] version = "0.14.0" [dependencies.structopt] version = "0.3"