# 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] name = "mp3-metadata" version = "0.3.4" authors = ["Guillaume Gomez "] description = "Metadata parser for MP3 files" readme = "README.md" keywords = [ "mp3", "metadata", ] license = "MIT" repository = "https://github.com/GuillaumeGomez/mp3-metadata" [lib] name = "mp3_metadata" [dev-dependencies.reqwest] version = "0.11" features = ["blocking"] [dev-dependencies.simplemad] version = "0.9"