[package] name = "rsocx" version = "0.1.3" authors = ["b23r0 "] edition = "2021" description = "A high performence Socks5 proxy server with bind/reverse support implementation by Rust." repository = "https://github.com/b23r0/rsocx" readme = "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simple_logger = "2.1.0" log = "0.4.14" futures = "0.3.0" async-std = {version = "1" , features = ["attributes"]} getopts = "0.2"