[package] name = "third-pact" version = "0.1.2" edition = "2018" description = "Macro library for generating basic endpoints for models" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0.9" syn = {version = "1.0.76", features = ["full", "printing"]} proc-macro2 = "1.0.29"