[dependencies.rusty_lr_buildscript]
optional = true
version = "0.36.0"
[dependencies.rusty_lr_core]
version = "3.15.0"
[dependencies.rusty_lr_derive]
optional = true
version = "2.18.0"
[features]
build = ["dep:rusty_lr_buildscript"]
default = ["derive"]
derive = ["dep:rusty_lr_derive"]
error = ["rusty_lr_core/error"]
fxhash = []
tree = ["rusty_lr_core/tree", "rusty_lr_derive/tree", "rusty_lr_buildscript/tree"]
[lib]
name = "rusty_lr"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "compilers", "parser-implementations"]
description = "GLR, LR(1) and LALR(1) parser generator with custom reduce action"
edition = "2021"
keywords = ["parser", "bison", "lr", "glr", "compiler"]
license = "MIT OR Apache-2.0"
name = "rusty_lr"
readme = "README.md"
repository = "https://github.com/ehwan/RustyLR"
resolver = "1"
version = "3.11.0"