1[package]2name = "jrsonnet-ir-parser"3description = "Jrsonnet hand-rolled parser which parses source directly into IR"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[features]11exp-null-coaelse = ["jrsonnet-ir/exp-null-coaelse"]12exp-destruct = ["jrsonnet-ir/exp-destruct"]1314[dependencies]15insta.workspace = true16jrsonnet-gcmodule.workspace = true17jrsonnet-ir.workspace = true18jrsonnet-lexer.workspace = true1920[lints]21workspace = true