[package] name = "getaddrs" version = "0.1.0" authors = ["SilverWingedSeraph "] description = "A safe interface for Unix network interface information" license = "MIT" repository = "https://github.com/leotindall/getaddrs-rs" readme = "README.md" keywords = ["networking", "interface", "hardware", "unix"] categories = ["api-bindings", "external-ffi-bindings", "network-programming", "os::unix-apis"] [dependencies] libc = "0.2" bitflags = "0.9"