librespot-oauth 0.8.0

OAuth authorization code flow with PKCE for obtaining a Spotify access token
Documentation
[dependencies.log]
version = "0.4"

[dependencies.oauth2]
default-features = false
features = ["reqwest", "reqwest-blocking"]
version = "5.0"

[dependencies.open]
version = "5.3"

[dependencies.reqwest]
default-features = false
features = ["system-proxy"]
version = "0.12"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2.5"

[dev-dependencies.env_logger]
default-features = false
features = ["color", "humantime", "auto-color"]
version = "0.11"

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

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

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

[features]
__rustls = []
default = ["native-tls"]
native-tls = ["oauth2/native-tls", "reqwest/native-tls"]
rustls-tls-native-roots = ["__rustls", "oauth2/rustls-tls", "reqwest/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["__rustls", "oauth2/rustls-tls", "reqwest/rustls-tls-webpki-roots"]

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

[package]
authors = ["Nick Steel <nick@nsteel.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "OAuth authorization code flow with PKCE for obtaining a Spotify access token"
edition = "2024"
license = "MIT"
name = "librespot-oauth"
readme = false
repository = "https://github.com/librespot-org/librespot"
rust-version = "1.85"
version = "0.8.0"