|
@@ -67,6 +67,9 @@ simplelog = {version = "0.11.2", optional = true}
|
|
|
tungstenite = {version = "0.16.0", optional = true}
|
|
tungstenite = {version = "0.16.0", optional = true}
|
|
|
async-tungstenite = {version = "0.16.1", optional = true}
|
|
async-tungstenite = {version = "0.16.1", optional = true}
|
|
|
|
|
|
|
|
|
|
+# socks5
|
|
|
|
|
+fast-socks5 = {git = "https://github.com/ghassmo/fast-socks5", optional = true}
|
|
|
|
|
+
|
|
|
# Crypto
|
|
# Crypto
|
|
|
bitvec = {version = "1.0.0", optional = true}
|
|
bitvec = {version = "1.0.0", optional = true}
|
|
|
rand = {version = "0.8.5", optional = true}
|
|
rand = {version = "0.8.5", optional = true}
|
|
@@ -142,6 +145,7 @@ util = [
|
|
|
rpc = [
|
|
rpc = [
|
|
|
"rand",
|
|
"rand",
|
|
|
"url",
|
|
"url",
|
|
|
|
|
+ "fast-socks5",
|
|
|
|
|
|
|
|
"async-net",
|
|
"async-net",
|
|
|
"async-runtime",
|
|
"async-runtime",
|