[dependencies.cfg-if]
version = "0.1"
[features]
default = ["duration"]
duration = []
nightly = []
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Extensions to the standard library's networking types as proposed in RFC 1158.\n"
documentation = "https://docs.rs/net2/~0.2"
homepage = "https://github.com/deprecrated/net2-rs"
include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src/**/*.rs"]
license = "MIT/Apache-2.0"
name = "net2"
readme = "README.md"
repository = "https://github.com/deprecrated/net2-rs"
version = "0.2.39"
[target."cfg(any(unix, target_os=\"wasi\"))".dependencies.libc]
version = "0.2.139"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "winsock2", "ws2def", "ws2ipdef", "ws2tcpip"]
version = "0.3"