[dependencies.mutate_once]
version = "0.1.1"
[[example]]
name = "dumpexif"
path = "examples/dumpexif.rs"
[[example]]
name = "reading"
path = "examples/reading.rs"
[lib]
name = "exif"
path = "src/lib.rs"
[package]
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["multimedia::encoding", "multimedia::images", "parser-implementations"]
description = "Exif parsing library written in pure Rust"
documentation = "https://docs.rs/kamadak-exif"
edition = "2021"
homepage = "https://github.com/kamadak/exif-rs"
keywords = ["Exif", "JPEG", "parser", "reader", "TIFF"]
license = "BSD-2-Clause"
name = "kamadak-exif"
readme = "README"
repository = "https://github.com/kamadak/exif-rs"
rust-version = "1.60"
version = "0.6.1"
[[test]]
name = "platform"
path = "tests/platform.rs"
[[test]]
name = "rwrcmp"
path = "tests/rwrcmp.rs"