# 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 = "2021" name = "lingual" version = "1.1.0" authors = ["Deep Patel "] description = "Free and Unlimited Language Translation (Google) API for Rust. Supports Async and Sync." homepage = "https://github.com/deepp0925/lingual" documentation = "https://docs.rs/lingual" readme = "README.md" keywords = [ "Locale", "Localization", "i18n", "Internationalization", "Translation", ] categories = [ "localization", "internationalization", ] license = "MIT" repository = "https://github.com/deepp0925/lingual" [lib] doctest = false [[test]] name = "tests" path = "tests/mod.rs" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.9.6" [dependencies.remove-async-await] version = "1.0" optional = true [dependencies.reqwest] version = "0.11.18" features = ["json"] default-features = false [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.strum] version = "0.25.0" features = ["derive"] [dev-dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", ] [features] blocking = [ "reqwest/blocking", "remove-async-await", ]