filter-expr-evaler 0.1.16

Evaluator for filter expressions.
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 = "2024"
name = "filter-expr-evaler"
version = "0.1.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Evaluator for filter expressions."
documentation = "https://docs.rs/filter-expr"
readme = "README.md"
license = "MIT"
repository = "https://github.com/PeterlitsZo/filter-expr"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.filter-expr]
version = "0.1.16"

[dependencies.moka]
version = "0.12.12"
features = ["sync"]

[dependencies.regex]
version = "1.12.2"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.tokio]
version = "1.48.0"
features = ["full"]