# 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 = "2018" name = "id3-image-rs" version = "0.4.2" authors = [ "Andrew Radev ", "Pierre Hubert ", ] description = "A tool to embed images into mp3 files (forked, updated and extended api)" documentation = "https://docs.rs/id3-image-rs/latest/id3_image_rs" readme = "README.md" keywords = [ "id3", "mp3", "images", ] categories = [ "command-line-utilities", "filesystem", "multimedia", ] license = "MIT" repository = "https://gitea.communiquons.org/pierre/id3-image-rs" [dependencies.anyhow] version = "1.0.63" [dependencies.id3] version = "1.2.0" [dependencies.image] version = "0.24.3" [dependencies.structopt] version = "0.3.26" default-features = false [dev-dependencies.tempfile] version = "3.3.0"