ttl 0.19.0

Modern traceroute/mtr-style TUI with hop stats and optional ASN/geo enrichment
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"
rust-version = "1.88"
name = "ttl"
version = "0.19.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modern traceroute/mtr-style TUI with hop stats and optional ASN/geo enrichment"
readme = "README.md"
keywords = [
    "traceroute",
    "mtr",
    "network",
    "tui",
    "diagnostics",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lance0/ttl"

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

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

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.crossterm]
version = "0.29"

[dependencies.csv]
version = "1.3"

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.hickory-resolver]
version = "0.25"

[dependencies.ipnetwork]
version = "0.21"

[dependencies.is-terminal]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.maxminddb]
version = "0.27"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pnet]
version = "0.35"

[dependencies.ratatui]
version = "0.30"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
]
default-features = false

[dependencies.scopeguard]
version = "1"

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

[dependencies.serde_json]
version = "1"

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

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.toml]
version = "0.9"

[dependencies.update-informer]
version = "1"
features = [
    "github",
    "ureq",
    "rustls-tls",
]
default-features = false

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

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

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.getifs]
version = "0.4"

[profile.release]
lto = true
codegen-units = 1
strip = true