gene 0.7.0

Crate providing a log matching framework written in Rust
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"
rust-version = "1.83.0"
name = "gene"
version = "0.7.0"
authors = ["Quentin JEROME"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate providing a log matching framework written in Rust"
documentation = "https://docs.rs/gene"
readme = "README.md"
keywords = [
    "log-processing",
    "signature-engine",
    "security",
    "threat-detection",
]
license = "GPL-3.0"
repository = "https://github.com/kunai-project/gene-rs"

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

[[bench]]
name = "engine_benchmark"
path = "benches/engine_benchmark.rs"
harness = false

[dependencies.gene_derive]
version = "0.7.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.pest]
version = "2.7.15"

[dependencies.pest_derive]
version = "2.7.15"

[dependencies.regex]
version = "1.10.2"

[dependencies.serde]
version = "1.0.192"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9.27"

[dependencies.thiserror]
version = "1.0.50"

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

[dev-dependencies.libflate]
version = "2.0.0"

[dev-dependencies.serde_json]
version = "1.0.108"