[package]
categories = ["os", "network-programming"]
description = "Wintun wrapper, generated using bindgen"
edition = "2021"
keywords = ["network", "networking", "cross-platform", "tun"]
license = "MIT"
name = "wintun-sys"
repository = "https://github.com/GamePad64/tunio"
rust-version = "1.64"
version = "0.2.0"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]
[target."cfg(target_os = \"windows\")".build-dependencies.bindgen]
version = "0.61.0"
[target."cfg(target_os = \"windows\")".dependencies.libloading]
version = "0.7.3"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_NetworkManagement_Ndis"]
version = "0.42.0"