tokio-socks 0.4.0

Asynchronous SOCKS proxy support for Rust.
Documentation
[package]
name = "tokio-socks"
description = "Asynchronous SOCKS proxy support for Rust."
documentation = "https://docs.rs/tokio-socks"
homepage = "https://github.com/sticnarf/tokio-socks"
repository = "https://github.com/sticnarf/tokio-socks"
readme = "README.md"
categories = ["asynchronous", "network-programming"]
keywords = ["tokio", "async", "proxy", "socks", "socks5"]
license = "MIT"
version = "0.4.0"
authors = ["Yilin Chen <sticnarf@gmail.com>"]
edition = "2018"

[badges]
travis-ci = { repository = "sticnarf/tokio-socks" }

[features]
tor = []

[[example]]
name = "tor"
required-features = ["tor"]

[dependencies]
futures = "0.3"
tokio = { version = "0.3", features = ["io-util", "net"] }
either = "1"
thiserror = "1.0"

[dev-dependencies]
tokio = { version = "0.3", features = ["io-util", "rt-multi-thread", "net"] }
once_cell = "1.2.0"
hyper = "0.13"