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