[dependencies.id3]
version = "1.14.0"
[dependencies.metaflac]
version = "0.2.7"
[dependencies.mp4ameta]
version = "0.11.0"
[dependencies.opusmeta]
version = "1.0.0"
[dependencies.thiserror]
version = "1"
[lib]
name = "multitag"
path = "src/lib.rs"
[lints.clippy]
wildcard_imports = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A crate for reading and writing music metadata in a variety of formats"
edition = "2021"
homepage = "https://karx.xyz/projects/multitag"
license = "MIT"
name = "multitag"
readme = "README.md"
repository = "https://github.com/karx1/multitag"
version = "0.3.0"