Cargo Features

[dependencies]
deeplx = { version = "1.2.0", default-features = false, features = ["proxy", "impersonate", "server"] }
default = proxy

The proxy feature is set by default whenever deeplx is added without default-features = false somewhere in the dependency tree.

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