multiprobe 0.2.0

Enterprise-grade multi-protocol network probing with Paris Traceroute, path analytics, MTU discovery, and TLS analysis
Documentation
[package]
name = "multiprobe"
version = "0.2.0"
edition = "2021"
authors = ["Biplab Das <bdas@paloaltonetworks.com>"]
description = "Enterprise-grade multi-protocol network probing with Paris Traceroute, path analytics, MTU discovery, and TLS analysis"
license = "MIT OR Apache-2.0"
repository = "https://github.com/biplabku/multiprobe"
keywords = ["network", "traceroute", "mtu", "jitter", "tls"]
categories = ["network-programming", "asynchronous"]
readme = "README.md"

[dependencies]
tokio = { version = "1", features = ["net", "time", "rt-multi-thread", "macros"] }
socket2 = { version = "0.5", features = ["all"] }
thiserror = "1"
tracing = "0.1"
futures = "0.3"

# For DNS resolution
hickory-resolver = "0.24"

# For low-level socket operations
libc = "0.2"

[dev-dependencies]
tokio-test = "0.4"
tracing-subscriber = "0.3"

[features]
default = ["async"]
async = []