[package]
edition = "2021"
name = "cala-cel-parser"
version = "0.13.9"
authors = ["Justin Carter <justin@galoy.io>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for the Common Expression Language (CEL)"
readme = false
categories = [
"parsing",
"compilers",
]
license = "Apache-2.0"
repository = "https://github.com/GaloyMoney/cala"
[features]
fail-on-warnings = []
[lib]
name = "cala_cel_parser"
path = "src/lib.rs"
[dependencies.cached]
version = "0.56"
features = ["async"]
[dependencies.lalrpop-util]
version = "0.22"
features = ["lexer"]
[dependencies.tracing]
version = "0.1.41"
[build-dependencies.lalrpop]
version = "0.22"
features = ["lexer"]