The libexif
crate provides a safe wrapper around the native libexif
C library by use of the libexif-sys
crate. All of the dependencies listed below are brought about by the underlying crate.
- Rust stable (2021 edition, version 1.70 or higher)
- libexif (version 0.6.22)
- Clang (version 5.0 or higher, as dictated by rust-bindgen)
- For now,
pkg-config
is required to facilitate linking with libexif.
While this crate is distributed under the MIT License, the underlying libexif C library is licensed under the LGPL version 2.1.