1[package]2name = "jrsonnet-ir"3description = "Intermediate representation for the jsonnet language used by jrsonnet"4keywords = ["jsonnet", "ir", "ast"]5categories = ["compilers"]6readme = "README.adoc"7authors.workspace = true8edition.workspace = true9license.workspace = true10repository.workspace = true11version.workspace = true1213[features]14default = []15exp-destruct = []16exp-null-coaelse = []1718[dependencies]19jrsonnet-interner.workspace = true20jrsonnet-gcmodule.workspace = true2122static_assertions.workspace = true2324peg.workspace = true25thiserror.workspace = true26url.workspace = true2728[dev-dependencies]29insta.workspace = true