znippy-plugin-media 0.9.0

Media (image/audio/video) metadata plugin for znippy — pure-Rust, airgap-friendly
# 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 = "2024"
name = "znippy-plugin-media"
version = "0.9.0"
authors = ["Rickard Lundin <rickard@ignalina.dk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Media (image/audio/video) metadata plugin for znippy — pure-Rust, airgap-friendly"
readme = false
license = "MIT"
repository = "https://codeberg.org/nordisk/znippy"
resolver = "2"

[lib]
name = "znippy_plugin_media"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "webp",
    "gif",
    "tiff",
    "bmp",
]
default-features = false

[dependencies.kamadak-exif]
version = "0.6"

[dependencies.lofty]
version = "0.24"

[dependencies.matroska]
version = "0.30"

[dependencies.mp4]
version = "0.14"

[dependencies.znippy-common]
version = "0.9.7"