[package] name = "nix" description = "Rust friendly bindings to Posix APIs" version = "0.1.3" authors = ["Carl Lerche "] homepage = "https://github.com/carllerche/nix-rust" license = "MIT" exclude = [".gitignore", ".travis.yml", "tests/**/*"] [dependencies] bitflags = "0.1" [dev-dependencies] rand = "0.1.2"