Files
spotify-quickauth/Cargo.toml
2024-10-06 16:17:33 -05:00

40 lines
1.2 KiB
TOML

[package]
name = "spotify-quickauth"
version = "0.1.5"
edition = "2021"
description = "Quickly authenticate librespot-based applications with Spotify"
rust-version = "1.81"
authors = ["Ryan Walters <xevion@xevion.dev>"]
homepage = "https://github.com/Xevion/spotify-quickauth"
repository = "https://github.com/Xevion/spotify-quickauth"
license = "MIT OR Apache-2.0"
readme = "CARGO_README.md"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/spotify-quickauth-v{ version }-{ target }{ archive-suffix }"
pkg-format = "tgz"
[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWSPQt0a5mbpICWV2Ft8iKOPv1F5xvknUeoZo38sKGUxOKbJmHUZE6UC"
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-fmt = "zip"
[dependencies]
librespot-discovery = { version = "0.4.2" }
librespot-core = { version = "0.4.2" }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
futures = "0.3.30"
serde_json = "1.0.128"
sha1 = "0.10.6"
hex = "0.4.3"
log = "0.4.22"
hex-literal = "0.4.1"
home = "0.5.9"
env_logger = "0.11.5"