Replace regex with aho-corasick

This commit is contained in:
2023-12-02 13:44:07 +01:00
parent 2a419bb468
commit 5517662ae2
2 changed files with 19 additions and 27 deletions

View File

@@ -6,10 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aho-corasick = "1.1.2"
anyhow = "1.0.75"
clap = { version = "4.4.8", features = ["derive"] }
nom = "7.1.3"
regex = "1.10.2"
[dev-dependencies]
criterion = "0.5.1"