# 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 = "spotifetch" version = "0.1.4" description = "A simple and beautiful fetch tool for spotify, now rusty :) " homepage = "https://github.com/dotzenith/SpotiFetch.rs" readme = "README.md" license = "MIT" repository = "https://github.com/dotzenith/SpotiFetch.rs" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.9" features = ["cargo"] [dependencies.image] version = "0.23.12" [dependencies.kolorz] version = "0.10.0" [dependencies.pigmnts] version = "0.7.0" [dependencies.platform-dirs] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.rspotify] version = "0.12.0" features = [ "cli", "client-ureq", "ureq-rustls-tls", ] default-features = false