wgctrl 0.1.0

wgctrl is a crate that enables control over wireguard interfaces
Documentation
[package]
name = "wgctrl"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/wqld/wgctrl"
description = "wgctrl is a crate that enables control over wireguard interfaces"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
base64 = "0.22.0"
byteorder = "1.5"
ipnet = "2.9.0"
libc = "0.2"
rand = "0.8"
rsln = "0.1"
serde = { version = "1.0", features = ["derive"] }
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }