frep-core 0.1.2

Core functionality for find and replace operations
Documentation
[dependencies.anyhow]
version = "1.0.98"

[dependencies.content_inspector]
version = "0.2.4"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.fancy-regex]
version = "0.14.0"

[dependencies.ignore]
version = "0.4.23"

[dependencies.log]
version = "0.4.27"

[dependencies.regex]
version = "1.11.1"

[dependencies.simple-log]
version = "2.3.0"

[dependencies.tempfile]
version = "3.20.0"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.45.1"

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

[lints.clippy]
collapsible_else_if = "allow"
if_not_else = "allow"
manual_string_new = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
needless_raw_string_hashes = "allow"
redundant_else = "allow"
return_self_not_must_use = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
rust_2018_idioms = "warn"

[package]
authors = ["thomasschafer97@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Core functionality for find and replace operations"
edition = "2024"
homepage = "https://github.com/thomasschafer/frep/tree/main/frep-core"
keywords = ["cli", "find", "search", "replace"]
license = "MIT"
name = "frep-core"
readme = "README.md"
repository = "https://github.com/thomasschafer/frep/tree/main/frep-core"
resolver = "2"
version = "0.1.2"

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

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