# 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 = "2018" name = "gping" version = "1.18.0" authors = ["Tom Forbes "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Ping, but with a graph." readme = "readme.md" license = "MIT" repository = "https://github.com/orf/gping" [lib] name = "gping" path = "src/lib.rs" [[bin]] name = "gping" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.const_format] version = "0.2.32" [dependencies.crossterm] version = "0.28.1" [dependencies.dns-lookup] version = "2.0.0" [dependencies.itertools] version = "0.13.0" [dependencies.pinger] version = "^1.3.0" [dependencies.shadow-rs] version = "0.36.0" default-features = false [dependencies.tui] version = "0.29.0" features = ["crossterm"] default-features = false package = "ratatui" [build-dependencies.shadow-rs] version = "0.36.0" default-features = false