sedx 1.0.0

A safe, modern replacement for GNU sed with automatic backups, preview mode, and rollback
Documentation
# 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.87"
name = "sedx"
version = "1.0.0"
authors = ["InkyQuill <inkyquill@users.noreply.github.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "man/sedx.1",
    "completions/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe, modern replacement for GNU sed with automatic backups, preview mode, and rollback"
homepage = "https://github.com/InkyQuill/sedx"
documentation = "https://docs.rs/sedx"
readme = "README.md"
keywords = [
    "sed",
    "stream",
    "text-processing",
    "cli",
    "replacement",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/InkyQuill/sedx"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.colored]
version = "3.0"

[dependencies.dirs]
version = "6.0"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "2.7"

[dependencies.tempfile]
version = "3.17"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]

[dependencies.uuid]
version = "1.12"
features = [
    "v4",
    "serde",
]

[dependencies.which]
version = "7.0"

[dev-dependencies.proptest]
version = "1.6"

[target."cfg(unix)".dependencies.libc]
version = "0.2"