# 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 = "getifaddrs" version = "0.1.5" authors = ["Matt Mastracci "] description = "A cross-platform library for retrieving network interface information" readme = "README.md" keywords = [ "network", "interface", "ifaddrs", "getifaddrs", "cross-platform", ] categories = [ "network-programming", "os::unix-apis", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mmastrac/getifaddrs" [lib] [dependencies.bitflags] version = "2.6.0" [target."cfg(unix)".dependencies.libc] version = "0.2.158" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", "Win32_Foundation", ]