wireguard-control 2.0.0

High level bindings to the WireGuard embeddable C library
Documentation
# 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-control"
version = "2.0.0"
authors = [
    "K900 <me@0upti.me>",
    "Jake McGinty <me@jakebot.org>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High level bindings to the WireGuard embeddable C library"
homepage = "https://github.com/tonarino/innernet"
readme = "README.md"
keywords = [
    "innernet",
    "networking",
    "overlay",
    "vpn",
    "wireguard",
]
categories = ["os::unix-apis"]
license = "LGPL-2.1-or-later"
repository = "https://github.com/tonarino/innernet"

[lib]
name = "wireguard_control"
path = "src/lib.rs"

[[example]]
name = "enumerate"
path = "examples/enumerate.rs"

[dependencies.base64]
version = "0.13.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.x25519-dalek]
version = "2.0.1"
features = ["static_secrets"]

[target.'cfg(target_os = "linux")'.dependencies.netlink-packet-core]
version = "0.7"

[target.'cfg(target_os = "linux")'.dependencies.netlink-packet-generic]
version = "0.3.3"

[target.'cfg(target_os = "linux")'.dependencies.netlink-packet-route]
version = "0.21"

[target.'cfg(target_os = "linux")'.dependencies.netlink-packet-utils]
version = "0.5.2"

[target.'cfg(target_os = "linux")'.dependencies.netlink-packet-wireguard]
version = "=0.2.3"

[target.'cfg(target_os = "linux")'.dependencies.netlink-request]
version = "2.0.0"

[target.'cfg(target_os = "linux")'.dependencies.netlink-sys]
version = "0.8"

[target.'cfg(target_os = "openbsd")'.dependencies.nix]
version = "0.30.1"
features = ["net"]