raves_metadata 0.0.4

A library to parse metadata from media 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 = "2024"
rust-version = "1.88.0"
name = "raves_metadata"
version = "0.0.4"
authors = ["Barrett Ray"]
build = false
exclude = [
    "assets/",
    "tests/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to parse metadata from media files"
homepage = "https://github.com/raves-project/raves_metadata"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/raves-project/raves_metadata"

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

[dependencies.log]
version = "0.4.27"

[dependencies.parking_lot]
version = "0.12.4"

[dependencies.raves_metadata_types]
version = "0.0.2"

[dependencies.winnow]
version = "0.7.11"

[dependencies.xmltree]
version = "0.11.0"
package = "raves_xmltree"

[dev-dependencies.env_logger]
version = "0.11.8"
default-features = false