# 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 = "adult-dl" version = "0.0.2" authors = ["ksk001100 "] description = "Fast adult video downloader" readme = "README.md" keywords = ["downloader", "parallel"] license-file = "LICENSE" repository = "https://github.com/ksk001100/adult-dl" [dependencies.async-trait] version = "0.1.37" [dependencies.bytesize] version = "1.0.1" [dependencies.futures] version = "0.3.5" [dependencies.num_cpus] version = "1.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.10" features = ["blocking", "stream"] [dependencies.seahorse] version = "1.1" [dependencies.tokio] version = "0.2" features = ["full"]