[package] name = "cryptsetup" description = "Full bindings to libcryptsetup." version = "0.2.0" license = "Apache-2.0" authors = ["Pierre-Étienne Meunier "] include = ["Cargo.toml", "src/lib.rs"] documentation = "http://www.coturnix.fr/cryptsetup/doc/cryptsetup" repository = "http://www.coturnix.fr/cryptsetup/" [dependencies] libc = "0.2" nix = "0.6" bitflags = "0.7" [dev-dependencies] tempdir="0.3"