Asynchronous SOCKS proxy support for Rust using Tokio.
# Cargo.toml
[dependencies]
tokio-socks = "0.5.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a remote host through a SOCKS5 proxy.
Ensure you are running within a Tokio runtime (e.g., #[tokio::main]).
No dependency data recorded yet.