# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "libretranslate" version = "0.5.2" authors = [ "Grant Handy ", "Rafael G. Dantas ", ] description = "A wrapper for the LibreTranslate web API" documentation = "https://docs.rs/libretranslate" readme = "README.md" keywords = [ "translate", "language", "libretranslate", "translation", ] license = "MIT" repository = "https://github.com/DefunctLizard/libretranslate-rs/" [[example]] name = "unic_langid" required-features = ["unicode_langid"] [dependencies.serde_json] version = "1.0.64" [dependencies.surf] version = "2.2.0" [dependencies.unic-langid] version = "0.9.0" optional = true [dev-dependencies.tokio] version = "1.5.0" features = ["full"] [features] unicode_langid = ["unic-langid"]