[package] name = "exif-sys" version = "0.1.0" authors = ["David Cuddeback "] description = "FFI bindings to libexif" homepage = "https://gitlab.com/dcuddeback/exif-sys" repository = "https://gitlab.com/dcuddeback/exif-sys" license = "MIT" readme = "README.md" keywords = ["libexif", "EXIF", "image"] build = "build.rs" links = "exif" [dependencies] libc = "0.2" [build-dependencies] pkg-config = "0.3.8"