tun2proxy 0.4.4

Tunnel interface to proxy
Documentation
[[bin]]
name = "tun2proxy"
path = "src/bin/main.rs"

[build-dependencies.serde_json]
version = "1"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive", "wrap_help", "color"]
version = "4"

[dependencies.ctrlc2]
features = ["tokio", "termination"]
version = "3"

[dependencies.digest_auth]
version = "0.3"

[dependencies.dotenvy]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.hashlink]
version = "0.9"

[dependencies.hickory-proto]
version = "0.24"

[dependencies.httparse]
version = "1"

[dependencies.ipstack]
version = "0.1"

[dependencies.log]
features = ["std"]
version = "0.4"

[dependencies.mimalloc]
default-features = false
optional = true
version = "0.1"

[dependencies.percent-encoding]
version = "2"

[dependencies.socks5-impl]
version = "0.5"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.tproxy-config]
default-features = false
version = "6"

[dependencies.tun2]
features = ["async"]
version = "3"

[dependencies.udp-stream]
default-features = false
version = "0.0.12"

[dependencies.unicase]
version = "2"

[dependencies.url]
version = "2"

[lib]
crate-type = ["staticlib", "cdylib", "lib"]
name = "tun2proxy"
path = "src/lib.rs"

[package]
authors = ["B. Blechschmidt", "ssrlive"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Tunnel interface to proxy"
edition = "2021"
homepage = "https://github.com/blechschmidt/tun2proxy"
license = "MIT"
name = "tun2proxy"
readme = "README.md"
repository = "https://github.com/blechschmidt/tun2proxy"
rust-version = "1.80"
version = "0.4.4"

[profile.release]
strip = "symbols"

[target.'cfg(target_os = "windows")'.dependencies.windows-service]
version = "0.7"

[target.'cfg(target_os="android")'.dependencies.android_logger]
version = "0.14"

[target.'cfg(target_os="android")'.dependencies.jni]
default-features = false
version = "0.21"

[target.'cfg(target_os="linux")'.dependencies.bincode]
version = "1"

[target.'cfg(target_os="linux")'.dependencies.nix]
default-features = false
features = ["fs", "socket", "uio"]
version = "0.29"

[target.'cfg(target_os="linux")'.dependencies.serde]
features = ["derive"]
version = "1"

[target."cfg(unix)".dependencies.daemonize]
version = "0.5"