exiftool-rs 0.2.3

Read, write, and edit metadata in 55+ file formats — a pure Rust reimplementation of ExifTool with 100% tag name parity (194/194 test files)
Documentation
# 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 = "2021"
rust-version = "1.71"
name = "exiftool-rs"
version = "0.2.3"
build = false
exclude = [
    "scripts/",
    ".github/",
    "tests/images/",
    "tests/expected/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read, write, and edit metadata in 55+ file formats — a pure Rust reimplementation of ExifTool with 100% tag name parity (194/194 test files)"
homepage = "https://github.com/Le-Syl21/exiftool-rs"
documentation = "https://docs.rs/exiftool-rs"
readme = "README.md"
keywords = [
    "exif",
    "metadata",
    "jpeg",
    "tiff",
    "xmp",
]
categories = [
    "multimedia::images",
    "parser-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Le-Syl21/exiftool-rs"

[lib]
name = "exiftool_rs"
path = "src/lib.rs"

[[bin]]
name = "exiftool-rs"
path = "src/main.rs"

[[example]]
name = "json_output"
path = "examples/json_output.rs"

[[example]]
name = "read_metadata"
path = "examples/read_metadata.rs"

[[example]]
name = "write_tag"
path = "examples/write_tag.rs"

[dependencies.brotli]
version = "7"

[dependencies.byteorder]
version = "1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.flate2]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.xml-rs]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = "thin"