]> git.proxmox.com Git - rustc.git/blob - vendor/miow/Cargo.toml
New upstream version 1.53.0+dfsg1
[rustc.git] / vendor / miow / 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 edition = "2018"
15 name = "miow"
16 version = "0.3.7"
17 authors = ["Alex Crichton <alex@alexcrichton.com>"]
18 description = "A zero overhead I/O library for Windows, focusing on IOCP and Async I/O\nabstractions.\n"
19 homepage = "https://github.com/yoshuawuyts/miow"
20 documentation = "https://docs.rs/miow/0.3/x86_64-pc-windows-msvc/miow/"
21 readme = "README.md"
22 keywords = ["iocp", "windows", "io", "overlapped"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/yoshuawuyts/miow"
25 [package.metadata.docs.rs]
26 default-target = "x86_64-pc-windows-msvc"
27 targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]
28 [dependencies.winapi]
29 version = "0.3.3"
30 features = ["std", "fileapi", "handleapi", "ioapiset", "minwindef", "namedpipeapi", "ntdef", "synchapi", "winerror", "winsock2", "ws2def", "ws2ipdef"]
31 [dev-dependencies.rand]
32 version = "0.8.0"
33
34 [dev-dependencies.socket2]
35 version = "0.4.0"