{"id":70925,"library":"async-socks5","title":"Async SOCKS5","description":"An async/.await SOCKS5 implementation.","status":"active","version":"0.6.0","language":"rust","source_language":null,"source_url":"https://github.com/ark0f/async-socks5","tags":["socks5","proxy","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nasync-socks5 = \"0.6.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add async-socks5","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Socks5Stream","correct":"use async_socks5::Socks5Stream;"}],"quickstart":{"code":"use async_socks5::Socks5Stream;\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n    let stream = Socks5Stream::connect(\"127.0.0.1:1080\", \"example.com:80\").await?;\n    println!(\"Connected via SOCKS5\");\n    Ok(())\n}","lang":"rust","description":"Connect to a remote host through a SOCKS5 proxy."},"warnings":[{"fix":"Add `tokio` with the `full` feature or `async-std` to your dependencies.","message":"Requires an async runtime like tokio or async-std.","severity":"gotcha","affected_versions":">=0.5.0"}],"env_vars":null,"search_vec":"'async':1,9 'async/.await':4 'implement':6 'proxi':8 'socks5':2,5,7","created_at":"2026-06-17T18:20:38.647444+00:00","updated_at":"2026-06-17T18:20:38.647444+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ark0f/async-socks5","github":"https://github.com/ark0f/async-socks5","docs":"https://docs.rs/async-socks5/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}