# 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 = "spotify-dl" version = "0.5.4" authors = ["Guillem Castro "] description = "A command-line utility to download songs and playlists from Spotify" homepage = "https://github.com/GuillemCastro/spotify-dl" readme = "README.md" license = "MIT" repository = "https://github.com/GuillemCastro/spotify-dl" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.audiotags] version = "0.5" [dependencies.dirs] version = "5.0" [dependencies.flacenc] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.lazy_static] version = "1.4" [dependencies.librespot] version = "0.4.2" default-features = false [dependencies.machine-uid] version = "0.5.1" [dependencies.mp3lame-encoder] version = "0.1.5" optional = true [dependencies.rayon] version = "1.10" [dependencies.regex] version = "1.7.1" [dependencies.rpassword] version = "7.0" [dependencies.structopt] version = "0.3" default-features = false [dependencies.tokio] version = "1" features = [ "full", "tracing", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "registry", ] [features] default = ["mp3"] mp3 = ["dep:mp3lame-encoder"]