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"]1112[dependencies]13insta.workspace = true14jrsonnet-gcmodule.workspace = true15jrsonnet-ir.workspace = true16jrsonnet-lexer = { version = "0.5.0-pre97", path = "../jrsonnet-lexer" }1718[lints]19workspace = truedifftreelog
source
crates/jrsonnet-ir-parser/Cargo.toml432 Bsourcehistory