# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pest-test-gen" version = "0.1.7" authors = ["John Didion "] description = "Macro for generating tests from pest-test test cases" keywords = [ "parsing", "pest", "macro", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/jdidion/pest-test" [lib] proc-macro = true [dependencies.pest-test] version = "0.1.5" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.51" [dependencies.quote] version = "1.0.23" [dependencies.syn] version = "1.0.107" features = ["full"] [dependencies.walkdir] version = "2.3.2" [dev-dependencies.indoc] version = "2.0.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.pest] version = "2.5.2" [dev-dependencies.pest_derive] version = "2.5.2"