ripgrep-api 0.1.2

Dev-friendly API wrapper around the ripgrep implementation to be used directly in Rust projects.
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 = "ripgrep-api"
version = "0.1.2"
authors = ["Alex Younger <thealexyounger@proton.me>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dev-friendly API wrapper around the ripgrep implementation to be used directly in Rust projects."
readme = "README.md"
license = "MIT"

[features]
pcre2 = ["grep-pcre2"]

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

[[test]]
name = "search"
path = "tests/search.rs"

[dependencies.globset]
version = "0.4.18"

[dependencies.grep-matcher]
version = "0.1.8"

[dependencies.grep-pcre2]
version = "0.1.9"
optional = true

[dependencies.grep-regex]
version = "0.1.14"

[dependencies.grep-searcher]
version = "0.1.16"

[dependencies.ignore]
version = "0.4.25"