1[package] 2name = "epoll" 3version = "4.3.3" 4authors = ["Nathan Sizemore <nathanrsizemore@gmail.com>"] 5description = "Safe epoll interface." 6readme = "README.md" 7keywords = ["epoll"] 8license = "MPL-2.0" 9repository = "https://github.com/nathansizemore/epoll" 10documentation = "https://docs.rs/epoll/" 11 12[dependencies] 13libc = "0.2" 14bitflags = "2" 15