# 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 = "spotifymosaic" version = "0.2.3" authors = ["Tomasz Chojnacki "] description = "A CLI tool for generating Spotify playlist covers using album artworks." homepage = "https://github.com/tchojnacki/spotifymosaic" readme = "README.md" keywords = [ "spotify", "cli", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT" repository = "https://github.com/tchojnacki/spotifymosaic" [dependencies.clap] version = "3.2.18" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.image] version = "0.24.9" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.24" [dependencies.rspotify] version = "0.12.0" [dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", ]