# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sock5s" version = "0.2.1" authors = ["南浦月 "] description = "A Simple Socks5 Proxy Server" homepage = "https://github.com/nanpuyue/sock5s" keywords = ["socks5", "proxy", "server"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nanpuyue/sock5s" [dependencies.clap] version = "2.33.3" [dependencies.libc] version = "0.2.99" [dependencies.socket2] version = "0.4.1" [dependencies.tokio] version = "1.9.0" features = ["io-util", "macros", "rt-multi-thread", "net"] [dependencies.tokio-stream] version = "0.1.7"