# 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 = "bandsnatch" version = "0.3.3" authors = ["Ashlynne Mitchell "] description = "A CLI batch downloader for your Bandcamp collection" homepage = "https://github.com/Ovyerus/bandsnatch" readme = "README.md" keywords = [ "cli", "bandcamp", "music", "downloader", "bcdl", ] categories = [ "command-line-utilities", "multimedia::audio", ] license = "MIT" repository = "https://github.com/Ovyerus/bandsnatch" [profile.release] strip = true [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = [ "derive", "env", "unicode", ] [dependencies.cookie_store] version = "0.21" [dependencies.crossbeam-utils] version = "0.8" [dependencies.env_logger] version = "0.11" [dependencies.governor] version = "0.6" [dependencies.http] version = "1.1" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.nonzero_ext] version = "0.3.0" [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.pollster] version = "0.3.0" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" features = [ "blocking", "charset", "cookies", "json", "http2", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-aux] version = "4" [dependencies.serde_json] version = "1" [dependencies.shellexpand] version = "3.1" [dependencies.simple-error] version = "0.3" [dependencies.soup] version = "0.5" [dependencies.url] version = "2.4" [dependencies.zip] version = "2.1"