dns2socks 0.1.7

Convert DNS requests to SOCKS5 proxy.
Documentation
[[bin]]
name = "dns2socks"
path = "src/bin/dns2socks.rs"

[dependencies.chrono]
version = "0.4"

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

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

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

[dependencies.log]
version = "0.4"

[dependencies.moka]
default-features = false
features = ["future"]
version = "0.12"

[dependencies.rand]
version = "0.8"

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

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

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

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

[package]
authors = ["ssrlive"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Convert DNS requests to SOCKS5 proxy."
edition = "2021"
license = "MIT"
name = "dns2socks"
readme = "README.md"
repository = "https://github.com/ssrlive/dns2socks"
version = "0.1.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"