mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-24 18:52:16 +00:00
18 lines
406 B
TOML
18 lines
406 B
TOML
[package]
|
|
name = "lalrpop-util"
|
|
description = "Runtime library for parsers generated by LALRPOP"
|
|
repository = "https://github.com/lalrpop/lalrpop"
|
|
license = "Apache-2.0/MIT"
|
|
version = "0.19.1" # LALRPOP
|
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
regex = { version = "1", optional = true }
|
|
|
|
[features]
|
|
lexer = ["regex"]
|
|
|
|
[package.metadata.docs.rs]
|
|
features = ["lexer"]
|