# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cyberdrop-dl" version = "0.3.2" authors = ["wmw "] description = "Cyberdrop.me album downloader written in Rust" homepage = "https://github.com/wmw9/cyberdrop-dl" readme = "README.md" keywords = ["cyberdrop", "downloader", "scraper"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/wmw9/cyberdrop-dl" [dependencies.byte-unit] version = "4.0.12" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.15" [dependencies.indicatif] version = "0.16.2" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.scraper] version = "0.12.0" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread", "fs"] [dependencies.url] version = "2.2.2" [dev-dependencies.tokio-test] version = "0.4.2"