# 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 = "2024"
rust-version = "1.86.0"
name = "esed"
version = "1.1.17"
authors = [
    "Gregory <gregory.mkv@gmail.com>",
    "github.com/pepa65",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy sed"
documentation = "https://docs.rs/esed/"
readme = "README.md"
keywords = [
    "sd",
    "sed",
    "search",
    "replace",
    "regex",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/pepa65/esed"

[package.metadata.binstall]
pkg-url = "{repo}/releases/download/{version}/{name}"
pkg-fmt = "bin"
disabled-strategies = [
    "quick-install",
    "compile",
]
target-family = "Linux"
target-arch = "X86_64"

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

[dependencies.clap]
version = "4.4.6"
features = [
    "derive",
    "deprecated",
    "wrap_help",
]

[dependencies.memmap2]
version = "0.9.0"

[dependencies.rayon]
version = "1.8.0"

[dependencies.regex]
version = "1.10.2"

[dependencies.tempfile]
version = "3.8.0"

[dependencies.thiserror]
version = "2"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true