rprobe 0.5.4

A simple tool to probe a remote host http or https connection
[dependencies.atty]
version = "0.2.14"

[dependencies.chrono]
version = "0.4.22"

[dependencies.indicatif]
version = "0.17.1"

[dependencies.reqwest]
version = "0.11.11"

[dependencies.tokio]
features = ["full"]
version = "1.23.1"

[package]
authors = ["Volker Schwaberow <volker@schwaberow.de>"]
categories = ["command-line-utilities"]
description = "A simple tool to probe a remote host http or https connection"
edition = "2021"
homepage = "https://github.com/vschwaberow/rprobe.git"
keywords = ["rust", "network", "security", "network"]
license = "MIT"
name = "rprobe"
readme = "README.md"
repository = "https://github.com/vschwaberow/rprobe.git"
version = "0.5.4"
[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
strip = "symbols"