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