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 = []15experimental = ["exp-destruct", "exp-null-coaelse", "exp-object-iteration"]16exp-destruct = []17exp-null-coaelse = []18exp-object-iteration = []1920[dependencies]21jrsonnet-interner.workspace = true22jrsonnet-gcmodule.workspace = true2324static_assertions.workspace = true2526peg.workspace = true27thiserror.workspace = true28url.workspace = true2930[dev-dependencies]31insta.workspace = true