[package] name = "interfaces2" description = "A Rust library for interacting with network interfaces" version = "0.0.5" authors = ["Andrew Dunham ", "Arvid E Picciani "] homepage = "https://github.com/aep/interfaces-rs" repository = "https://github.com/aep/interfaces-rs" license = "MIT/Apache-2.0" build = "build.rs" [dependencies] bitflags = "1.0" lazy_static = "1.0" libc = "0.2" nix = "0.10" [build-dependencies] cc = "1" handlebars = "0.29" serde = "1.0" serde_derive = "1.0"