# 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 = "2018" rust-version = "1.68.0" name = "peg" version = "0.8.4" authors = ["Kevin Mehall "] description = "A simple Parsing Expression Grammar (PEG) parser generator." readme = "README.md" keywords = [ "peg", "parser", "parsing", "grammar", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/kevinmehall/rust-peg" [[test]] name = "trybuild" path = "tests/trybuild.rs" harness = false [dependencies.peg-macros] version = "= 0.8.4" [dependencies.peg-runtime] version = "= 0.8.3" [dev-dependencies.trybuild] version = "1.0.80" [dev-dependencies.version_check] version = "0.9" [features] default = ["std"] std = ["peg-runtime/std"] trace = ["peg-macros/trace"] unstable = ["peg-runtime/unstable"]