# 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 = "2018" name = "aspotify" version = "0.7.1" authors = ["KaiJewson "] description = "Deprecated in favour of rspotify" readme = "README.md" keywords = ["Spotify", "API", "Asynchronous"] categories = ["api-bindings", "asynchronous", "authentication", "web-programming", "web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/KaiJewson/aspotify" [[example]] name = "refresh_file" required-features = ["rand"] [dependencies.base64] version = "0.13.0" optional = true [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.futures-util] version = "0.3.8" [dependencies.isocountry] version = "0.3.2" [dependencies.isolanguage-1] version = "0.2.0" features = ["serde"] [dependencies.itertools] version = "0.10.0" [dependencies.rand] version = "0.8.1" optional = true [dependencies.reqwest] version = "0.11.0" features = ["json"] [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_json] version = "1.0.60" [dependencies.serde_millis] version = "0.1.1" [dependencies.tokio] version = "1.0.1" features = ["sync", "time"] [dependencies.url] version = "2.2.0" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.0.1" features = ["macros", "rt-multi-thread"] [features] default = ["base64", "rand"]