blob: 850192ab35af1eeeb3b0c3258d522468cc31bc1b [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "ipconfig"
version = "0.3.1"
authors = ["Liran Ringel <liranringel@gmail.com>"]
description = "Get network adapters information and network configuration for windows."
homepage = "https://github.com/liranringel/ipconfig"
documentation = "https://docs.rs/ipconfig/0.3.1/x86_64-pc-windows-msvc/ipconfig/"
readme = "README.md"
keywords = [
"ipconfig",
"network",
"adapter",
"interface",
"windows",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/liranringel/ipconfig"
[features]
computer = ["winreg"]
default = ["computer"]
[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.10.1"
optional = true
[badges.appveyor]
repository = "liranringel/ipconfig"