[package] name = "rustlate" version = "1.0.0" edition = "2018" include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] homepage = "https://gitlab.com/aiocat/rustlate" description = "Really simple free google translate library for Rust." repository = "https://gitlab.com/aiocat/rustlate" keywords = ["translate", "google-translate"] authors = ["aiocat@protonmail.com"] license = "MIT" [dependencies] reqwest = { version = "0.11.4", features = ["blocking"] } tl = "0.2.1"