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