# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lastfm" version = "0.10.0" authors = ["Luciano Mammino"] description = "An async client to fetch your Last.fm listening history or the track you are currently playing" documentation = "https://docs.rs/lastfm" readme = "README.md" keywords = [ "lastfm", "web", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/lmammino/lastfm" [dependencies.async-stream] version = "0.3.5" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default_features = false [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.92" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.11" [dependencies.tracing] version = "0.1.37" [dependencies.typed-builder] version = "0.16.0" [dependencies.url] version = "2.3.1" [dev-dependencies.futures-util] version = "0.3.26" [dev-dependencies.insta] version = "1.26.0"