# 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 = "ping-fox" version = "0.1.0" description = "A ping (ICMP) library - simple to use and no root or setuid required." homepage = "https://github.com/rng-dynamics/ping-fox" readme = "README.md" keywords = [ "ping", "icmp", ] categories = ["network-programming"] license = "BSD-3-Clause" repository = "https://github.com/rng-dynamics/ping-fox" [dependencies.pnet_packet] version = "0.31" [dependencies.rand] version = "0.8" [dependencies.socket2] version = "0.4" features = ["all"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.argh] version = "0.1" [dev-dependencies.more-asserts] version = "0.3" [build-dependencies.bindgen] version = "0.63" [build-dependencies.cargo-emit] version = "0.2" [build-dependencies.cc] version = "1.0"