flickzeug 0.5.2

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
# 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 = "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"