tracert 0.12.0

Cross-platform library for traceroute and ping
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 = "2024"
name = "tracert"
version = "0.12.0"
authors = ["shellrow <shellrow@foctal.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform library for traceroute and ping"
readme = "README.md"
keywords = ["network"]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/shellrow/tracert"

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

[[example]]
name = "icmp_ping"
path = "examples/icmp_ping.rs"

[[example]]
name = "icmp_trace"
path = "examples/icmp_trace.rs"

[[example]]
name = "parallel_trace"
path = "examples/parallel_trace.rs"

[[example]]
name = "tcp_ping"
path = "examples/tcp_ping.rs"

[[example]]
name = "udp_ping"
path = "examples/udp_ping.rs"

[[example]]
name = "udp_trace"
path = "examples/udp_trace.rs"

[dependencies.dns-lookup]
version = "2.1"

[dependencies.netdev]
version = "0.41"

[dependencies.nex-packet]
version = "0.25"

[dependencies.rand]
version = "0.8"

[dependencies.socket2]
version = "0.5"
features = ["all"]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
    "net",
    "sync",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "signal",
    "macros",
]