[[bin]]
name = "compare-metadata"
path = "metadata_test/scripts/compare_metadata.rs"
[[bin]]
name = "download-tracks"
path = "metadata_test/scripts/download_tracks.rs"
[[bin]]
name = "generate-report"
path = "metadata_test/scripts/generate_report.rs"
[[bin]]
name = "qobuz-api-rust"
path = "src/main.rs"
[[bin]]
name = "run-extraction"
path = "metadata_test/scripts/run_extraction.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.lofty]
version = "0.22.4"
[dependencies.md5]
version = "0.8.0"
[dependencies.regex]
version = "1.12.2"
[dependencies.reqwest]
features = ["blocking", "json", "stream"]
version = "0.12.24"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["full"]
version = "1.48.0"
[dependencies.tokio-stream]
version = "0.1.17"
[dependencies.url]
version = "2.5.7"
[lib]
name = "qobuz_api_rust"
path = "src/lib.rs"
[package]
authors = ["loxoron218 <175253954+loxoron218@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "multimedia"]
description = "A Rust client library for the Qobuz music streaming API"
documentation = "https://docs.rs/qobuz-api-rust"
edition = "2024"
homepage = "https://github.com/loxoron218/qobuz-api-rust"
keywords = ["api", "client", "music", "qobuz", "streaming"]
license = "GPL-3.0-or-later"
name = "qobuz-api-rust"
readme = "README.md"
repository = "https://github.com/loxoron218/qobuz-api-rust"
version = "0.2.0"