[package] authors = ["Miika Launiainen "] categories = ["command-line-utilities", "command-line-interface"] description = "Get highest quality direct link to download PH videos, or download them automatically." documentation = "https://gitlab.com/miicat/ph-dl/-/wikis/home" edition = "2018" homepage = "https://miicat.eu" keywords = ["pornhub", "downloader", "url", "cli", "video"] license = "AGPL-3.0-only" name = "ph-dl" readme = "README.md" repository = "https://gitlab.com/miicat/ph-dl" version = "1.3.3" [dependencies] clap = "3.0.0-beta.2" indicatif = "0.15.0" regex = "1.4.2" reqwest = {version = "0.10.10", features = ["blocking"]} serde_json = "1.0.60" ureq = "1.5.4" # Dependency needded to build arm version #openssl = { version = "0.10", features = ["vendored"] }