# 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" rust-version = "1.64" name = "massping" version = "0.3.5" description = "ICMP ping library for sending batches of ICMP echo request packets and measuring the roundtrip time" readme = "README.md" keywords = [ "icmp", "ping", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/M4SS-Code/massping" [package.metadata.docs.rs] all-features = true features = ["tokio/time"] [dependencies.futures-core] version = "0.3" optional = true [dependencies.getrandom] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.pnet_packet] version = "0.33" [dependencies.socket2] version = "0.5.1" features = ["all"] [dependencies.tokio] version = "1.15" features = [ "net", "sync", "rt", ] [dev-dependencies.futures-util] version = "0.3" default-features = false [dev-dependencies.tokio] version = "1.14" features = [ "macros", "time", ] [features] default = [ "strong", "stream", ] stream = ["dep:futures-core"] strong = []