exif-rs/Cargo.toml

18 lines
514 B
TOML
Raw Normal View History

[package]
name = "exif"
2019-12-22 08:28:48 -05:00
version = "0.4.0"
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"]
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"
[dependencies]
mutate_once = "0.1.1"