spotify-cli 0.2.0

A terminal-first Spotify control surface
Documentation
[[bin]]
name = "spotify-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
features = ["derive"]
version = "4.5.27"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.8"

[dependencies.url]
version = "2.5.4"

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.httpmock]
version = "0.7"

[features]
http-tests = []

[lib]
name = "spotify_cli"
path = "src/lib.rs"

[package]
authors = ["Dheebz"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A terminal-first Spotify control surface"
documentation = "https://docs.rs/spotify-cli"
edition = "2024"
homepage = "https://github.com/Dheebz/spotify-cli"
keywords = ["spotify", "cli", "music", "terminal"]
license = "MIT"
name = "spotify-cli"
readme = "README.md"
repository = "https://github.com/Dheebz/spotify-cli"
version = "0.2.0"

[[test]]
name = "auth"
path = "tests/auth.rs"

[[test]]
name = "cache"
path = "tests/cache.rs"

[[test]]
name = "cli_smoke"
path = "tests/cli_smoke.rs"

[[test]]
name = "spotify_http"
path = "tests/spotify_http.rs"