# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rustfm-scraper" version = "0.2.23" authors = ["Nathaniel Ledford "] description = "Scrapes listening history from Last.fm and stores it in a file" readme = "README.md" keywords = ["lastfm", "last-fm", "api"] categories = ["api-bindings", "multimedia"] license = "MIT" repository = "https://github.com/nledford/rustfm-scraper" [dependencies.anyhow] version = "1.0.40" [dependencies.assert_cmd] version = "1.0.3" [dependencies.async-recursion] version = "0.3.2" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.2" features = ["unstable"] [dependencies.crossbeam] version = "0.8.0" [dependencies.csv] version = "1.1.6" [dependencies.dirs] version = "3.0.1" [dependencies.futures] version = "0.3.14" [dependencies.indicatif] version = "0.15.0" [dependencies.libmath] version = "0.2.1" [dependencies.num-format] version = "0.4.0" features = ["with-system-locale"] [dependencies.reqwest] version = "0.11.3" features = ["json"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tempfile] version = "3.2.0" [dependencies.tokio] version = "1.5.0" features = ["full"]