# 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" name = "rustyping" version = "2.3.1" authors = ["i@k4yt3x.com"] description = "A prettier lightweight colored ping utility written in Rust" homepage = "https://github.com/k4yt3x/rustyping" readme = "README.md" keywords = [ "networking", "ping", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/k4yt3x/rustyping" [profile.release] strip = "symbols" [[bin]] name = "rp" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.ctrlc] version = "3.2" features = ["termination"] [dependencies.hsl] version = "0.1" [dependencies.nix] version = "0.25" [dependencies.pnet] version = "0.31" [dependencies.pnet_transport] version = "0.31" [dependencies.rand] version = "0.8" [dependencies.slog] version = "2.7" [dependencies.slog-term] version = "2.9" [features] unrestricted = []