# 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 = "2018" name = "bcdl" version = "0.1.0" authors = ["Grant Handy "] description = "A command line bandcamp downloader" homepage = "https://github.com/grantshandy/bcdl" keywords = ["bandcamp", "music", "downloader", "free", "cli"] categories = ["Command line utilities"] license = "GPL-3.0" repository = "https://github.com/grantshandy/bcdl" [dependencies.anyhow] version = "1.0.44" [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.0" [dependencies.fstream] version = "0.1.2" [dependencies.futures-util] version = "0.3.17" [dependencies.id3] version = "0.6.5" [dependencies.linya] version = "0.2.1" [dependencies.reqwest] version = "0.11.4" features = ["stream"] [dependencies.scraper] version = "0.12.0" [dependencies.serde_json] version = "1.0.68" [dependencies.size-display] version = "0.1.4" [dependencies.tokio] version = "1" features = ["full"]