sreplace 0.12.0

A simple to use, efficient, and full-featured command line string replacer.
# 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 = "sreplace"
version = "0.12.0"
authors = ["David Voisin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple to use, efficient, and full-featured command line string replacer."
homepage = "https://gitlab.com/miyamoto128/sreplace"
readme = "README.md"
keywords = [
    "cli",
    "replace",
    "replacer",
    "string",
    "file",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://gitlab.com/miyamoto128/sreplace"

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

[dependencies.assert_cmd]
version = "2.0.11"

[dependencies.assert_fs]
version = "1.0.13"

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.colorz]
version = "1.1.4"

[dependencies.comfy-table]
version = "7.2.1"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.exitcode]
version = "1.1.2"

[dependencies.human-repr]
version = "1.1.0"

[dependencies.log]
version = "0.4.17"

[dependencies.predicates]
version = "3.0.3"

[dependencies.regex]
version = "1.8.1"

[dependencies.spinners]
version = "4.1.1"

[dependencies.threadpool]
version = "1.8.1"

[dependencies.walkdir]
version = "2.5.0"