[dependencies.anyhow]
version = "1.0.75"
[dependencies.chrono]
default-features = false
version = "0.4.31"
[dependencies.clap]
default-features = false
features = ["derive", "error-context", "help", "std", "suggestions", "usage"]
version = "4.4.3"
[dependencies.console]
version = "0.15.7"
[dependencies.curl]
version = "0.4.44"
[dependencies.gjson]
version = "0.8.1"
[dependencies.html-escape]
version = "0.2.13"
[dependencies.id3]
version = "1.7.0"
[dependencies.indicatif]
version = "0.17.6"
[dependencies.rayon]
version = "1.7.0"
[dependencies.scraper]
default-features = false
version = "0.17.1"
[dependencies.strfmt]
version = "0.2.4"
[dependencies.term-table]
version = "1.3.2"
[dependencies.url]
version = "2.4.1"
[lib]
path = "src/lib/mod.rs"
[package]
authors = ["pjmp"]
categories = ["command-line-utilities"]
description = """
Tool to download free music from Bandcamp.
Automatically organize files to folder, ID3 tags (including album art)."""
documentation = "https://docs.rs/sunny"
edition = "2021"
homepage = "https://docs.rs/crate/sunny"
keywords = ["bandcamp", "bandcamp-downloader", "bandcamp-dl", "sunny"]
license = "MIT OR Apache-2.0"
name = "sunny"
readme = "README.md"
repository = "https://github.com/pjmp/sunny"
version = "1.1.0"
[profile.release]
codegen-units = 1
lto = "fat"
strip = true