# 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 = "rustlr" version = "0.6.3" authors = ["Chuck Liang"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bottom-Up Parser Generator with Advanced Options" readme = "README.md" keywords = [ "parser", "parsing", "parser-generator", "lr", "yacc", ] categories = [ "parsing", "compilers", ] license = "MIT" repository = "https://github.com/chuckcscccl/rustlr/" [package.metadata.docs.rs] all-features = true [lib] name = "rustlr" path = "src/lib.rs" [[bin]] name = "rustlr" path = "src/main.rs" [dependencies.bumpalo] version = "3" [dependencies.regex] version = "1" [features] default = ["generator"] generator = [] legacy-parser = []