peg 0.8.6

A simple Parsing Expression Grammar (PEG) parser generator.
Documentation
# 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"
rust-version = "1.82.0"
name = "peg"
version = "0.8.6"
authors = ["Kevin Mehall <km@kevinmehall.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = ["std"]
std = ["peg-runtime/std"]
trace = ["peg-macros/trace"]
unstable = ["peg-runtime/unstable"]

[lib]
name = "peg"
path = "src/lib.rs"

[[test]]
name = "run-pass"
path = "tests/run-pass.rs"

[[test]]
name = "trybuild"
path = "tests/trybuild.rs"
harness = false

[dependencies.peg-macros]
version = "= 0.8.6"

[dependencies.peg-runtime]
version = "= 0.8.6"

[dev-dependencies.trybuild]
version = "1.0.80"

[dev-dependencies.version_check]
version = "0.9"