# 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 = "async-ping" version = "0.2.1" authors = ["vkill "] description = "Async Ping" homepage = "https://github.com/bk-rs/icmp-rs" documentation = "https://docs.rs/async-ping" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/icmp-rs" [dependencies.icmp-client] version = "0.2" [dependencies.icmp-packet] version = "0.1" features = ["rand"] [dependencies.tokio] version = "1" features = [ "sync", "time", "rt", ] default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.icmp-client] version = "0.2" features = ["impl_tokio"] [dev-dependencies.os_info] version = "3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]