# 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-embeddable" version = "0.1.3" 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." homepage = "https://github.com/AENAC/wg-rust" license = "LGPL-2.1-or-later" repository = "https://github.com/AENAC/wg-rust" resolver = "2" [lib] name = "wg" path = "src/lib/wg_rust.rs" [dependencies] [build-dependencies.bindgen] version = "0.59.0" [build-dependencies.cc] version = "1.0"