# 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 = "wireguard-nt" version = "0.5.0" authors = [ "null.black Inc. ", "Troy Neubauer ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe idiomatic bindings to the Wireguard NT C library" documentation = "https://docs.rs/wireguard-nt/" readme = "README.md" keywords = [ "wireguard", "vpn", "windows", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/nulldotblack/wireguard-nt" [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", ] [lib] name = "wireguard_nt" path = "src/lib.rs" [[example]] name = "demo_server" path = "examples/demo_server.rs" [dependencies.bitflags] version = "2" [dependencies.getrandom] version = "0.2" [dependencies.ipnet] version = "2.3" [dependencies.libloading] version = "0.8" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.widestring] version = "0.4" [dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", ] [dev-dependencies.base64] version = "0.13" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.ipnet] version = "2.3" [dev-dependencies.x25519-dalek] version = "2" features = [ "static_secrets", "getrandom", ] default-features = false