resharp-grep 0.3.0

a grep-like search tool powered by the resharp regex engine
# 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 = "2021"
rust-version = "1.70"
name = "resharp-grep"
version = "0.3.0"
authors = ["Ian Erik Varatalu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a grep-like search tool powered by the resharp regex engine"
homepage = "https://github.com/ieviev/resharp-grep"
readme = "README.md"
keywords = [
    "grep",
    "regex",
    "search",
    "cli",
    "intersection",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/ieviev/resharp-grep"

[[bin]]
name = "re"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.bstr]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.ignore]
version = "0.4"

[dependencies.memchr]
version = "2"

[dependencies.memmap2]
version = "0.9"

[dependencies.resharp]
version = "0.3.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.termcolor]
version = "1"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1