|
|
|
@ -26,6 +26,7 @@ hashlink = "0.9" |
|
|
|
httparse = "1.8" |
|
|
|
ipstack = { version = "0.0" } |
|
|
|
log = { version = "0.4", features = ["std"] } |
|
|
|
percent-encoding = "2" |
|
|
|
socks5-impl = { version = "0.5" } |
|
|
|
thiserror = "1.0" |
|
|
|
tokio = { version = "1.36", features = ["full"] } |
|
|
|
@ -36,7 +37,6 @@ tun2 = { version = "1.2", features = ["async"] } |
|
|
|
udp-stream = { version = "0.0", default-features = false } |
|
|
|
unicase = "2.7" |
|
|
|
url = "2.5" |
|
|
|
url-escape = "0.1" |
|
|
|
|
|
|
|
[target.'cfg(target_os="linux")'.dependencies] |
|
|
|
serde = { version = "1", features = ["derive"] } |
|
|
|
|