rprobe 0.10.0

A simple tool to probe a remote host http or https connection
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rprobe"
version = "0.10.0"
authors = ["Volker Schwaberow <volker@schwaberow.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple tool to probe a remote host http or https connection"
homepage = "https://github.com/vschwaberow/rprobe.git"
readme = "README.md"
keywords = [
    "rust",
    "network",
    "security",
    "network",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/vschwaberow/rprobe.git"

[lib]
name = "rprobe"
path = "src/lib.rs"

[[bin]]
name = "rprobe"
path = "src/main.rs"

[[test]]
name = "e2e_tests"
path = "tests/e2e_tests.rs"

[[test]]
name = "http_integration_tests"
path = "tests/http_integration_tests.rs"

[dependencies.aho-corasick]
version = "1.1"

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "=2.0.1"
features = ["serde"]

[dependencies.bincode1]
version = "1.3"
package = "bincode"

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

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

[dependencies.colored]
version = "3.1.1"

[dependencies.dirs]
version = "7.0"

[dependencies.futures]
version = "0.3.34"

[dependencies.governor]
version = "0.10.4"

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

[dependencies.log]
version = "0.4.34"

[dependencies.lru]
version = "0.18"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.rand]
version = "0.10"

[dependencies.regex]
version = "1.13.1"

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

[dependencies.rustls]
version = "0.23"
features = ["ring"]

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.11.0"

[dependencies.simple_logger]
version = "5.2.0"

[dependencies.sled]
version = "0.34"
features = ["compression"]

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.26"
features = [
    "v4",
    "serde",
]

[dependencies.webpki-roots]
version = "1.0"

[dev-dependencies.assert_fs]
version = "1.1"

[dev-dependencies.mockito]
version = "1.7"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.rstest]
version = "0.27"

[dev-dependencies.serial_test]
version = "4.0"

[dev-dependencies.test-case]
version = "3.3"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.6"

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