11 unstable releases (4 breaking)

0.5.1 Dec 26, 2020
0.4.0 Oct 27, 2020
0.3.0 Jul 15, 2020
0.2.2 Mar 27, 2020
0.1.1 Feb 2, 2019

#2 in #socks5-proxy

Download history 65174/week @ 2024-03-06 57673/week @ 2024-03-13 72039/week @ 2024-03-20 59645/week @ 2024-03-27 57268/week @ 2024-04-03 52665/week @ 2024-04-10 63714/week @ 2024-04-17 67507/week @ 2024-04-24 66939/week @ 2024-05-01 64826/week @ 2024-05-08 75935/week @ 2024-05-15 77550/week @ 2024-05-22 82015/week @ 2024-05-29 74265/week @ 2024-06-05 71438/week @ 2024-06-12 55588/week @ 2024-06-19

299,023 downloads per month
Used in 346 crates (31 directly)

MIT license

40KB
849 lines

tokio-socks

Build Status Crates Version docs

Asynchronous SOCKS proxy support for Rust.

Features

  • CONNECT command
  • BIND command
  • ASSOCIATE command
  • Username/password authentication
  • GSSAPI authentication
  • Asynchronous DNS resolution
  • Chain proxies (see example)
  • SOCKS4

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Dependencies

~3–15MB
~142K SLoC