id3 1.17.0

A library for reading and writing ID3 metadata
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "id3"
version = "1.17.0"
authors = ["polyfloyd <floyd@polyfloyd.net>"]
build = false
include = [
    "src/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for reading and writing ID3 metadata"
readme = "README.md"
keywords = [
    "id3",
    "mp3",
    "wav",
    "aiff",
    "metadata",
]
categories = [
    "encoding",
    "multimedia",
    "multimedia::audio",
    "parser-implementations",
]
license = "MIT"
repository = "https://codeberg.org/polyfloyd/rust-id3"

[features]
decode_picture = []
default = ["decode_picture"]
tokio = ["dep:tokio"]

[lib]
name = "id3"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.0"

[dependencies.byteorder]
version = "1.4"

[dependencies.flate2]
version = "1"

[dependencies.tokio]
version = "1.21"
features = [
    "rt",
    "macros",
    "io-util",
    "fs",
]
optional = true
default-features = false

[dev-dependencies.tempfile]
version = "3"