drain3 0.1.6

Fast log template extraction via fixed-depth prefix trees (Rust port of logpai/Drain3)
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 = "drain3"
version = "0.1.6"
authors = ["Akshat Agarwal <hey@akshat.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast log template extraction via fixed-depth prefix trees (Rust port of logpai/Drain3)"
readme = "README.md"
keywords = [
    "log",
    "parsing",
    "template",
    "drain",
    "clustering",
]
categories = [
    "algorithms",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/akshatagarwl/drain3"

[features]
zenbench = []

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

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

[dependencies.bon]
version = "3.9.1"

[dependencies.fastrand]
version = "2.4.1"

[dependencies.smallvec]
version = "1.13"

[dependencies.snafu]
version = "0.8"

[dependencies.string-interner]
version = "0.15"
features = ["backends"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.zenbench]
version = "0.1"
features = ["criterion-compat"]