[package]
name = "rprobe"
version = "0.2.0"
edition = "2021"
license = "MIT/Apache-2.0"
authors = ["Volker Schwaberow <volker@schwaberow.de>"]
homepage = "https://github.com/vschwaberow/rprobe.git"
repository = "https://github.com/vschwaberow/rprobe.git"
description = "A simple tool to probe a remote host http or https connection"
keywords = ["rust", "network", "security", "network"]
[dependencies]
chrono = "0.4.22"
regex = "1.6.0"
reqwest = "0.11.11"
tokio = { version = "1.21.0", features = ["full"] }