spotifetch 1.0.2

A simple and beautiful fetch tool for spotify, now rusty :)
# 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 = "2024"
name = "spotifetch"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[[bin]]
name = "spotifetch"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.75"

[dependencies.clap]
version = "4.4.9"
features = ["cargo"]

[dependencies.image]
version = "0.23.12"

[dependencies.kolorz]
version = "1.1.0"

[dependencies.pigmnts]
version = "0.7.0"

[dependencies.platform-dirs]
version = "0.3.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rspotify]
version = "0.12.0"
features = [
    "cli",
    "client-ureq",
    "ureq-rustls-tls",
]
default-features = false

[dependencies.ureq]
version = "3.0.1"
features = ["json"]

[dependencies.url]
version = "2.5.4"

[profile.dist]
inherits = "release"

[profile.release]
lto = "thin"
panic = "abort"
strip = true