network-interface 1.1.4

Retrieve system's Network Interfaces on Linux, FreeBSD, macOS and Windows on a standarized manner
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.183"

[dependencies.thiserror]
version = "1.0"

[features]
serde = ["dep:serde"]

[package]
authors = ["Esteban Borai <estebanborai@gmail.com>"]
categories = ["web-programming", "network-programming"]
description = "Retrieve system's Network Interfaces on Linux, FreeBSD, macOS and Windows on a standarized manner"
edition = "2018"
homepage = "https://github.com/EstebanBorai/network-interface"
keywords = ["network", "interfaces", "ip", "web", "network"]
license = "MIT OR Apache-2.0"
name = "network-interface"
readme = "README.md"
repository = "https://github.com/EstebanBorai/network-interface"
version = "1.1.4"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.libc]
version = "0.2.101"
[target."cfg(any(target_os = \"ios\", target_os = \"macos\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\"))".dependencies.libc]
version = "0.2.101"
[target."cfg(any(target_os = \"macos\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\"))".build-dependencies.cc]
version = "1.0.73"
[target."cfg(target_os = \"windows\")".dependencies.libc]
version = "0.2.101"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["ws2def", "ws2ipdef", "netioapi", "iphlpapi", "iptypes", "ntdef", "winerror"]
version = "0.3"