85 releases (12 stable)
1.2.4 | Aug 13, 2024 |
---|---|
1.2.3 | Jul 17, 2024 |
1.2.2 | Jun 14, 2024 |
1.1.0 | Feb 20, 2024 |
0.2.0 | Oct 9, 2016 |
#133 in Testing
1,919 downloads per month
Used in 4 crates
2MB
40K
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
~21–57MB
~1M SLoC