[[bin]]
name = "tran_api"
path = "src/main.rs"
[build-dependencies.tonic-build]
version = "0.13.1"
[dependencies.bytes]
optional = true
version = "1.10.1"
[dependencies.concat_array]
version = "0.1.3"
[dependencies.genv]
optional = true
version = "0.1.16"
[dependencies.prost]
version = "0.13"
[dependencies.static_init]
optional = true
version = "1.0.4"
[dependencies.tokio]
features = ["rt", "macros", "rt-multi-thread"]
version = "1.46.1"
[dependencies.tonic]
default-features = false
features = ["channel", "codegen", "prost"]
version = "0.13.1"
[features]
bin = ["conn", "dep:genv", "dep:static_init"]
conn = ["dep:bytes"]
default = ["conn", "file_type"]
file_type = []
[lib]
name = "tran_api"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "transalte api"
edition = "2024"
homepage = "https://github.com/i18n-site/tran_api/tree/dev"
license = "MulanPSL-2.0"
name = "tran_api"
readme = false
repository = "https://github.com/i18n-site/tran_api.git"
version = "0.1.21"
[package.metadata.cargo-machete]
ignored = ["prost", "static_init"]