fff-grep 0.5.2

File grepping logic for fff
Documentation
# 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 = "2024"
name = "fff-grep"
version = "0.5.2"
authors = ["Dmitriy Kovalenko <dmtr.kovalenko@outlok.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File grepping logic for fff"
readme = false
license = "MIT"
resolver = "2"

[lib]
name = "fff_grep"
path = "src/lib.rs"

[dependencies.bstr]
version = "1.6.2"
features = ["std"]
default-features = false

[dependencies.memchr]
version = "2.6.3"