# 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 = "get_adapters_addresses" version = "0.1.1" authors = ["4368726973 53746F6E6573 <43687269732053746F6E6573@protonmail.com>"] description = "A wrapper around win32 GetAdaptersAddresses(). Enumerate network interfaces, and associated IP addresses." homepage = "https://gitlab.com/cratesio/get_adapters_addresses" readme = "README.md" keywords = [ "win32", "windows", "network", "GetAdaptersAddresses", ] categories = ["os::windows-apis"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/cratesio/get_adapters_addresses" [dependencies.thiserror] version = "1.0.43" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_System_Memory", "Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", ]