if-watch 0.1.2

crossplatform asynchronous network watcher
Documentation
[dependencies.futures-lite]
version = "1.11.2"

[dependencies.ipnet]
version = "2.3.0"

[dependencies.libc]
version = "0.2.66"

[package]
authors = ["David Craven <david@craven.ch>", "Parity Technologies Limited <admin@parity.io>"]
description = "crossplatform asynchronous network watcher"
edition = "2018"
keywords = ["asynchronous", "routing"]
license = "MIT OR Apache-2.0"
name = "if-watch"
repository = "https://github.com/dvc94ch/if-watch"
version = "0.1.2"
[target."cfg(unix)".dependencies.async-io]
version = "1.2.0"
[target."cfg(windows)".dependencies.futures]
default-features = false
version = "0.3.8"

[target."cfg(windows)".dependencies.if-addrs]
version = "0.6.5"

[target."cfg(windows)".dependencies.winapi]
features = ["netioapi", "ntdef", "winerror", "ws2def"]
version = "0.3.8"