# 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 = "artworks" version = "0.2.0" description = "Embed album covers to audio files" readme = "README.md" keywords = [ "audio", "covers", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/mrtnvgr/artworks/" [profile.release] strip = true [dependencies.clap] version = "4.3.16" features = ["derive"] [dependencies.image] version = "0.24.6" [dependencies.indicatif] version = "0.17.5" [dependencies.lofty] version = "0.15.0" [dependencies.walkdir] version = "2.3.3"