lastfm-rs 0.3.1

A friendly interface for interacting with the Last.fm API.
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0.48"

[dependencies.tokio]
version = "0.2.23"

[dependencies.url]
version = "2.1.1"

[lib]
name = "lastfm_rs"
path = "src/lib.rs"

[package]
authors = ["Kamran Mackey <kamranm1200@gmail.com>"]
categories = ["api-bindings"]
description = "A friendly interface for interacting with the Last.fm API."
edition = "2018"
keywords = ["lastfm", "web", "api"]
license = "MIT"
name = "lastfm-rs"
readme = "README.md"
repository = "https://github.com/KamranMackey/lastfm-rs"
version = "0.3.1"