whereexpr 0.1.6

A fast, expressive rule-based filtering engine for Rust that evaluates boolean expressions over any data structure
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 = "whereexpr"
version = "0.1.6"
authors = ["Gavrilut Dragos <gavrilut.dragos@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, expressive rule-based filtering engine for Rust that evaluates boolean expressions over any data structure"
homepage = "https://gdt050579.github.io/whereexpr/"
documentation = "https://docs.rs/whereexpr"
readme = "README.md"
keywords = [
    "filtering",
    "predicate",
    "rules",
    "expression",
    "query",
]
categories = [
    "data-structures",
    "parser-implementations",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/gdt050579/whereexpr"

[features]
enable_type_check = []
error_description = []

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

[dependencies.aho-corasick]
version = "1.1.4"

[dependencies.chrono]
version = "0.4.29"

[dependencies.fst]
version = "0.4.7"

[dependencies.wax]
version = "0.7.0"