[package]
name = "async-regex"
version = "0.1.1"
authors.workspace = true
edition.workspace = true
description = "Empower regex with streaming capabilities - high-performance async streaming pattern search using regex for multi-byte pattern matching in data streams"
license.workspace = true
repository = "https://gitlab.com/Efimster/slib"
homepage = "https://gitlab.com/Efimster/slib/-/tree/master/async-regex"
documentation = "https://docs.rs/async-regex"
keywords = ["async", "streaming", "regex"]
categories = ["asynchronous", "parsing", "text-processing"]
[dependencies]
futures.workspace = true
regex = "1.11"
[features]
default = []
[dev-dependencies]
criterion.workspace = true
tokio.workspace = true
[[bench]]
name = "pattern_search"
harness = false
[[bench]]
name = "async_pattern_search"
harness = false