lrlex 0.14.2

Simple lexer 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 = "2024"
name = "lrlex"
version = "0.14.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple lexer generator"
readme = "README.md"
categories = ["parsing"]
license = "Apache-2.0/MIT"
repository = "https://github.com/softdevteam/grmtools"
resolver = "2"

[features]
_unsealed_unstable_traits = ["_unstable_api"]
_unstable_api = []

[lib]
name = "lrlex"
path = "src/lib/mod.rs"

[[bin]]
name = "lrlex"
path = "src/main.rs"
doc = false

[dependencies.bincode]
version = "2.0"

[dependencies.cfgrammar]
version = "0.14"

[dependencies.getopts]
version = "0.2"

[dependencies.glob]
version = "0.3"

[dependencies.lrpar]
version = "0.14"

[dependencies.num-traits]
version = "0.2"

[dependencies.prettyplease]
version = "0.2.31"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.3"

[dependencies.regex-syntax]
version = "0.8"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.syn]
version = "2.0"

[build-dependencies.vergen]
version = "8"
features = ["build"]
default-features = false