Crates.io | pact-plugin-driver |
lib.rs | pact-plugin-driver |
version | 0.6.1 |
source | src |
created_at | 2021-08-23 05:32:24.636292 |
updated_at | 2024-04-23 00:38:15.394614 |
description | Pact support library that provides an interface for interacting with Pact plugins |
homepage | http://www.pact.io |
repository | https://github.com/pact-foundation/pact-plugins |
max_upload_size | |
id | 440990 |
size | 273,477 |
Pact support library that provides an interface for interacting with Pact plugins
All features are enabled by default
datetime
: Enables support of date and time expressions and generators. This will add the
chronos
crate as a dependency.xml
: Enables support for parsing XML documents. This feature will add the sxd-document
crate as a dependency.The Rust driver is built with Cargo. The build can be run with cargo build
, but there is a test DriverPactTest
that requires a Protobuf plugin to work. Either skip or disable that test, or install the prototype Protobuf plugin before
running the build.
The Protobuf compiler is required to be installed and available on the path.