# 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 = "id3" version = "1.16.0" authors = ["polyfloyd "] build = false include = [ "src/*", "Cargo.toml", "LICENSE", "README.md", ] 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://github.com/polyfloyd/rust-id3" [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" [features] decode_picture = [] default = ["decode_picture"] tokio = ["dep:tokio"]