midstreamer-temporal-compare 0.2.1

Temporal sequence comparison and pattern matching
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.81"
name = "midstreamer-temporal-compare"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Temporal sequence comparison and pattern matching"
readme = false
keywords = [
    "temporal",
    "sequence",
    "comparison",
    "pattern-matching",
    "midstream",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/midstream"

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

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

[dependencies.dashmap]
version = "6.1"

[dependencies.lru]
version = "0.12"

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

[dependencies.thiserror]
version = "2.0"

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

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

[lints.clippy]
dbg_macro = "deny"
mem_forget = "deny"
todo = "deny"
unimplemented = "deny"

[lints.rust]
unsafe_code = "deny"
unused_must_use = "deny"