[package] name = "kei-net-ipsec" version = "0.1.0" edition = "2021" rust-version = "1.75" 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 = "Apache-2.0" authors = ["Denis Parfionovich "] [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 }