1[package]2name = "jrsonnet-ir-parser"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[features]10exp-null-coaelse = ["jrsonnet-ir/exp-null-coaelse"]11exp-destruct = ["jrsonnet-ir/exp-destruct"]1213[dependencies]14insta.workspace = true15jrsonnet-gcmodule.workspace = true16jrsonnet-ir.workspace = true17jrsonnet-lexer = { version = "0.5.0-pre97", path = "../jrsonnet-lexer" }1819[lints]20workspace = truedifftreelog
source
crates/jrsonnet-ir-parser/Cargo.toml476 Bsourcehistory