rep-grep 0.0.8

wgrep/write-grep CLI
# 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"
name = "rep-grep"
version = "0.0.8"
authors = ["Roben Kleene <contact@robenkleene.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wgrep/write-grep CLI"
homepage = "https://github.com/robenkleene/rep-grep"
readme = "README.md"
keywords = [
    "sed",
    "find",
    "replace",
    "regex",
    "grep",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/robenkleene/rep-grep.git"

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

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

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

[dependencies.diffy-fork-filenames]
version = "0.4.0"

[dependencies.grep-cli]
version = "0.1.7"

[dependencies.indexmap]
version = "1.9.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.regex]
version = "1.4.3"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.tempfile]
version = "3.2.0"

[dependencies.thiserror]
version = "1.0.24"

[dependencies.unescape]
version = "0.1.0"

[dev-dependencies.anyhow]
version = "1.0.38"

[dev-dependencies.assert_cmd]
version = "1.0.3"

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

[build-dependencies.clap_complete]
version = "4"

[build-dependencies.clap_mangen]
version = "0.2"

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