net2 0.2.25

Extensions to the standard library's networking types as proposed in RFC 1158.
Documentation
[package]
name = "net2"
version = "0.2.25"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang-nursery/net2-rs"
homepage = "https://github.com/rust-lang-nursery/net2-rs"
documentation = "https://doc.rust-lang.org/net2-rs/"
description = """
Extensions to the standard library's networking types as proposed in RFC 1158.
"""

[target."cfg(windows)".dependencies]
ws2_32-sys = "0.2"
winapi = "0.2"
kernel32-sys = "0.2"

[target."cfg(unix)".dependencies]
libc = "0.2.6"

[dependencies]
cfg-if = "0.1"

[features]
nightly = []
duration = []
default = ["duration"]