1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "socket2"
16version = "0.3.19"
17authors = ["Alex Crichton <alex@alexcrichton.com>"]
18description = "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n"
19homepage = "https://github.com/alexcrichton/socket2-rs"
20readme = "README.md"
21license = "MIT/Apache-2.0"
22repository = "https://github.com/alexcrichton/socket2-rs"
23[package.metadata.docs.rs]
24all-features = true
25[dev-dependencies.tempdir]
26version = "0.3"
27
28[features]
29pair = []
30reuseport = []
31unix = []
32[target."cfg(unix)".dependencies.cfg-if]
33version = "1.0"
34
35[target."cfg(unix)".dependencies.libc]
36version = "0.2.66"
37features = ["align"]
38[target."cfg(windows)".dependencies.winapi]
39version = "0.3.3"
40features = ["handleapi", "ws2def", "ws2ipdef", "ws2tcpip", "minwindef"]
41