Cargo Features
[dependencies]
deeplx = { version = "1.2.0", default-features = false, features = ["proxy", "impersonate", "server"] }
- default = proxy
-
The
proxy
feature is set by default wheneverdeeplx
is added without
somewhere in the dependency tree.default-features = false - proxy default
-
Affects
translate::Config.proxy
… - impersonate
-
Enables rquest
- server
-
Enables async-trait, axum, axum-extra, clap, config, glob, mimalloc, notify, tokio, tower-http, tracing, and tracing-subscriber
Required by the binary