spotapi 0.2.2

Fetch Spotify metadata via guest auth - search playlists, tracks, artists without API keys
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "spotapi"
version = "0.2.2"
authors = ["SpotAPI Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fetch Spotify metadata via guest auth - search playlists, tracks, artists without API keys"
readme = "README.md"
keywords = [
    "spotify",
    "api",
    "playlist",
    "metadata",
    "music",
]
categories = [
    "api-bindings",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/spotapi/spotapi-rs"

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

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

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

[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]
version = "0.12"
features = [
    "json",
    "blocking",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

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