# 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 = "2018" name = "surge-ping" version = "0.8.1" authors = ["kolapapa "] description = "Asynchronous ICMP ping library" homepage = "https://github.com/kolapapa/surge-ping" readme = "README.md" keywords = [ "tokio", "icmp", "ping", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/kolapapa/surge-ping" [[example]] name = "simple" [[example]] name = "cmd" [[example]] name = "multi_ping" [dependencies.hex] version = "0.4.3" [dependencies.parking_lot] version = "0.12.1" [dependencies.pnet_packet] version = "0.34" [dependencies.rand] version = "0.8.5" [dependencies.socket2] version = "0.5.6" features = ["all"] [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36" features = [ "time", "sync", "net", "rt", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.structopt] version = "0.3.26" [dev-dependencies.tokio] version = "1" features = ["full"]