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