You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
668 B

[package]
name = "spotty"
version = "0.1.0"
edition = "2021"
description = "A downloader for Spotify"
[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
color-eyre = "0.6.2"
dirs = "5.0.1"
futures = "0.3.30"
indicatif = "0.17.7"
itertools = "0.12.0"
librespot = { version = "0.4.2", default-features = false }
lofty = "0.18.0"
rayon = "1.8.1"
rspotify = { version = "0.12.0", default-features = false, features = ["client-reqwest", "reqwest-rustls-tls"] }
serde = { version = "1.0.195", features = ["derive"] }
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "fs"] }
toml = "0.8.8"
url = "2.5.0"
[profile.release]
lto = "thin"