gexiv2-sys 1.4.0

This crate provides Rust FFI declarations for the gexiv2 library, which is a GObject-based wrapper around Exiv2, 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.
Documentation
[build-dependencies.pkg-config]
version = "0.3"

[dependencies.bitflags]
optional = true
version = "1.3"

[dependencies.glib-sys]
optional = true
version = "0.16"

[dependencies.libc]
version = "0.2"

[dev-dependencies.tempfile]
version = "3.3"

[features]
raw-tag-access = ["glib-sys"]
xmp-packet-access = ["bitflags"]

[package]
authors = ["Felix Crux <felixc@felixcrux.com>"]
build = "build.rs"
categories = ["external-ffi-bindings", "multimedia::images"]
description = """
This crate provides Rust FFI declarations for the gexiv2 library, which is a
GObject-based wrapper around Exiv2, 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.
"""
documentation = "https://felixcrux.com/files/doc/gexiv2_sys/"
edition = "2021"
homepage = "https://github.com/felixc/gexiv2-sys"
include = ["Cargo.toml", "README.md", "CHANGELOG", "LICENSE", "SETUP.md", "src/**/*", "build.rs"]
keywords = ["metadata", "exif", "iptc", "xmp", "photo"]
license = "GPL-3.0+"
links = "gexiv2"
name = "gexiv2-sys"
readme = "README.md"
repository = "https://github.com/felixc/gexiv2-sys"
rust-version = "1.63"
version = "1.4.0"