[package] name = "ashdl" version = "0.2.5" edition = "2021" # Authors And Information authors = ["Ashrit Yarava "] readme = "README.md" homepage = "https://github.com/Ashrit-Yarava/ashdl" repository = "https://github.com/Ashrit-Yarava/ashdl" description = "Another spotify playlist downloader." # License license = "MIT" # Keywords keywords = ["spotify", "music", "ashdl", "downloader", "playlist"] categories = ["multimedia::audio"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.6", features = ["derive"] } rspotify = { version = "0.11.5", features = [ "client-reqwest", "reqwest-native-tls", ] } futures = "0.3.21" futures-util = "0.3.21" rayon = "1.5" id3 = "1.0.2" reqwest = "0.11.10" image = "0.24.1" colored = "2.0.0" [dependencies.async-std] version = "1.6" features = ["attributes", "tokio1"]