lexigram 0.9.2

Lexer and LL(1) parser generator
# 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.1"
name = "lexigram"
version = "0.9.2"
authors = ["Redglyph"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lexer and LL(1) parser generator"
homepage = "https://github.com/blueglyph/lexigram"
documentation = "https://docs.rs/lexigram"
readme = "README.md"
keywords = [
    "parser-generator",
    "lexer-generator",
    "parser",
    "lexer",
    "grammar",
]
categories = [
    "compilers",
    "development-tools::build-utils",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/blueglyph/lexigram"

[[bin]]
name = "lexigram"
path = "src/main.rs"

[dependencies.lexi-gram]
version = "0.9.2"