libretranslate 0.1.1

Use Open Source Machine Translation
Documentation
[package]
name = "libretranslate"
version = "0.1.1"
authors = ["Grant Handy <grantshandy@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
description = "Use Open Source Machine Translation"
repository = "https://github.com/DefunctLizard/libretranslate-rs/"
documentation = "https://docs.rs/libretranslate"
keywords = ["translate", "language", "libretranslate", "translation"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ureq = { version = "2.0.1", features = ["json"] }
serde_json = "1.0.61"

[dev-dependencies]
clap = "2.33.3"