rusty_lr 3.35.0

A Bison-like Parser generator & Compiler frontend framework for Rust generating IELR(1), LALR(1) parser tables, with deterministic LR and non-deterministic LR (GLR) parsing.
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 = "2021"
name = "rusty_lr"
version = "3.35.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bison-like Parser generator & Compiler frontend framework for Rust generating IELR(1), LALR(1) parser tables, with deterministic LR and non-deterministic LR (GLR) parsing."
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"
resolver = "1"

[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.62.0"
optional = true

[dependencies.rusty_lr_core]
version = "3.40.0"

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