gexiv2-sys 0.2.0

This library provides Rust FFI declarations for the gexiv2 library, which is a GObject-based wrapper around the Exiv2 library, which provides read and write access to the Exif, XMP, and IPTC metadata in media files. Only FFI declarations are provided here; for a usable Rust library, consider the `rexiv2` crate.
[package]
name = "gexiv2-sys"
description = """
This library provides Rust FFI declarations for the gexiv2 library, which
is a GObject-based wrapper around the Exiv2 library, which provides read
and write access to the Exif, XMP, and IPTC metadata in media files. Only
FFI declarations are provided here; for a usable Rust library, consider
the `rexiv2` crate.
"""

version = "0.2.0"
authors = ["Felix Crux <felixc@felixcrux.com>"]
license = "GPL-3.0+"
homepage = "https://github.com/felixc/gexiv2-sys"
repository = "https://github.com/felixc/gexiv2-sys"
keywords = ["metadata", "exif", "iptc", "xmp", "photo"]
readme = "README.md"
links = "gexiv2"
build = "build.rs"

[dependencies]
libc = "0.1"

[build-dependencies]
pkg-config = "0.3"