exif-rs/Cargo.toml

14 lines
459 B
TOML
Raw Normal View History

[package]
name = "exif"
2018-06-17 08:51:49 -04:00
version = "0.3.1"
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"]
2017-03-22 06:45:38 -04:00
categories = ["multimedia::encoding", "parser-implementations"]
2016-12-30 09:46:33 -05:00
license = "BSD-2-Clause"