1[package]2name = "jrsonnet-peg-parser"3description = "Legacy peg-based parser for jrsonnet"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[dependencies]11jrsonnet-gcmodule.workspace = true12jrsonnet-ir.workspace = true13peg.workspace = true1415[lints]16workspace = true1718[dev-dependencies]19insta.workspace = true2021[features]22default = []23exp-destruct = ["jrsonnet-ir/exp-destruct"]24exp-null-coaelse = ["jrsonnet-ir/exp-null-coaelse"]