[package] authors = ["Aaron Taner "] description = "Fast forward and backward stream search routines." documentation = "https://docs.rs/xfind/" edition = "2018" exclude = ["/.github", "/data", "src/main.rs"] keywords = ["find", "search", "stream", "substring"] license = "MIT OR Unlicense" name = "xfind" readme = "README.md" repository = "https://github.com/mapkts/xfind" version = "0.2.7" [dependencies] memchr = "2.4" [dev-dependencies] aho-corasick = "0.7" [[bench]] name = "bench" path = "benches/bench.rs"