[package]
edition = "2024"
rust-version = "1.88"
name = "flickzeug"
version = "0.5.2"
authors = ["prefix.dev <hi@prefix.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "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 = "https://docs.rs/flickzeug"
readme = "README.md"
keywords = [
"diff",
"patch",
"merge",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/prefix-dev/flickzeug"
[lib]
name = "flickzeug"
path = "src/lib.rs"
[dependencies.nu-ansi-term]
version = "0.50"
[dependencies.strsim]
version = "0.11.1"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.insta]
version = "1.43.1"
features = ["glob"]
[dev-dependencies.rstest]
version = "0.26.1"