]> git.proxmox.com Git - rustc.git/blob - src/vendor/socket2/Cargo.toml
New upstream version 1.29.0+dfsg1
[rustc.git] / src / vendor / socket2 / Cargo.toml
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]
14 name = "socket2"
15 version = "0.3.7"
16 authors = ["Alex Crichton <alex@alexcrichton.com>"]
17 description = "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n"
18 homepage = "https://github.com/alexcrichton/socket2-rs"
19 readme = "README.md"
20 license = "MIT/Apache-2.0"
21 repository = "https://github.com/alexcrichton/socket2-rs"
22 [package.metadata.docs.rs]
23 all-features = true
24 [dev-dependencies.tempdir]
25 version = "0.3"
26
27 [features]
28 pair = []
29 reuseport = []
30 unix = []
31 [target."cfg(any(unix, target_os = \"redox\"))".dependencies.cfg-if]
32 version = "0.1"
33
34 [target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
35 version = "0.2.42"
36 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
37 version = "0.1.38"
38 [target."cfg(windows)".dependencies.winapi]
39 version = "0.3.3"
40 features = ["handleapi", "ws2def", "ws2ipdef", "ws2tcpip", "minwindef"]