Cargo Features

Pact has no features set by default.

[dependencies]
pact = { version = "0.2.0", features = ["toml", "std"] }
toml

Enable TOML parsing.

Enables toml_edit ^0.14.4

toml parsing

std

Enable integration with the std::io::Read/Write traits, only available on hosts with std.