{"id":19851899,"url":"https://github.com/ark0f/async-socks5","last_synced_at":"2025-04-05T16:11:01.818Z","repository":{"id":41156345,"uuid":"227787242","full_name":"ark0f/async-socks5","owner":"ark0f","description":"An async/.await SOCKS5 implementation","archived":false,"fork":false,"pushed_at":"2024-07-23T15:44:21.000Z","size":93,"stargazers_count":81,"open_issues_count":5,"forks_count":16,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T15:10:02.789Z","etag":null,"topics":["async","rust","socks5"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ark0f.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-13T08:00:41.000Z","updated_at":"2025-01-08T07:48:52.000Z","dependencies_parsed_at":"2024-11-12T13:39:02.695Z","dependency_job_id":"154fb5f4-d8e2-40a5-9906-24415e88bd24","html_url":"https://github.com/ark0f/async-socks5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ark0f%2Fasync-socks5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ark0f%2Fasync-socks5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ark0f%2Fasync-socks5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ark0f%2Fasync-socks5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ark0f","download_url":"https://codeload.github.com/ark0f/async-socks5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361695,"owners_count":20926643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","rust","socks5"],"created_at":"2024-11-12T13:33:08.590Z","updated_at":"2025-04-05T16:11:01.785Z","avatar_url":"https://github.com/ark0f.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003easync-socks5\u003c/h1\u003e\n  \n  \u003ca href=\"https://github.com/ark0f/async-socks5/actions\"\u003e\n    \u003cimg src=\"https://github.com/ark0f/async-socks5/workflows/CI/badge.svg\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"*\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/l/async-socks5.svg\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://crates.io/crates/async-socks5\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/async-socks5.svg\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://docs.rs/async-socks5\"\u003e\n    \u003cimg src=\"https://docs.rs/async-socks5/badge.svg\"\u003e\n  \u003c/a\u003e\n  \n  An `async`/`.await` [SOCKS5](https://tools.ietf.org/html/rfc1928) implementation.\n\u003c/div\u003e\n\n## Examples\nConnect to `google.com:80` through `my-proxy-server.com:54321`:\n\n```rust\nuse tokio::net::TcpStream;\nuse tokio::io::BufStream;\nuse async_socks5::{connect, Result};\n\n#[tokio::main]\nasync fn main() -\u003e Result\u003c()\u003e {\n  let stream = TcpStream::connect(\"my-proxy-server.com:54321\").await?;\n  let mut stream = BufStream::new(stream);\n  connect(\u0026mut stream, (\"google.com\", 80), None).await?;\n}\n```\n\n[More examples](https://docs.rs/async-socks5).\n\n# [Changelog](https://github.com/ark0f/async-socks5/blob/master/CHANGELOG.md)\n\n# License\nasync-socks5 under either of:\n\n* [Apache License 2.0](https://github.com/ark0f/async-socks5/blob/master/LICENSE-APACHE.md)\n* [MIT](https://github.com/ark0f/async-socks5/blob/master/LICENSE-MIT.md)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fark0f%2Fasync-socks5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fark0f%2Fasync-socks5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fark0f%2Fasync-socks5/lists"}