[package]
edition = "2024"
name = "wireplane"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automated control plane to simplify secure connection management."
homepage = "https://github.com/meotrino/wireplane"
readme = "README.md"
keywords = [
"networking",
"control-plane",
"wireguard",
"vpn",
"linux",
]
categories = [
"network-programming",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/meotrino/wireplane"
[lib]
name = "wireplane"
path = "src/lib.rs"
[dependencies]