[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4.42"
[dependencies.csv]
version = "1.4.0"
[dependencies.dotenv]
version = "0.15.0"
[dependencies.futures]
version = "0.3.31"
[dependencies.parking_lot]
version = "0.12"
[dependencies.reqwest]
features = ["json"]
version = "0.12.24"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.48.0"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
features = ["serde"]
version = "2.5.7"
[dev-dependencies.tokio]
features = ["full", "test-util", "rt-multi-thread"]
version = "1.48.0"
[[example]]
name = "advanced_features"
path = "examples/advanced_features.rs"
[[example]]
name = "loved_tracks_demo"
path = "examples/loved_tracks_demo.rs"
[[example]]
name = "new_api_demo"
path = "examples/new_api_demo.rs"
[[example]]
name = "validate_env"
path = "examples/validate_env.rs"
[lib]
name = "lastfm_client"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "A modern, async Rust library for fetching and analyzing Last.fm user data"
edition = "2024"
keywords = ["lastfm", "api", "async", "music", "scrobble"]
license = "MIT"
name = "lastfm-client"
readme = "README.md"
repository = "https://github.com/tom_planche/lastfm-client"
version = "2.0.2"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"