71 releases
0.15.1 | Mar 15, 2023 |
---|---|
0.14.0 | Feb 16, 2023 |
0.13.19 | Dec 19, 2022 |
0.13.16 | Nov 28, 2022 |
0.2.0 | Oct 9, 2016 |
#135 in Testing
1,810 downloads per month
Used in 4 crates
1.5MB
33K
SLoC
Pact Verifier library
This crate implements verification of a provider against a pact file. It implements the V3 Pact specification and V4 Pact specification.
lib.rs
:
The pact_verifier
crate provides the core logic to performing verification of providers.
It implements the V3 (https://github.com/pact-foundation/pact-specification/tree/version-3
)
and V4 Pact specification (https://github.com/pact-foundation/pact-specification/tree/version-4
).
Dependencies
~25–61MB
~1M SLoC