[package] authors = ["itamarsch"] license = "MIT" repository = "https://github.com/itamarsch/gerevs" description = "Gerevs is a Rust crate for implementing general-purpose SOCKS5 proxy servers with asynchronous execution and flexible authentication methods." readme = "README.md" name = "gerevs" version = "0.1.8" edition = "2021" categories = ["network-programming", "asynchronous"] keywords = ["SOCKS5", "proxy", "asynchronous", "authentication", "network"] [dependencies] thiserror = "1.0.61" tokio = { version = "1.38.0", features = [ "net", "io-std", "io-util", "rt", "macros", ] } tracing = "0.1.40" [dev-dependencies] tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }