[package] name = "kei-net-ipsec" version = "0.1.0" edition.workspace = true rust-version.workspace = true description = "Wave 9 — IPsec NetworkMode impl for kei-runtime-core via strongSwan / swanctl shell-out. Public-IP path; sibling of kei-net-tailscale (private-only) and kei-net-wireguard (private-only)." license.workspace = true authors.workspace = true [lib] name = "kei_net_ipsec" path = "src/lib.rs" [dependencies] async-trait = { workspace = true } thiserror = { workspace = true } serde = { workspace = true } tokio = { workspace = true } anyhow = { workspace = true } kei-runtime-core = { path = "../kei-runtime-core" } [dev-dependencies] tokio = { workspace = true }