[package] name = "libvmdk-sys" version = "0.1.0" authors = ["Josh Abraham "] edition = "2018" description = "Rust bindings to libvmdk" license = " LGPL-3.0-only" keywords = ["vmdk", "cowd", "raw"] categories = ["external-ffi-bindings", "parsing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] libc = "0.2" [build-dependencies] bindgen = "0.50"