tcpproxy/Cargo.toml

21 lines
535 B
TOML
Raw Normal View History

2017-08-12 11:53:31 +08:00
[package]
name = "tcpproxy"
version = "0.1.0"
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>"]
2017-08-13 01:27:21 +08:00
description = "Cross-platform multi-client TCP proxy"
homepage = "https://github.com/neosmart/tcpproxy"
repository = "https://github.com/neosmart/tcpproxy"
readme = "README.md"
keywords = ["proxy", "tcp", "networking"]
categories = ["command-line-utilities", "network-programming"]
license = "MIT"
2017-08-12 11:53:31 +08:00
[dependencies]
futures = "0.1"
2017-08-13 01:27:21 +08:00
getopts = "0.2"
rand = "0.3"
tokio-core = "0.1"
tokio-io = "0.1"
ns-dns-tokio = "0.3"
abstract-ns = "0.3"