repa 0.1.2

Peak Performance Pattern Seeker
[[bin]]
name = "repa"
path = "src/main.rs"

[dependencies.dir_rec]
version = "0.1.2"

[dependencies.flager]
version = "0.0.8"

[dependencies.hyperscan]
features = ["v5_4"]
optional = true
version = "=0.3.2"

[dependencies.memmap2]
version = "=0.9.5"

[dependencies.phf]
features = ["macros"]
version = "=0.11.2"

[dependencies.regex-automata]
default-features = false
features = ["dfa", "syntax"]
optional = true
version = "=0.4.9"

[features]
default = ["regex"]
hyperscan = ["dep:hyperscan"]
regex = ["dep:regex-automata"]

[package]
authors = ["Mark Tyrkba <marktyrkba456@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "Peak Performance Pattern Seeker"
edition = "2021"
keywords = ["grep", "pattern-matching", "regex", "hyperscan", "text-processing"]
license = "MIT"
name = "repa"
readme = "README.md"
repository = "https://github.com/rakivo/repa"
version = "0.1.2"