[package] name = "eventum" version = "0.1.1" authors = ["Toshiaki Takada "] edition = "2018" description = "Asynchronous I/O Event manager" repository = "https://github.com/sjtakada/eventum-rs" readme = "README.md" keywords = ["async", "io"] license = "Apache-2.0" categories = ["network-programming", "asynchronous"] [dependencies] quick-error = "1.2.3" mio = { version = "0.7.0", features = ["os-poll", "os-util", "uds"] } log = "0.4.8" simplelog = "0.7.4"