[package] name = "winapi-wsapoll" description = "Safe wrapper around WSAPoll" repository = "https://github.com/psychon/winapi-wsapoll" version = "0.1.2" authors = ["Uli Schlachter "] edition = "2018" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [target.'cfg(windows)'.dependencies.winapi] version = "0.3" features = ["winsock2"] [badges.maintenance] status = "as-is"