# 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] name = "fastping-rs" version = "0.2.4" authors = ["bparli "] description = " ICMP ping library for quickly sending and measuring batches of ICMP ECHO REQUEST packets." homepage = "https://github.com/bparli/fastping-rs" readme = "README.md" license = "MIT" repository = "https://github.com/bparli/fastping-rs" [[example]] name = "ping" [dependencies.log] version = "0.4" [dependencies.pnet] version = "0.34" [dependencies.pnet_macros_support] version = "0.34" [dependencies.rand] version = "0.8" [dev-dependencies.pretty_env_logger] version = "0.5"