# 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 = "rusocks" version = "0.0.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A socks4(a)/5 server" readme = "README.md" keywords = [ "socks", "socks4", "socks4a", "socks5", "server", ] license = "Apache-2.0" [lib] name = "rusocks" path = "src/lib.rs" [[example]] name = "a" path = "examples/a.rs" [[example]] name = "bind4" path = "examples/bind4.rs" [[example]] name = "bind5" path = "examples/bind5.rs" [[example]] name = "tcp" path = "examples/tcp.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.thiserror] version = "2.0.1" [dependencies.tokio] version = "1.41.1" features = [ "net", "io-util", ] [dev-dependencies.futures] version = "0.3.31" [dev-dependencies.tokio] version = "1.41.1" features = [ "net", "time", "io-util", "macros", "rt-multi-thread", ]