spotifyrs 0.2.0

A Rust-built wrapper for the Spotify Web API that focuses on consistent and reliable developer interaction with the many objects in the API (artists, tracks, etc)
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.chrono]
version = "0.4"

[dependencies.dotenv]
version = "0.15"

[dependencies.getrandom]
version = "0.2"

[dependencies.json]
version = "0.12"

[dependencies.open]
version = "3.0"

[dependencies.querystring]
version = "1.1"

[dependencies.random-string]
version = "1.0"

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.urlencoding]
version = "2.1"

[features]
manual_auth = []

[package]
description = "A Rust-built wrapper for the Spotify Web API that focuses on consistent and reliable developer interaction with the many objects in the API (artists, tracks, etc)"
edition = "2021"
license = "MIT"
name = "spotifyrs"
readme = "README.md"
version = "0.2.0"