# 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 = "audiotags2" version = "0.3.1" authors = ["Pierre de la Martinière "] description = "Unified IO for different types of audio metadata (maintained fork)" keywords = [ "id3", "tag", "tags", "audio", "audiotags", ] license = "MIT" repository = "https://github.com/martpie/audiotags" resolver = "2" [dependencies.audiotags-dev-macro] version = "0.1.4" [dependencies.id3] version = "1.1.0" [dependencies.metaflac] version = "0.2.5" [dependencies.mp4ameta] version = "0.11.0" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.tempfile] version = "3.3.0" [build-dependencies.readme-rustdocifier] version = "0.1.0" [features] default = ["from"] from = []