git.delta.rocks / jrsonnet / refs/commits / b44186aaaf3a

difftreelog

source

crates/jrsonnet-ir-parser/Cargo.toml596 Bsourcehistory
1[package]2name = "jrsonnet-ir-parser"3description = "Hand-rolled recursive-descent parser that produces jrsonnet IR directly"4keywords = ["jsonnet", "parser"]5categories = ["parser-implementations"]6authors.workspace = true7edition.workspace = true8license.workspace = true9repository.workspace = true10version.workspace = true1112[features]13exp-null-coaelse = ["jrsonnet-ir/exp-null-coaelse"]14exp-destruct = ["jrsonnet-ir/exp-destruct"]1516[dependencies]17insta.workspace = true18jrsonnet-gcmodule.workspace = true19jrsonnet-ir.workspace = true20jrsonnet-lexer.workspace = true2122[lints]23workspace = true