xmp_toolkit 1.12.1

Rust-language bindings for Adobe's XMP Toolkit
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.88.0"
name = "xmp_toolkit"
version = "1.12.1"
authors = ["Eric Scouten <scouten@adobe.com>"]
build = "build.rs"
links = "xmp_toolkit"
exclude = [
    ".github",
    "external/libexpat/testdata",
    "external/xmp_toolkit/docs",
    "external/xmp_toolkit/samples",
    "external/xmp_toolkit/third-party/zlib/ReadMe.txt",
    "external/xmp_toolkit/third-party/zlib/README.md",
    "external/xmp_toolkit/third-party/zlib/*.c",
    "external/xmp_toolkit/third-party/zlib/*.h",
    "external/xmp_toolkit/third-party/expat/lib",
    "external/xmp_toolkit/XMPFilesPlugins/PDF_Handler",
    "src/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-language bindings for Adobe's XMP Toolkit"
documentation = "https://docs.rs/xmp_toolkit"
readme = "README.md"
keywords = [
    "xmp",
    "metadata",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/adobe/xmp-toolkit-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
chrono = ["dep:chrono"]
crt_static = []

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

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

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

[dependencies.num_enum]
version = "0.7.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.anyhow]
version = "1.0.72"

[dev-dependencies.futures]
version = "0.3.30"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.rand]
version = "0.10.0"

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

[dev-dependencies.tokio]
version = "1.39"
features = ["full"]

[dev-dependencies.tokio-macros]
version = "2.4"

[build-dependencies.cc]
version = "1.2.44"
features = ["parallel"]

[build-dependencies.fs_extra]
version = "1.3"

[target.'cfg(target_os = "ios")'.dev-dependencies.dinghy-test]
version = "0.8"