[dependencies.base64]
version = "0.21"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.oauth2]
version = "4.4"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_repr]
version = "0.1"
[dependencies.strum]
features = ["derive"]
version = "0.25"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.32"
[lib]
name = "spotify_rs"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous", "web-programming::http-client"]
description = "A Rust wrapper for the Spotify API."
edition = "2021"
keywords = ["spotify", "spotify-api", "api"]
license = "MIT OR Apache-2.0"
name = "spotify-rs"
readme = "README.md"
repository = "https://github.com/Bogpan/spotify-rs"
version = "0.3.13"