[package] name = "htesterp" version = "0.2.2" description = "HTTP/HTTPS endpoint checker" authors = ["Eloy Perez "] edition = "2018" license = "GPL-3.0" repository = "https://gitlab.com/Zer1t0/htesterp" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33" reqwest = "0.10" tokio = { version = "0.2", features = ["full"] } futures = "0.3" log = "0.4" stderrlog = "0.4" scraper = "0.11"