local-ip-address 0.4.1

Retrieve system's local IP address and Network Interfaces/Adapters on Linux, macOS and Windows.
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "1"

[package]
authors = ["Esteban Borai <estebanborai@gmail.com>"]
categories = ["web-programming", "network-programming"]
description = "Retrieve system's local IP address and Network Interfaces/Adapters on Linux, macOS and Windows."
edition = "2018"
homepage = "https://github.com/EstebanBorai/local-ip-address"
keywords = ["local", "ip", "address", "web", "network"]
license = "MIT OR Apache-2.0"
name = "local-ip-address"
readme = "README.md"
repository = "https://github.com/EstebanBorai/local-ip-address"
version = "0.4.1"
[target."cfg(target_os = \"linux\")".dependencies.neli]
version = "0.5"
[target."cfg(target_os = \"windows\")".build-dependencies.windows]
version = "0.11.0"
[target."cfg(target_os = \"windows\")".dependencies.memalloc]
version = "0.1"

[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.11.0"