[package] name = "epoll" version = "4.3.3" authors = ["Nathan Sizemore "] description = "Safe epoll interface." readme = "README.md" keywords = ["epoll"] license = "MPL-2.0" repository = "https://github.com/nathansizemore/epoll" documentation = "https://docs.rs/epoll/" [dependencies] libc = "0.2" bitflags = "2"