[package] name = "librespot-oauth" version = "0.6.0-dev" rust-version.workspace = true authors = ["Nick Steel "] description = "OAuth authorization code flow with PKCE for obtaining a Spotify access token" license = "MIT" repository = "https://github.com/librespot-org/librespot" edition = "2021" [dependencies] log = "0.4" oauth2 = { version = "5.0", features = ["reqwest", "reqwest-blocking"] } reqwest = { version = "0.12", features = ["blocking"] } open = "5.3" thiserror = "2" url = "2.5" [dev-dependencies] env_logger = { version = "0.11", default-features = false, features = [ "color", "humantime", "auto-color", ] } tokio = { version = "1", features = ["rt-multi-thread", "macros"] }