[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.3/x86_64-pc-windows-msvc/ipconfig/"
edition = "2018"
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.3.0"
[target."cfg(windows)".dependencies.socket2]
version = "^0.4.0"
[target."cfg(windows)".dependencies.widestring]
version = "^0.5"
[target."cfg(windows)".dependencies.winapi]
version = "^0.3.4"
[target."cfg(windows)".dependencies.winreg]
version = "^0.7.0"