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