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