# 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" version = "0.1.6" authors = ["John Didion "] description = "Testing framework for pest parsers" readme = "README.md" keywords = [ "parsing", "pest", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/jdidion/pest-test" [dependencies.colored] version = "2.0.4" [dependencies.pest] version = "2.5.2" [dependencies.pest_derive] version = "2.5.2" [dependencies.snailquote] version = "0.3.1" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.indoc] version = "2.0.0"