# 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 = "socks5-server" version = "0.10.1" authors = ["EAimTY "] description = "Fine-grained relatively low-level asynchronized SOCKS5 server library based on tokio" readme = "README.md" keywords = [ "socks5", "socks", "proxy", "async", "network", ] categories = [ "network-programming", "asynchronous", ] license = "GPL-3.0-or-later" repository = "https://github.com/EAimTY/socks5-server" [dependencies.async-trait] version = "0.1.79" default-features = false [dependencies.bytes] version = "1.6.0" features = ["std"] default-features = false [dependencies.socks5-proto] version = "0.4.1" default-features = false [dependencies.tokio] version = "1.37.0" features = ["net"] default-features = false [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] default-features = false