-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
34 lines (33 loc) · 914 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "open_proxies"
version = "0.1.1"
edition = "2021"
homepage = "https://km8oz.github.io/open_proxies"
license = "Apache-2.0"
repository = "https://github.com/KM8Oz/open_proxies.git"
license-file = "LICENCE.md"
keywords = ["proxy", "validator", "open", "checker", "free_proxies"]
description = "Simple and fast proxy checker that include protocol validation"
readme = "README.md"
[dependencies.tokio]
version = "1.24.2"
features = ["net", "time","sync", "process", "macros", "rt", "rt-multi-thread"]
[dependencies.futures]
version = "0.3.25"
[dependencies.async-std]
version = "1.12.0"
[dependencies.rayon]
version = "1.5"
[dependencies.socks]
version = "0.3.4"
[dependencies.regex]
version = "1"
[dependencies.httparse]
version = "1.8.0"
[dependencies.clap]
version = "4.0.18"
features = ["cargo", "color"]
[dependencies.async-tls]
version = "0.11.0"
default-features = false
features = ["client"]