spotapi 0.1.0

A professional Rust crate for fetching Spotify playlist metadata and tracks without authentication handling.
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.totp-rs]
version = "5"

[[example]]
name = "fetch_playlist"
path = "examples/fetch_playlist.rs"

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

[package]
authors = ["SpotAPI Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "multimedia"]
description = "A professional Rust crate for fetching Spotify playlist metadata and tracks without authentication handling."
edition = "2021"
keywords = ["spotify", "api", "playlist", "metadata", "music"]
license = "MIT"
name = "spotapi"
readme = "README.md"
repository = "https://github.com/spotapi/spotapi-rs"
version = "0.1.0"