exif-rs/Cargo.toml

13 lines
395 B
TOML
Raw Normal View History

[package]
name = "exif"
2017-03-12 06:36:07 -04:00
version = "0.1.3"
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
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"]
license = "BSD-2-Clause"