[dependencies.codespan-reporting]
version = "0.11"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.86"
[dependencies.quote]
version = "1.0"
[dependencies.rusty_lr_core]
features = ["fxhash", "builder"]
version = "2.3"
[dependencies.rusty_lr_parser]
version = "3.7"
[lib]
name = "rusty_lr_buildscript"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing"]
description = "buildscipt tools for rusty_lr"
edition = "2021"
keywords = ["parser", "yacc", "context-free-grammar", "lr", "compiler"]
license = "MIT"
name = "rusty_lr_buildscript"
readme = "README.md"
repository = "https://github.com/ehwan/RustyLR"
resolver = "1"
version = "0.4.0"