[package] name = "pom-contract" version = "0.1.0" edition = "2024" description = "Test-only helper for asserting that a service's /api/health response still matches PoM's json_fields expectations from pom-hetzner.toml." [dependencies] serde_json = "1" toml = "0.8"