6 description = "List network interfaces and watch for changes efficiently"
7 repository = "https://github.com/thombles/netwatcher"
9 authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com>"]
10 keywords = ["interfaces", "ip", "adapter"]
11 categories = ["network-programming"]
15 [target.'cfg(any(target_vendor = "apple", target_os = "linux", target_os = "android"))'.dependencies]
16 nix = { version = "0.29.0", features = ["net"] }
18 [target.'cfg(target_vendor = "apple")'.dependencies]
22 [target.'cfg(windows)'.dependencies.windows]
25 "Win32_NetworkManagement_IpHelper",
26 "Win32_NetworkManagement_Ndis",
27 "Win32_Networking_WinSock",