# 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-cli" version = "0.2.0" authors = ["vkill "] description = "Async Ping Cli" homepage = "https://github.com/bk-rs/icmp-rs" documentation = "https://docs.rs/async-ping-cli" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/icmp-rs" resolver = "1" [[bin]] name = "async_ping_ping" path = "src/bin/ping.rs" [dependencies.async-ping] version = "0.2" [dependencies.icmp-client] version = "0.2" features = ["impl_tokio"] [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] [dependencies.tracing-subscriber] version = "0.3"