[dependencies.rusty_lr_buildscript]
optional = true
version = "0.49.0"
[dependencies.rusty_lr_core]
version = "3.28.0"
[dependencies.rusty_lr_derive]
optional = true
version = "2.31.0"
[features]
build = ["dep:rusty_lr_buildscript"]
default = ["derive"]
derive = ["dep:rusty_lr_derive"]
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 = "parser generator that converts context-free grammars into IELR(1)/LALR(1) tables with deterministic LR and GLR parsing support"
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.23.0"