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

#112 in Network programming

Download history 47832/week @ 2023-10-18 47081/week @ 2023-10-25 48747/week @ 2023-11-01 52624/week @ 2023-11-08 60350/week @ 2023-11-15 46833/week @ 2023-11-22 46673/week @ 2023-11-29 54328/week @ 2023-12-06 46968/week @ 2023-12-13 29663/week @ 2023-12-20 29475/week @ 2023-12-27 45616/week @ 2024-01-03 44888/week @ 2024-01-10 49715/week @ 2024-01-17 47552/week @ 2024-01-24 44745/week @ 2024-01-31

195,019 downloads per month
Used in 269 crates (26 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–13MB
~136K SLoC