reachable 0.2.2

Check if a Target (ICMP, TCP, custom) is reachable.
Documentation
[dependencies.dns-lookup]
version = "1.0.7"

[dependencies.futures]
optional = true
version = "0.3.17"

[dependencies.tokio]
features = ["rt-multi-thread", "sync", "time", "macros"]
optional = true
version = "1.12.0"
[dev-dependencies.mockall]
version = "0.10.2"

[features]
async = ["futures", "tokio"]
default = ["async"]

[package]
authors = ["Simon Brummer <simon.brummer@posteo.de>"]
categories = ["network-programming"]
description = "Check if a Target (ICMP, TCP, custom) is reachable."
edition = "2021"
keywords = ["network", "async"]
license = "MPL-2.0"
name = "reachable"
readme = "README.md"
repository = "https://github.com/brummer-simon/reachable.git"
resolver = "2"
version = "0.2.2"