# 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 = "mping" version = "0.4.2" authors = ["smallnest@gmail.com"] autobenches = true description = "an easy to use ping library, supports single target and multiple targets, has high throughput." homepage = "https://crates.io/crates/mping" documentation = "https://docs.rs/mping/" readme = "README.md" keywords = [ "network", "ping", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/smallnest/mping-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.ipnetwork] version = "0.20.0" [dependencies.libc] version = "0.2.149" [dependencies.log] version = "0.4.20" [dependencies.pnet_packet] version = "0.34.0" [dependencies.rand] version = "0.8.5" [dependencies.rate_limit] version = "0.1.1" [dependencies.socket2] version = "0.5.4" features = ["all"] [dependencies.structopt] version = "0.3.26" [dependencies.ticker] version = "0.1.1"