# 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 = "dlzht-socks5" version = "0.1.0" authors = ["dlzht "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "library for SOCKS5, RFC 1928" documentation = "https://docs.rs/dlzht-socks5" readme = "README.md" keywords = ["socks5"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/dlzht/dlzht-socks5" [profile.release] opt-level = "z" lto = true strip = true [lib] name = "dlzht_socks5" path = "src/lib.rs" [[bin]] name = "dlzht-socks5" path = "src/main.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "servers" path = "examples/servers.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.clap] version = "4.5" features = ["derive"] [dev-dependencies.tokio-test] version = "0.4"