# 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-proto" version = "0.4.1" authors = ["EAimTY "] description = "Fundamental abstractions and async read / write functions for SOCKS5 protocol" 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.bytes] version = "1.6.0" features = ["std"] default-features = false [dependencies.thiserror] version = "1.0.58" default-features = false [dependencies.tokio] version = "1.37.0" features = ["io-util"] default-features = false