[build-dependencies.bindgen]
version = "0.59.0"
[build-dependencies.cc]
version = "1.0"
[dependencies]
[lib]
name = "wg"
path = "src/lib/wg_rust.rs"
[package]
description = "An embeddable wireguard library that wraps the C implementation by Jason Donfeld. Allows interacting with the kernel-land wireguard native implementation from Rust to create, modify, delete, or view wireguard interfaces or statistics. The intended 1.0, stable, and safe release is Q1 2022."
edition = "2021"
homepage = "https://github.com/AENAC/wg-rust"
license = "LGPL-2.1-or-later"
name = "wireguard-embeddable"
repository = "https://github.com/AENAC/wg-rust"
resolver = "2"
version = "0.1.3"