socksx 0.1.1

A SOCKS toolkit for Rust
Documentation
[package]
name = "socksx"
version = "0.1.1"
description = "A SOCKS toolkit for Rust"
authors = ["Onno Valkering"]
edition = "2018"
license = "MIT"

[dependencies]
anyhow = "1"
async-trait = "0.1"
bytes = "1"
clap = "3.0.0-beta.2"
dotenv = "0.15"
env_logger = "0.8"
futures = "0.3"
human-panic = "1"
itertools = "0.10"
libc = "0.2"
log = "0.4"
nix = "0.21"
num-derive = "0.3"
num-traits = "0.2"
thiserror = "1"
tokio = { version = "1", features = ["full"] }
url = "2.2"

[dev-dependencies]
chacha20 = "0.7"
pin-project-lite = "0.2"