# 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 = "2018" name = "reacher-fast-socks5" version = "0.8.1" authors = ["Jonathan Dizdarevic "] description = "Fast SOCKS5 client/server implementation written in Rust async/.await (tokio)" readme = "README.md" keywords = [ "io", "proxy", "vpn", "async", "socks", ] categories = [ "asynchronous", "network-programming", "command-line-utilities", "authentication", ] license = "MIT" repository = "https://github.com/amaurym/fast-socks5" [[example]] name = "server" [[example]] name = "client" [[example]] name = "simple_tcp_server" [dependencies.anyhow] version = "1.0" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.17.0" features = [ "io-util", "net", "time", "macros", ] [dependencies.tokio-stream] version = "0.1.8" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tokio] version = "1.17.0" features = [ "io-util", "net", "time", "rt-multi-thread", "macros", ] [dev-dependencies.tokio-test] version = "0.4.2" [features] default = [] socks4 = []