[dependencies.brotli]
version = "7"
[dependencies.chrono]
version = "0.4"
[dependencies.isolang]
version = "2.4.0"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
features = ["json", "brotli"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.whatlang]
version = "0.16"
[dev-dependencies.lazy_static]
version = "1"
[dev-dependencies.tokio]
features = ["macros"]
version = "1"
[features]
default = ["proxy"]
proxy = []
[lib]
name = "deeplx"
path = "src/lib.rs"
[package]
authors = ["Homing So <i@homing.so>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing", "internationalization"]
description = "A Rust package for unlimited DeepL translation"
edition = "2021"
exclude = [".*"]
keywords = ["deeplx", "translation"]
license = "MIT"
name = "deeplx"
readme = "README.md"
repository = "https://github.com/hominsu/deeplx-rs"
version = "0.1.4"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "translate"
path = "tests/translate.rs"