# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "async-socks5" version = "0.6.0" authors = [ "Arsenii Lyashenko ", "Temirkhan Myrzamadi ", ] include = [ "Cargo.toml", "LICENSE-*.md", "src/**/*", ] description = "An async/.await SOCKS5 implementation" documentation = "https://docs.rs/async-socks5" readme = "README.md" keywords = [ "tokio", "async", "socks", "proxy", ] categories = [ "asynchronous", "authentication", "network-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ark0f/async-socks5" [dependencies.thiserror] version = "1.0.0" [dependencies.tokio] version = "1.0" features = [ "net", "io-util", ] [dev-dependencies.tokio] version = "1.0" features = [ "net", "io-util", "rt", "macros", ] [badges.github-actions] repository = "https://github.com/ark0f/async-socks5" workflow = "CI"