[package] name = "libsocket" version = "0.1.1" authors = ["Nathan Sizemore "] keywords = ["socket"] description = "Light wrapper around Unix sockets and various socket options." license = "MPL-2.0" repository = "https://github.com/nathansizemore/libsocket" documentation = "https://nathansizemore.github.io/libsocket/libsocket/index.html" [dependencies] libc = "^0.2.11" errno = "^0.1.6" bitflags = "^0.7.0"