logdrain 0.1.0

Online Drain3 log-template mining with path-preserving tokenization
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.80"
name = "logdrain"
version = "0.1.0"
authors = ["logdrain authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Online Drain3 log-template mining with path-preserving tokenization"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/vnvo/logdrain"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "highvolume"
path = "examples/highvolume.rs"

[[example]]
name = "scaling"
path = "examples/scaling.rs"

[[example]]
name = "stacktrace"
path = "examples/stacktrace.rs"

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

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

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

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

[dependencies.bincode]
version = "1.3"

[dependencies.dashmap]
version = "6"

[dependencies.regex]
version = "1"

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

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.smallvec]
version = "1"

[dependencies.thiserror]
version = "2"

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

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