exif-rs/Cargo.toml

24 lines
772 B
TOML
Raw Permalink Normal View History

[package]
name = "exif"
2021-03-26 10:44:28 -04:00
version = "0.5.4"
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"
2021-05-28 13:48:05 -04:00
time = {version = "0.3", features = ["local-offset"], optional = true}
2021-05-28 13:48:05 -04:00
serde = { version = "1", features = ["derive"], optional = true }
[dev-dependencies]
time = {version = "0.3", features = ["local-offset", "formatting", "macros"]}