patchkit 0.2.3

A library for parsing and manipulating patch files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "patchkit"
version = "0.2.3"
edition = "2021"
license = "Apache-2.0"
description = "A library for parsing and manipulating patch files"
repository = "https://github.com/breezy-team/patchkit"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
homepage = "https://github.com/breezy-team/patchkit"

[dependencies]
chrono = "0.4.31"
lazy-regex = "3.5"
lazy_static = "1.1.0"
once_cell = "1.21.3"
proc-macro2 = "1.0.105"
regex = "1"
rowan = "0.16"