[dependencies.futures]
version = "0.3.30"
[dependencies.getopts]
version = "0.2.21"
[dependencies.tokio]
features = ["io-util", "net", "rt-multi-thread", "macros", "sync", "time"]
version = "1.37.0"
[package]
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>", "Jire"]
categories = ["command-line-utilities", "network-programming"]
description = "Cross-platform asynchronous multi-client TCP proxy; great tokio demo."
edition = "2018"
homepage = "https://github.com/neosmart/tcpproxy"
keywords = ["proxy", "tcp", "networking", "tokio"]
license = "MIT"
name = "tcpproxy-rs"
readme = "README.md"
repository = "https://github.com/neosmart/tcpproxy"
version = "0.7.5"