typst/vendor/kamadak-exif/Cargo.toml
2024-10-16 14:18:46 +03:00

41 lines
1.1 KiB
TOML

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "kamadak-exif"
version = "0.5.5"
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
description = "Exif parsing library written in pure Rust"
homepage = "https://github.com/kamadak/exif-rs"
documentation = "https://docs.rs/kamadak-exif"
readme = "README"
keywords = [
"Exif",
"JPEG",
"parser",
"reader",
"TIFF",
]
categories = [
"multimedia::encoding",
"multimedia::images",
"parser-implementations",
]
license = "BSD-2-Clause"
repository = "https://github.com/kamadak/exif-rs"
[lib]
name = "exif"
[dependencies.mutate_once]
version = "0.1.1"