[go: up one dir, main page]

polling 2.3.0

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

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

[features]
default = ["std"]
std = []

[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"
exclude = ["/.*"]
homepage = "https://github.com/smol-rs/polling"
keywords = ["mio", "epoll", "kqueue", "iocp", "wepoll"]
license = "Apache-2.0 OR MIT"
name = "polling"
readme = "README.md"
repository = "https://github.com/smol-rs/polling"
rust-version = "1.34"
version = "2.3.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc]
version = "0.2.77"
[target."cfg(windows)".dependencies.wepoll-ffi]
features = ["null-overlapped-wakeups-patch"]
version = "0.1.2"

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