pratdiff 2.0.0

A colorfull diff tool based on the patience diff algorithm
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"
name = "pratdiff"
version = "2.0.0"
build = false
exclude = [
    "src/testdata",
    "docs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A colorfull diff tool based on the patience diff algorithm"
readme = "README.md"
keywords = [
    "diff",
    "patience",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/fowles/pratdiff"

[lib]
name = "pratdiff"
path = "src/lib.rs"

[[bin]]
name = "pratdiff"
path = "src/bin/pratdiff.rs"

[dependencies.anstream]
version = "1.0.0"

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "help",
    "usage",
    "suggestions",
    "color",
]

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.clap_complete_command]
version = "0.6.1"

[dependencies.common-path]
version = "1.0.0"

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.unicode-segmentation]
version = "1.12.0"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.tempfile]
version = "3.27.0"