[package] name = "libretrans" version = "0.1.8" authors = ["Grant Handy "] edition = "2018" license = "Apache-2.0" description = "A command line tool for translating using the libretranslate API" repository = "https://github.com/DefunctLizard/libretrans/" documentation = "https://docs.rs/libretrans" keywords = ["translate", "language", "libretranslate", "translation"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" libretranslate = "0.4.0" colored = "2.0.0" async-std = { version = "1.7.0", features = ["attributes"] }