# 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 = "netwatcher" version = "0.1.0" authors = ["Thomas Karpiniec "] description = "List network interfaces and watch for changes efficiently" readme = "README.md" keywords = [ "interfaces", "ip", "adapter", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/thombles/netwatcher" [dependencies] [target."cfg(any(target_vendor = \"apple\", target_os = \"linux\", target_os = \"android\"))".dependencies.nix] version = "0.29.0" features = ["net"] [target."cfg(target_vendor = \"apple\")".dependencies.block2] version = "0.5.1" [target."cfg(target_vendor = \"apple\")".dependencies.objc2] version = "0.5.2" [target."cfg(windows)".dependencies.windows] version = "0.56.0" features = [ "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", ]