# 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_lib" version = "0.3.21" description = "A rust library which allows you to download spotify songs if you have a premium account" readme = "README.md" keywords = [ "spotify", "spotifydownloader", ] license = "MIT" repository = "https://github.com/mari-rs/spotify-dl-lib" [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.futures-util] version = "0.3.30" [dependencies.id3] version = "1.13.1" [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.metaflac] version = "0.2.7" [dependencies.mp3lame-encoder] version = "0.1.5" optional = true [dependencies.rayon] version = "1.10" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.36.0" features = [ "full", "tracing", ] [dependencies.tokio-tungstenite] version = "0.16" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "registry", ] [dependencies.tungstenite] version = "0.17" [dependencies.url] version = "2.5.0" [features] default = ["mp3"] mp3 = ["dep:mp3lame-encoder"]