patchkit 0.2.3

A library for parsing and manipulating 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 = "2021"
name = "patchkit"
version = "0.2.3"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for parsing and manipulating patch files"
homepage = "https://github.com/breezy-team/patchkit"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/breezy-team/patchkit"

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

[[example]]
name = "parse_patch"
path = "examples/parse_patch.rs"

[dependencies.chrono]
version = "0.4.31"

[dependencies.lazy-regex]
version = "3.5"

[dependencies.lazy_static]
version = "1.1.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.proc-macro2]
version = "1.0.105"

[dependencies.regex]
version = "1"

[dependencies.rowan]
version = "0.16"