spotify-lyrics 0.0.7

Spotify Lyrics API Wrapper
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.lazy_static]
version = "1"

[dependencies.maybe-async]
version = "0.2"

[dependencies.reqwest]
default-features = false
features = ["cookies", "json"]
version = "0.12"

[dependencies.rookie]
optional = true
version = "0.4"

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

[dependencies.serde_with]
version = "3"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1"

[[example]]
name = "sync"
required-features = ["is_sync"]

[features]
browser = ["dep:rookie"]
default = ["browser", "rustls-tls"]
is_sync = ["maybe-async/is_sync", "reqwest/blocking"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]

[package]
authors = ["Shayne Hartford <shaybox@shaybox.com>"]
description = "Spotify Lyrics API Wrapper"
edition = "2021"
license = "MIT"
name = "spotify-lyrics"
readme = "README.md"
repository = "https://github.com/ShayBox/Spotify-Lyrics"
version = "0.0.7"