[package] name = "pest-test-gen" description = "Macro for generating tests from pest-test test cases" authors = ["John Didion "] version = "0.1.7" keywords = ["parsing", "pest", "macro"] categories = ["parsing"] repository = "https://github.com/jdidion/pest-test" edition = "2021" license = "MIT" [lib] proc-macro = true [dependencies] pest-test = { version = "0.1.5", path = "../pest-test" } proc-macro2 = "1.0.51" syn = { version = "1.0.107", features = ["full"] } quote = "1.0.23" proc-macro-error = "1.0.4" walkdir = "2.3.2" [dev-dependencies] indoc = "2.0.0" lazy_static = "1.4.0" pest = "2.5.2" pest_derive = "2.5.2"