# 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" rust-version = "1.75" name = "trippy-tui" version = "0.11.0" authors = ["FujiApple "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A network diagnostic tool" homepage = "https://github.com/fujiapple852/trippy" documentation = "https://github.com/fujiapple852/trippy" readme = "README.md" keywords = [ "cli", "tui", "traceroute", "ping", "icmp", ] categories = [ "command-line-utilities", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/fujiapple852/trippy" [lib] name = "trippy_tui" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.clap] version = "4.4.0" features = [ "cargo", "derive", "wrap_help", "usage", "unstable-styles", "color", "suggestions", "error-context", ] default-features = false [dependencies.clap_complete] version = "4.4.9" [dependencies.clap_mangen] version = "0.2.20" [dependencies.comfy-table] version = "7.1.0" default-features = false [dependencies.crossterm] version = "0.28.1" features = [ "events", "windows", ] default-features = false [dependencies.csv] version = "1.3.0" [dependencies.derive_more] version = "1.0.0" default-features = false [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.etcetera] version = "0.8.0" [dependencies.humantime] version = "2.1.0" [dependencies.itertools] version = "0.13.0" [dependencies.maxminddb] version = "0.24.0" [dependencies.petgraph] version = "0.6.5" [dependencies.ratatui] version = "0.28.0" [dependencies.serde] version = "1.0.201" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.117" default-features = false [dependencies.serde_with] version = "3.9.0" [dependencies.strum] version = "0.26.3" features = [ "std", "derive", ] default-features = false [dependencies.thiserror] version = "1.0.60" [dependencies.toml] version = "0.8.19" features = ["parse"] default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.tracing-chrome] version = "0.7.2" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "json", ] default-features = false [dependencies.trippy-core] version = "0.11.0" [dependencies.trippy-dns] version = "0.11.0" [dependencies.trippy-privilege] version = "0.11.0" [dev-dependencies.insta] version = "1.39.0" features = ["serde"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde_yaml] version = "=0.9.33" [dev-dependencies.test-case] version = "3.3.1" [lints.clippy] bool_assert_comparison = "allow" cast_possible_truncation = "allow" cast_precision_loss = "allow" missing_errors_doc = "allow" module_name_repetitions = "allow" option_if_let_else = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "deny" [lints.rust.rust_2018_idioms] level = "warn" priority = -1