exiftool 0.3.1

A Rust wrapper for ExifTool.
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"
name = "exiftool"
version = "0.3.1"
authors = ["Ruurd Bijlsma <ruurd@bijlsma.dev>"]
build = false
exclude = [
    "data",
    ".github",
    "checks",
    ".idea",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust wrapper for ExifTool."
homepage = "https://github.com/ruurdbijlsma/exiftool_rs"
documentation = "https://docs.rs/exiftool/latest/exiftool/index.html"
readme = "README.md"
keywords = [
    "exif",
    "exiftool",
    "metadata",
    "image",
    "video",
]
categories = [
    "multimedia::images",
    "multimedia::video",
    "multimedia::audio",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/ruurdbijlsma/exiftool_rs"

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

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

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

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

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

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

[[bench]]
name = "exiftool"
path = "benches/exiftool.rs"
harness = false

[dependencies.chrono]
version = "^0.4.42"
default-features = false

[dependencies.log]
version = "^0.4.28"

[dependencies.serde]
version = "^1.0.228"
features = [
    "derive",
    "serde_derive",
]

[dependencies.serde_json]
version = "^1.0.145"

[dependencies.serde_path_to_error]
version = "^0.1.20"

[dependencies.tempfile]
version = "^3.23.0"
default-features = false

[dependencies.thiserror]
version = "^2.0.17"

[dev-dependencies.assert_matches]
version = "^1.5.0"

[dev-dependencies.criterion]
version = "^0.8.2"
default-features = false

[dev-dependencies.image]
version = "^0.25.8"
features = ["jpeg"]
default-features = false

[dev-dependencies.walkdir]
version = "^2.5"