[package] name = "socken5" version = "0.1.0" authors = ["FreeziFtw "] edition = "2021" description = "Socks5 protocol structure" documentation = "https://docs.rs/socken5" readme = "README.md" repository = "https://github.com/FreeziFtw/socken5" license = "MIT" keywords = ["socks5", "proxy"] include = ["src/", "LICENSE.md", "README.md"] [dependencies] thiserror = "1.0.30" async-trait = "0.1.51" [dependencies.tokio] version = "1.14.0" features = ["net", "io-util"]