# 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 = "audiotags" version = "0.5.0" authors = [ "Tianyi ", "Pierre de la Martinière ", ] description = "Unified IO for different types of audio metadata" readme = "README.md" keywords = [ "id3", "tag", "tags", "audio", "audiotags", ] license = "MIT" repository = "https://github.com/TianyiShi2001/audiotags" [dependencies.audiotags-macro] version = "0.2" [dependencies.id3] version = "1.10.0" [dependencies.metaflac] version = "0.2.5" [dependencies.mp4ameta] version = "0.11.0" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.tempfile] version = "3.8.1" [build-dependencies.readme-rustdocifier] version = "0.1.1" [features] default = ["from"] from = []