[package] name = "ruly" version = "4.1.1" authors = ["darshimo "] edition = "2018" categories = ["parsing"] keywords = ["parsing", "cfg"] description = "parser generator from context free grammar" license = "MIT OR Apache-2.0" repository = "https://github.com/darshimo/ruly" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.4.3" pmacro_ruly = { path = "pmacro_ruly", version = "2.2.0"}