ipconfig 0.1.9

Get network adapters information and network configuration for windows.
Documentation
[badges.appveyor]
repository = "liranringel/ipconfig"

[package]
authors = ["Liran Ringel <liranringel@gmail.com>"]
description = "Get network adapters information and network configuration for windows."
documentation = "https://docs.rs/ipconfig/0.1.9/x86_64-pc-windows-msvc/ipconfig/"
homepage = "https://github.com/liranringel/ipconfig"
keywords = ["ipconfig", "network", "adapter", "interface", "windows"]
license = "MIT/Apache-2.0"
name = "ipconfig"
readme = "README.md"
repository = "https://github.com/liranringel/ipconfig"
version = "0.1.9"
[target."cfg(windows)".dependencies.error-chain]
version = "0.8"

[target."cfg(windows)".dependencies.socket2]
version = "^0.3.1"

[target."cfg(windows)".dependencies.widestring]
version = "^0.2.2"

[target."cfg(windows)".dependencies.winapi]
version = "^0.3.4"

[target."cfg(windows)".dependencies.winreg]
version = "^0.5.0"