polling 0.1.9

Portable interface to epoll, kqueue, event ports, and wepoll
Documentation
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.libc]
version = "0.2.74"

[dependencies.log]
version = "0.4.11"
[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.easy-parallel]
version = "3.1.0"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["asynchronous", "network-programming", "os"]
description = "Portable interface to epoll, kqueue, event ports, and wepoll"
documentation = "https://docs.rs/polling"
edition = "2018"
homepage = "https://github.com/stjepang/polling"
keywords = ["mio", "epoll", "kqueue", "iocp", "wepoll"]
license = "Apache-2.0 OR MIT"
name = "polling"
readme = "README.md"
repository = "https://github.com/stjepang/polling"
version = "0.1.9"
[target."cfg(windows)".dependencies.wepoll-sys-stjepang]
version = "1.0.6"

[target."cfg(windows)".dependencies.winapi]
features = ["ioapiset", "winsock2"]
version = "0.3.9"