[package] name = "ruly2" version = "0.1.8" authors = ["Takumi Shimoda "] edition = "2021" categories = ["parsing"] keywords = ["parsing", "cfg"] description = "parser generator from context free grammar" license = "MIT" repository = "https://github.com/darshimo/ruly2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] once_cell = "1.16.0" regex = "1.7.0" lr_parser = { path = "lr_parser", version = "0.1.2" } paste = "1.0.11"