isitup 2021.5.21

CLI utility to check if a domain is up or down
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "isitup"
version = "2021.5.21"
authors = ["aruncveli <aruncveli@gmail.com>"]
edition = "2018"
license = "MIT"
description = "CLI utility to check if a domain is up or down"
repository = "https://github.com/aruncveli/isitup"
keywords = ["cli", "web"]
categories = ["command-line-utilities"]

[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.4.0"
structopt = "0.3"
dyn-fmt = "0.3.0"