exif-rs/Cargo.toml

18 lines
536 B
TOML
Raw Normal View History

[package]
name = "exif"
2021-01-05 03:49:15 -05:00
version = "0.5.3"
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
2019-04-01 08:11:54 -04:00
edition = "2018"
2016-12-30 09:46:33 -05:00
description = "Exif parsing library written in pure Rust"
documentation = "https://docs.rs/kamadak-exif"
homepage = "https://github.com/kamadak/exif-rs"
2016-12-30 09:46:33 -05:00
repository = "https://github.com/kamadak/exif-rs"
readme = "README"
keywords = ["Exif", "JPEG", "parser", "reader", "TIFF"]
categories = ["multimedia::encoding", "multimedia::images", "parser-implementations"]
2016-12-30 09:46:33 -05:00
license = "BSD-2-Clause"
[dependencies]
mutate_once = "0.1.1"