{"id":19334315,"url":"https://github.com/sticnarf/tokio-socks","last_synced_at":"2025-05-15T10:03:07.081Z","repository":{"id":46984714,"uuid":"158234416","full_name":"sticnarf/tokio-socks","owner":"sticnarf","description":"Asynchronous SOCKS proxy support for Rust.","archived":false,"fork":false,"pushed_at":"2025-02-19T05:24:18.000Z","size":135,"stargazers_count":85,"open_issues_count":11,"forks_count":40,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-10T15:41:05.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sticnarf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2018-11-19T14:11:31.000Z","updated_at":"2025-05-01T18:27:19.000Z","dependencies_parsed_at":"2024-06-18T20:46:57.583Z","dependency_job_id":"f0b13da7-6b02-4591-acf5-4952dc7bd46f","html_url":"https://github.com/sticnarf/tokio-socks","commit_stats":{"total_commits":66,"total_committers":10,"mean_commits":6.6,"dds":0.3787878787878788,"last_synced_commit":"9fdcccc3da5693712c07fcfc5bb1212df0e3f989"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sticnarf%2Ftokio-socks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sticnarf%2Ftokio-socks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sticnarf%2Ftokio-socks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sticnarf%2Ftokio-socks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sticnarf","download_url":"https://codeload.github.com/sticnarf/tokio-socks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319716,"owners_count":22051072,"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":[],"created_at":"2024-11-10T02:58:21.948Z","updated_at":"2025-05-15T10:03:00.204Z","avatar_url":"https://github.com/sticnarf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tokio-socks\n\n[![Build Status](https://github.com/sticnarf/tokio-socks/actions/workflows/main.yml/badge.svg)](https://github.com/sticnarf/tokio-socks/actions)\n[![Crates Version](https://img.shields.io/crates/v/tokio-socks.svg)](https://crates.io/crates/tokio-socks)\n[![docs](https://docs.rs/tokio-socks/badge.svg)](https://docs.rs/tokio-socks)\n\nAsynchronous SOCKS proxy support for Rust.\n\n## Features\n\n- [x] `CONNECT` command\n- [x] `BIND` command\n- [ ] `ASSOCIATE` command\n- [x] Username/password authentication\n- [ ] GSSAPI authentication\n- [ ] Asynchronous DNS resolution\n- [X] Chain proxies ([see example](examples/chainproxy.rs))\n- [X] SOCKS4\n\n## Compatibility with Other Async Runtimes\n\nBy default, the `tokio` feature is enabled, as the crate name suggests.\n\nUsers can opt out `tokio` by setting `default-features = false`. The `*_with_socket` functions accept types implementing the `AsyncSocket` trait.\n\nThe crate provides `io::Compat` that implements `AsyncSocket` for `futures-io` types (requiring the `futures-io` feature).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.\n\n## Acknowledgments\n\n* [sfackler/rust-socks](https://github.com/sfackler/rust-socks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsticnarf%2Ftokio-socks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsticnarf%2Ftokio-socks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsticnarf%2Ftokio-socks/lists"}