[dependencies.thiserror]
version = "1.0"
[package]
authors = ["Esteban Borai <estebanborai@gmail.com>"]
categories = ["web-programming", "network-programming"]
description = "Retrieve system's Network Interfaces on Linux, 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 = "0.1.1-beta"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2.101"
[target."cfg(target_os = \"macos\")".dependencies.libc]
version = "0.2.101"
[target."cfg(target_os = \"windows\")".build-dependencies.windows]
version = "0.20.0"
[target."cfg(target_os = \"windows\")".dependencies.libc]
version = "0.2.101"
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.20.0"