[[bench]]
name = "basic"
path = "benches/basic.rs"
[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.11"
[dev-dependencies.simplemad]
version = "0.9"
[lib]
name = "mp3_metadata"
path = "src/lib.rs"
[package]
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Metadata parser for MP3 files"
edition = "2021"
keywords = ["mp3", "metadata"]
license = "MIT"
name = "mp3-metadata"
readme = "README.md"
repository = "https://github.com/GuillaumeGomez/mp3-metadata"
rust-version = "1.56"
version = "0.4.0"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "error_check"
path = "tests/error_check.rs"
[[test]]
name = "id3v2"
path = "tests/id3v2.rs"
[[test]]
name = "invalid_time"
path = "tests/invalid_time.rs"
[[test]]
name = "truncate"
path = "tests/truncate.rs"