[package] name = "rust-simple-ping" version = "0.0.2" edition = "2021" authors = ["Dario Caruso"] description = "simple crate to async ping a server" license = "Apache-2.0" documentation = "https://docs.rs/rust-simple-ping" repository = "https://github.com/dottgonzo/rust-simple-ping" [dependencies] surge-ping = { version = "0.8.1", default-features = false} [dev-dependencies] tokio = { version = "1.33.0", features = ["macros"] }