rustfm-scraper 0.2.0

Scrapes listening history from Last.fm and stores it in a file
Documentation
[package]
name = "rustfm-scraper"
version = "0.2.0" #:version
authors = [ "Nathaniel Ledford <nate@nateledford.com>" ]
description = "Scrapes listening history from Last.fm and stores it in a file"
repository = "https://github.com/nledford/rustfm-scraper"
keywords = [ "lastfm", "last-fm", "api" ]
license = "MIT"
categories = [ "api-bindings", "multimedia" ]
readme = "README.md"
edition = "2018"

[dependencies]
anyhow = "1.0.34"
assert_cmd = "1.0.2"
async-recursion = "0.3.1"
chrono = { version = "0.4.19", features = [ "serde" ] }
clap = { version = "3.0.0-beta.2", features = [ "unstable" ] }
crossbeam = "0.8.0"
csv = "1.1.5"
dirs = "3.0.1"
futures = "0.3.8"
indicatif = "0.15.0"
libmath = "0.2.1"
num-format = { version = "0.4.0", features = [ "with-system-locale" ] }
reqwest = { version = "0.10.9", features = [ "json" ] }
serde = { version = "1.0.117", features = [ "derive" ] }
serde_json = "1.0.60"
tempfile = "3.1.0"
tokio = { version = "0.2", features = [ "full" ] }