socket2 0.3.12

Utilities for handling networking sockets with a maximal amount of configuration possible intended.
Documentation
[dev-dependencies.tempdir]
version = "0.3"

[features]
pair = []
reuseport = []
unix = []

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n"
edition = "2018"
homepage = "https://github.com/alexcrichton/socket2-rs"
license = "MIT/Apache-2.0"
name = "socket2"
readme = "README.md"
repository = "https://github.com/alexcrichton/socket2-rs"
version = "0.3.12"
[package.metadata.docs.rs]
all-features = true
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.cfg-if]
version = "0.1.6"

[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
version = "0.2.66"
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.1.38"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "ws2def", "ws2ipdef", "ws2tcpip", "minwindef"]
version = "0.3.3"