[[bin]]
name = "rustifydl"
path = "src/bin/cli.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.dirs]
version = "6.0.0"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.indicatif]
version = "0.18.0"
[dependencies.indicatif-log-bridge]
version = "0.2.3"
[dependencies.lofty]
version = "0.22.4"
[dependencies.log]
version = "0.4.27"
[dependencies.regex]
version = "1.11.1"
[dependencies.reqwest]
version = "0.12.22"
[dependencies.rustypipe]
version = "0.11.4"
[dependencies.rustypipe-downloader]
features = ["audiotag", "indicatif"]
version = "0.3.1"
[dependencies.serde]
version = "1.0.219"
[dependencies.spotify-rs]
version = "0.4.1"
[dependencies.tokio]
features = ["full"]
version = "1.47.1"
[dependencies.toml]
version = "0.9.5"
[lib]
name = "rustifydl"
path = "src/lib.rs"
[package]
authors = ["ThePangel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio", "command-line-utilities", "api-bindings"]
description = "A fast, no-fuss Spotify downloader built in Rust."
documentation = "https://docs.rs/rustifydl"
edition = "2024"
exclude = ["target/", ".git/", ".gitignore", "*.log"]
homepage = "https://github.com/ThePangel/RustifyDL"
keywords = ["spotify", "youtube", "music", "downloader", "mp3"]
license = "GPL-3.0"
name = "rustifydl"
readme = "README.md"
repository = "https://github.com/ThePangel/RustifyDL"
version = "0.1.11"