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
[package]
name = "spotifyrs"
version = "0.2.0"
edition = "2021"
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)"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
querystring = "1.1"
dotenv = "0.15"
getrandom = "0.2"
base64 = "0.13"
sha2 = "0.10"
random-string = "1.0"
reqwest = {version = "0.11", features = ["blocking", "json"]}
open = "3.0"
urlencoding = "2.1"
json = "0.12"
chrono = "0.4"
serde_json = "^1.0"

[features]
manual_auth = []