[package] name = "libcryptsetup-sys" version = "0.1.1" authors = ["Vladimir Lushnikov "] license = "LGPL-3.0" description = "FFI bindings to the libcryptsetup library" homepage = "https://github.com/solidninja/cryptsetup-rs" links = "cryptsetup" build = "build.rs" [lib] name = "libcryptsetup_sys" path = "lib.rs" [dependencies] libc = "0.2" [build-dependencies] pkg-config = "0.3"