# 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 = "ashdl" version = "0.2.5" authors = ["Ashrit Yarava "] description = "Another spotify playlist downloader." homepage = "https://github.com/Ashrit-Yarava/ashdl" readme = "README.md" keywords = [ "spotify", "music", "ashdl", "downloader", "playlist", ] categories = ["multimedia::audio"] license = "MIT" repository = "https://github.com/Ashrit-Yarava/ashdl" resolver = "2" [dependencies.async-std] version = "1.6" features = [ "attributes", "tokio1", ] [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.futures] version = "0.3.21" [dependencies.futures-util] version = "0.3.21" [dependencies.id3] version = "1.0.2" [dependencies.image] version = "0.24.1" [dependencies.rayon] version = "1.5" [dependencies.reqwest] version = "0.11.10" [dependencies.rspotify] version = "0.11.5" features = [ "client-reqwest", "reqwest-native-tls", ]