async-translate 0.2.0

A concurrent translation library supporting OpenAI and Microsoft Translator
Documentation
[[bin]]
name = "async_translate"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.random_word]
features = ["en", "ja"]
version = "0.5.1"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.unic-langid]
version = "0.9"

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "async_translate"
path = "src/lib.rs"

[package]
authors = ["Baoge <baoge@live.cn>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "internationalization"]
description = "A concurrent translation library supporting OpenAI and Microsoft Translator"
documentation = "https://docs.rs/async-translate"
edition = "2024"
exclude = [".github/", "examples/", "tests/", "*.md"]
homepage = "https://github.com/ba0ge/async-translate"
keywords = ["translation", "openai", "microsoft", "async"]
license = "MIT"
name = "async-translate"
readme = "README.md"
repository = "https://github.com/ba0ge/async-translate"
rust-version = "1.85"
version = "0.2.0"