[package] name = "gtts" version = "0.1.0" authors = ["Mubelotix "] edition = "2018" license = "MIT" description = "This is a very small crate using google text to speech (GTTS)." readme = "README.md" repository = "https://github.com/Mubelotix/gtts" [dependencies] minreq = {version="2.0.3", features=["https"]} percent-encoding = "2.1.0"