[package] name = "libretranslate" version = "0.5.2" authors = ["Grant Handy ", "Rafael G. Dantas "] edition = "2018" license = "MIT" description = "A wrapper for the LibreTranslate web API" 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] serde_json = "1.0.64" surf = "2.2.0" unic-langid = { version = "0.9.0", optional = true } [dev-dependencies] tokio = { version = "1.5.0", features = ["full"]} [features] unicode_langid = ["unic-langid"] [[example]] name = "unic_langid" required-features = ["unicode_langid"]