[package] name = "chiru" version = "0.7.0" edition = "2021" author = "邱维东 " about = "A parser generator similar to antlr4." license = "MIT" description = "A parser generator similar to antlr4." repository = "https://github.com/Qiu-Weidong/Chiru.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.2", features = ["derive"]} maplit = "1.0.2" once_cell = "1.18.0" regex = "1.7.1" serde = { version = "1.0.158", features = ["derive"] } serde_json = "1.0.94" tera = { version = "1", default-features = false }