tokio-socks 0.1.3

Asynchronous SOCKS proxy support for Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.derefable]
version = "0.1"

[dependencies.either]
version = "1"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-tcp]
version = "0.1"

[dependencies.tokio-udp]
version = "0.1"
[dev-dependencies.hyper]
version = "0.12"

[dev-dependencies.once_cell]
version = "0.1"

[dev-dependencies.tokio]
version = "0.1"
[badges.travis-ci]
repository = "sticnarf/tokio-socks"