# 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 = "local-ip-address" version = "0.6.3" authors = ["Esteban Borai "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Retrieve system's local IP address and Network Interfaces/Adapters on Linux, macOS and Windows." homepage = "https://github.com/EstebanBorai/local-ip-address" readme = "README.md" keywords = [ "local", "ip", "address", "web", "network", ] categories = [ "web-programming", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EstebanBorai/local-ip-address" [lib] name = "local_ip_address" path = "src/lib.rs" [[example]] name = "example" path = "examples/show_ip_and_ifs.rs" [dependencies.thiserror] version = "1" [target.'cfg(target_os = "linux")'.dependencies.neli] version = "0.6" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_Foundation", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", ]