cel-core 0.3.2

High-level API for the Common Expression Language (CEL)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "cel-core"
version = "0.3.2"
authors = ["ponix-dev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level API for the Common Expression Language (CEL)"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/ponix-dev/cel-core"

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

[[example]]
name = "error_handling"
path = "examples/error_handling.rs"

[[example]]
name = "extensions"
path = "examples/extensions.rs"

[[example]]
name = "extract_values"
path = "examples/extract_values.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[example]]
name = "lists"
path = "examples/lists.rs"

[[example]]
name = "maps"
path = "examples/maps.rs"

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[[example]]
name = "time"
path = "examples/time.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.chrono-tz]
version = "0.10"

[dependencies.logos]
version = "0.14"

[dependencies.regex]
version = "1.10"