patchlib 0.0.4

Tooling for working with patch files
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"
name = "patchlib"
version = "0.0.4"
authors = ["Timo Neyer <timo@ney3r.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tooling for working with patch files"
homepage = "https://codeberg.org/sfe/diffutil"
documentation = "https://docs.rs/diffutil"
readme = "README.md"
keywords = [
    "patch",
    "diff",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://codeberg.org/sfe/diffutil"

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

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

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"

[dependencies.regex]
version = "1.12.3"

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