quamina 0.4.0

Fast pattern-matching library for filtering JSON events
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 = "quamina"
version = "0.4.0"
build = false
exclude = [
    "testdata/",
    "docs/",
    "examples/",
    "benches/",
    "fuzz/",
    "playground/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast pattern-matching library for filtering JSON events"
readme = "README.md"
keywords = [
    "json",
    "pattern-matching",
    "event-filtering",
    "rules-engine",
]
categories = [
    "algorithms",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/baldawarishi/quamina-rs"

[features]
dhat-heap = []

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

[dependencies.arc-swap]
version = "1.7"

[dependencies.fast-float2]
version = "0.2"

[dependencies.memchr]
version = "2.7"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.smallvec]
version = "1.13"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.dhat]
version = "0.3"

[dev-dependencies.flate2]
version = "1.0"

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.regex]
version = "1"

[lints.clippy]
branches_sharing_code = "warn"
derive_partial_eq_without_eq = "warn"
equatable_if_let = "warn"
or_fun_call = "warn"
redundant_clone = "warn"
transmute_ptr_to_ptr = "warn"
undocumented_unsafe_blocks = "warn"
unused_peekable = "warn"
use_self = "warn"

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]

[profile.bench]
debug = 1

[profile.release]
debug = 1