[package] name = "pact-derive" description = "Macros for deriving and generating Pacts." readme = "README.md" version.workspace = true edition.workspace = true homepage.workspace = true repository.workspace = true license.workspace = true authors.workspace = true [lib] proc-macro = true [dependencies] pact.workspace = true # macro utilities syn = { version = "1.0.99", features = ["derive", "parsing"] } quote = "1.0.21"