dw-parser 1.9.0

DataWeave Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (c) 2026, Salesforce, Inc.,
# All rights reserved.
# For full license text, see the LICENSE.txt file
[package]
name = "dw-parser"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file.workspace = true
publish = true
authors = ["Mariano de Achaval  <mdeachaval@salesforce.com>"]
keywords = ["pel", "data-weave"]
description = "DataWeave Parser"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
peg = "0.8.1"