Skip to content

Commit

Permalink
chore: synced pact-plugins docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Jul 10, 2023
1 parent 51d300b commit 3af565f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ https://github.com/pact-foundation/pact-plugins/tree/main/drivers
* [ ] Provide a messaging bus to facilitate communication between the language implementation and the plugins.
* [X] Manage the plugin lifecycles.

## Crate features

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.

## Building the Rust driver

The Rust driver is built with Cargo. The build can be run with `cargo build`, but there is a test `DriverPactTest`
Expand Down

0 comments on commit 3af565f

Please sign in to comment.