[package] name = "soio" version = "0.2.3" license = "MIT" authors = ["dangcheng "] description = "I/O library for Rust" documentation = "https://docs.rs/soio" homepage = "https://github.com/mcorce/soio" repository = "https://github.com/mcorce/soio" readme = "README.md" keywords = ["io", "async", "non-blocking", "epoll", "kqueue"] exclude = [ ".gitignore", ".travis.yml", "deploy.sh", "test/**/*", ] [dependencies] libc = "0.2" log = "0.3" [[test]] name = "test" path = "test/mod.rs"