socket2 0.4.0-alpha.5

Utilities for handling networking sockets with a maximal amount of configuration possible intended.
Documentation
[features]
all = []

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
categories = ["api-bindings", "network-programming"]
description = "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n"
documentation = "https://docs.rs/socket2"
edition = "2018"
homepage = "https://github.com/rust-lang/socket2"
include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src/**/*.rs"]
keywords = ["io", "socket", "network"]
license = "MIT/Apache-2.0"
name = "socket2"
readme = "README.md"
repository = "https://github.com/rust-lang/socket2"
version = "0.4.0-alpha.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
features = ["all"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.82"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "ws2ipdef", "ws2tcpip"]
version = "0.3.9"