flickzeug 0.5.1

A fork of diffy: diff, patch, and merge library featuring Myers' algorithm, unified diff format parsing, fuzzy patch application, and three-way merge with conflict detection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Cargo.toml b/Cargo.toml
index 9f6b906..74f16a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -64,6 +64,9 @@ termcolor = "^1.1"
 toml = { version = "^0.5", optional = true }
 zip = { version = "^0.5", default-features = false, features = ["deflate"] }
 
+[patch.crates-io]
+libz-sys = { git = 'https://github.com/pkgw/libz-sys', branch = 'pkgconfig.msvc' }
+
 [features]
 default = ["serialization"]
 # Note: we used to have this to couple "serde" and "serde-derive", but we've