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