# 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 = "ph-dl" version = "1.3.3" authors = ["Miika Launiainen "] description = "Get highest quality direct link to download PH videos, or download them automatically." homepage = "https://miicat.eu" documentation = "https://gitlab.com/miicat/ph-dl/-/wikis/home" readme = "README.md" keywords = ["pornhub", "downloader", "url", "cli", "video"] categories = ["command-line-utilities", "command-line-interface"] license = "AGPL-3.0-only" repository = "https://gitlab.com/miicat/ph-dl" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.indicatif] version = "0.15.0" [dependencies.regex] version = "1.4.2" [dependencies.reqwest] version = "0.10.10" features = ["blocking"] [dependencies.serde_json] version = "1.0.60" [dependencies.ureq] version = "1.5.4"