rusty_lr 4.4.0

A Bison-inspired parser generator and compiler frontend framework for Rust, with IELR(1), LALR(1), GLR, and LSP support.
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 = "2024"
rust-version = "1.85"
name = "rusty_lr"
version = "4.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bison-inspired parser generator and compiler frontend framework for Rust, with IELR(1), LALR(1), GLR, and LSP support."
readme = "README.md"
keywords = [
    "parser",
    "bison",
    "lr",
    "glr",
    "compiler",
]
categories = [
    "parsing",
    "compilers",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ehwan/RustyLR"

[features]
build = ["dep:rusty_lr_buildscript"]
default = ["derive"]
derive = ["dep:rusty_lr_derive"]
tree = ["rusty_lr_core/tree"]

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

[dependencies.rusty_lr_buildscript]
version = "0.69.0"
optional = true

[dependencies.rusty_lr_core]
version = "4.4.0"

[dependencies.rusty_lr_derive]
version = "2.50.0"
optional = true