pact_verifier 1.3.4

Pact-Rust support library that implements provider verification functions
Documentation
{
  "consumer": { "name": "thing" },
  "provider": { "name": "other-thing" },
  "interactions": [{
    "description": "a request to the other thing",
    "request": {
      "method": "post",
      "path": "/endpoint",
      "body": {
        "this": "field"
      }
    },
    "response": {
      "status": 200
    }
  }],
  "metadata": {
    "pactSpecification": {
      "version": "2.0.0"
    }
  }
}