# 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 = "2018" name = "if-addrs2" version = "0.10.2" authors = [ "MaidSafe Developers ", "Messense Lv ", "ifNil ", ] description = "Return interface IP addresses on Posix and windows systems" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/if-nil/if-addrs2" [features] link-local = [] [target."cfg(not(target_os = \"windows\"))".dependencies.libc] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.widestring] version = "1.0.2" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.45.0" features = [ "Win32_Foundation", "Win32_System_Memory", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", ]