This library provides the core models for dealing with Pact files. It supports the V3 pact specification and V4 pact specification.
The Pact
struct has methods to read and write pact JSON files. It supports all the specification
versions up to V4, but will convert a V1, V1.1 and V2 spec file to a V3 format.
All features are enabled by default
datetime
: Enables support of date and time expressions and generators. This will add thechronos
crate as a dependency.xml
: Enables support for parsing XML documents. This feature will add thesxd-document
crate as a dependency.