socks 0.3.3

SOCKS proxy clients
Documentation
[dependencies.byteorder]
version = "1.0"

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "SOCKS proxy clients"
documentation = "https://docs.rs/socks/0.3.0/socks"
license = "MIT/Apache-2.0"
name = "socks"
readme = "README.md"
repository = "https://github.com/sfackler/rust-socks"
version = "0.3.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
version = "0.2.8"

[target."cfg(windows)".dependencies.ws2_32-sys]
version = "0.2.1"