async-proxy 0.2.5

An asyncronous implementation of proxy clients
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.byteorder]
version = "1.3.4"

[dependencies.tokio]
features = ["tcp", "io-util", "time"]
version = "0.2"

[dependencies.webpki]
version = "0.21.3"
[dev-dependencies.ansi_term]
version = "0.12.1"

[dev-dependencies.clap]
version = "2.33.1"

[dev-dependencies.tokio]
features = ["macros"]
version = "0.2"

[package]
authors = ["TonyGraim <tonygraim@gmail.com>"]
description = "An asyncronous implementation of proxy clients"
edition = "2018"
license = "MIT"
name = "async-proxy"
repository = "https://github.com/TonyGraim/async-proxy"
version = "0.2.5"