# 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 = "ruly2" version = "0.1.8" authors = ["Takumi Shimoda "] description = "parser generator from context free grammar" readme = "README.md" keywords = [ "parsing", "cfg", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/darshimo/ruly2" [dependencies.lr_parser] version = "0.1.2" [dependencies.once_cell] version = "1.16.0" [dependencies.paste] version = "1.0.11" [dependencies.regex] version = "1.7.0"