[package] name = "wireguard-embeddable" version = "0.1.3" edition = "2021" 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." license = "LGPL-2.1-or-later" repository = "https://github.com/AENAC/wg-rust" homepage = "https://github.com/AENAC/wg-rust" [lib] name = "wg" path = "src/lib/wg_rust.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] cc = "1.0" bindgen = "0.59.0" [dependencies]