# 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 = "sunny" version = "1.1.0" authors = ["pjmp"] description = """ Tool to download free music from Bandcamp. Automatically organize files to folder, ID3 tags (including album art).""" homepage = "https://docs.rs/crate/sunny" documentation = "https://docs.rs/sunny" readme = "README.md" keywords = [ "bandcamp", "bandcamp-downloader", "bandcamp-dl", "sunny", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/pjmp/sunny" [profile.release] lto = "fat" codegen-units = 1 strip = true [lib] path = "src/lib/mod.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" default-features = false [dependencies.clap] version = "4.4.3" features = [ "derive", "error-context", "help", "std", "suggestions", "usage", ] default-features = false [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] version = "0.17.1" default-features = false [dependencies.strfmt] version = "0.2.4" [dependencies.term-table] version = "1.3.2" [dependencies.url] version = "2.4.1"