local-ip-address 0.4.4

Retrieve system's local IP address and Network Interfaces/Adapters on Linux, macOS and Windows.
Documentation
[package]
name = "local-ip-address"
description = "Retrieve system's local IP address and Network Interfaces/Adapters on Linux, macOS and Windows."
repository = "https://github.com/EstebanBorai/local-ip-address"
categories = ["web-programming", "network-programming"]
homepage = "https://github.com/EstebanBorai/local-ip-address"
keywords = ["local", "ip", "address", "web", "network"]
license = "MIT OR Apache-2.0"
version = "0.4.4"
authors = ["Esteban Borai <estebanborai@gmail.com>"]
edition = "2018"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2"
thiserror = "1"

[target.'cfg(target_os = "linux")'.dependencies]
neli = "0.5"

[target.'cfg(target_os = "windows")'.dependencies]
windows = "0.18.0"
memalloc = "0.1"

[target.'cfg(target_os = "windows")'.build-dependencies]
windows = "0.18.0"