mirror of
https://github.com/chmln/sd
synced 2025-02-16 15:58:23 +00:00
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40 lines
853 B
TOML
40 lines
853 B
TOML
[workspace]
|
|
members = [
|
|
".",
|
|
"xtask",
|
|
]
|
|
|
|
[package]
|
|
name = "sd"
|
|
version = "0.7.6"
|
|
edition = "2018"
|
|
authors = ["Gregory <gregory.mkv@gmail.com>"]
|
|
description = "An intuitive find & replace CLI"
|
|
readme = "README.md"
|
|
keywords = ["sed", "find", "replace", "regex"]
|
|
license = "MIT"
|
|
homepage = "https://github.com/chmln/sd"
|
|
repository = "https://github.com/chmln/sd.git"
|
|
categories = ["command-line-utilities", "text-processing", "development-tools"]
|
|
|
|
[dependencies]
|
|
regex = "1.9.5"
|
|
rayon = "1.7.0"
|
|
unescape = "0.1.0"
|
|
memmap2 = "0.7.1"
|
|
tempfile = "3.8.0"
|
|
thiserror = "1.0.48"
|
|
globwalk = "0.8.1"
|
|
ignore = "0.4.20"
|
|
ansi_term = "0.12.1"
|
|
is-terminal = "0.4.9"
|
|
clap = { version = "4.4.3", features = ["derive", "deprecated", "wrap_help"] }
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "2.0.12"
|
|
anyhow = "1.0.75"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
strip = true
|