rprobe 0.1.0

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

[dependencies.threadpool]
version = "1.8.1"

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

[package]
authors = ["Volker Schwaberow <volker@schwaberow.de>"]
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/Apache-2.0"
name = "rprobe"
readme = "README.md"
repository = "https://github.com/vschwaberow/rprobe.git"
resolver = "2"
version = "0.1.0"