mirror of https://github.com/neosmart/tcpproxy.git
18 lines
610 B
TOML
18 lines
610 B
TOML
[package]
|
|
name = "tcpproxy"
|
|
version = "0.3.1"
|
|
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>"]
|
|
description = "Cross-platform asynchronous multi-client TCP proxy; great tokio demo."
|
|
homepage = "https://github.com/neosmart/tcpproxy"
|
|
repository = "https://github.com/neosmart/tcpproxy"
|
|
readme = "README.md"
|
|
keywords = ["proxy", "tcp", "networking", "tokio"]
|
|
categories = ["command-line-utilities", "network-programming"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.3.24"
|
|
getopts = "0.2.21"
|
|
tokio = { version = "1.21.2", features = [ "io-util", "net", "rt-multi-thread", "macros", "sync" ] }
|