rustemo 0.9.1

A LR/GLR parser generator
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"
rust-version = "1.82.0"
name = "rustemo"
version = "0.9.1"
authors = ["Igor R. Dejanović <igor.dejanovic@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A LR/GLR parser generator"
readme = "README.md"
keywords = [
    "parser",
    "generator",
    "LR",
    "grammar",
]
categories = ["parsing"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/igordejanovic/rustemo"

[features]
default = [
    "glr",
    "tty",
]
glr = ["dep:petgraph"]
tty = [
    "yansi/detect-tty",
    "yansi/detect-env",
]

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

[dependencies.codesnake]
version = "0.2.1"

[dependencies.fancy-regex]
version = "0.13.0"

[dependencies.once_cell]
version = "1"

[dependencies.petgraph]
version = "0.6"
optional = true

[dependencies.regex]
version = "1"
features = [
    "std",
    "unicode-perl",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.unicode-width]
version = "0.2.1"

[dependencies.yansi]
version = "1"
default-features = false