# 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" name = "wintun" version = "0.5.0" authors = [ "null.black Inc. ", "Troy Neubauer ", ] description = "Safe idiomatic bindings to the WinTun C library" documentation = "https://docs.rs/wintun/" readme = "README.md" keywords = [ "wintun", "tap", "tun", "vpn", "wireguard", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/nulldotblack/wintun" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [dependencies.c2rust-bitfields] version = "0.18" [dependencies.libloading] version = "0.8" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.windows-sys] version = "0.52" features = [ "Win32_System_Diagnostics_Debug", "Win32_System_SystemServices", "Win32_Security_Cryptography", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", "Win32_System_Threading", "Win32_System_Com", "Win32_System_Rpc", "Win32_Security", "Win32_Foundation", "Win32_System_Ioctl", "Win32_System_IO", ] [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.packet] version = "0.1" [dev-dependencies.pcap-file] version = "2" [dev-dependencies.subprocess] version = "0.2" [features] panic_on_unsent_packets = []