git.delta.rocks / jrsonnet / refs/commits / 3e1d3979f00f

difftreelog

source

crates/jrsonnet-ir/Cargo.toml683 Bsourcehistory
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"]16exp-destruct = []17exp-null-coaelse = []1819[dependencies]20jrsonnet-interner.workspace = true21jrsonnet-gcmodule.workspace = true2223static_assertions.workspace = true2425peg.workspace = true26thiserror.workspace = true27url.workspace = true2829[dev-dependencies]30insta.workspace = true