[package] name = "ifstructs" version = "0.1.1" authors = ["Gleb Pomykalov "] license = "MIT" readme = "README.md" repository = "https://github.com/glebpom/rust-ifstructs" homepage = "https://github.com/glebpom/rust-ifstructs" documentation = "http://doc.rust-lang.org/ifstructs" description = """ A Rust library with native bindings to unix if* structures """ [dependencies] libc = "^0.2" cfg-if = "0.1.4" [dev-dependencies] nix = "0.11"