[[bin]]
bench = false
name = "rust-peg"
path = "bin.rs"
test = false
[dependencies.peg-runtime]
version = "= 0.8.3"
[dependencies.proc-macro2]
version = "1.0.24"
[dependencies.quote]
version = "1.0"
[features]
trace = []
[lib]
name = "peg_macros"
path = "lib.rs"
proc-macro = true
[package]
authors = ["Kevin Mehall <km@kevinmehall.net>"]
description = "Procedural macros for rust-peg. To use rust-peg, see the `peg` crate."
edition = "2018"
license = "MIT"
name = "peg-macros"
repository = "https://github.com/kevinmehall/rust-peg"
version = "0.8.4"