# 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 = "2018" name = "tcpproxy" version = "0.4.0" authors = ["Mahmoud Al-Qudsi "] description = "Cross-platform asynchronous multi-client TCP proxy; great tokio demo." homepage = "https://github.com/neosmart/tcpproxy" readme = "README.md" keywords = [ "proxy", "tcp", "networking", "tokio", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/neosmart/tcpproxy" [dependencies.futures] version = "0.3.28" [dependencies.getopts] version = "0.2.21" [dependencies.tokio] version = "1.32.0" features = [ "io-util", "net", "rt-multi-thread", "macros", "sync", ]