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

difftreelog

source

crates/jrsonnet-ir-parser/Cargo.toml661 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]13default = []14experimental = ["exp-null-coaelse", "exp-destruct"]15exp-null-coaelse = ["jrsonnet-ir/exp-null-coaelse"]16exp-destruct = ["jrsonnet-ir/exp-destruct"]1718[dependencies]19insta.workspace = true20jrsonnet-gcmodule.workspace = true21jrsonnet-ir.workspace = true22jrsonnet-lexer.workspace = true2324[lints]25workspace = true