rprobe 0.8.0

A simple tool to probe a remote host http or https connection
[[bin]]
name = "rprobe"
path = "src/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.2.0"

[dependencies.colored]
version = "3.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.governor]
version = "0.7.0"

[dependencies.indicatif]
features = ["rayon"]
version = "0.17.8"

[dependencies.log]
version = "0.4.22"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.8"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.138"

[dependencies.sha2]
version = "0.10.8"

[dependencies.simple_logger]
version = "5.0.0"

[dependencies.tempfile]
version = "3.10.1"

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

[package]
authors = ["Volker Schwaberow <volker@schwaberow.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.8.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
strip = "symbols"