cala-cel-parser 0.12.9

A parser for the Common Expression Language (CEL)
Documentation
[build-dependencies.lalrpop]
features = ["lexer"]
version = "0.22"

[dependencies.cached]
features = ["async"]
version = "0.55"

[dependencies.lalrpop-util]
features = ["lexer"]
version = "0.22"

[dependencies.tracing]
version = "0.1.41"

[features]
fail-on-warnings = []

[lib]
name = "cala_cel_parser"
path = "src/lib.rs"

[package]
authors = ["Justin Carter <justin@galoy.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["parsing", "compilers"]
description = "A parser for the Common Expression Language (CEL)"
edition = "2021"
license = "Apache-2.0"
name = "cala-cel-parser"
readme = false
repository = "https://github.com/GaloyMoney/cala"
version = "0.12.9"