mp4ameta 0.13.0

A library for reading and writing iTunes style MPEG-4 audio metadata.
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 = "2024"
name = "mp4ameta"
version = "0.13.0"
authors = ["Saecki <tobiasschmitz2001@gmail.com>"]
build = false
include = [
    "src",
    "LICENSE-APACHE",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for reading and writing iTunes style MPEG-4 audio metadata."
readme = "README.md"
keywords = [
    "mp4",
    "m4a",
    "audio",
    "metadata",
    "parser",
]
categories = [
    "multimedia::audio",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Saecki/rust-mp4ameta"

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

[dev-dependencies.walkdir]
version = "2.5.0"