[package]
authors = ["Varphone Wong <varphone@qq.com>"]
categories = ["embedded", "asynchronous"]
description = "File I/O events library for Rust.\n"
documentation = "https://docs.rs/poller"
edition = "2018"
homepage = "https://github.com/varphone/poller-rs"
license = "MIT"
name = "poller"
readme = "README.md"
version = "0.1.2"
[target."cfg(unix)".dependencies.libc]
version = "^0.2.66"