different 0.3.0

Pretty line-based diff printouts (bin and library)
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 = "different"
version = "0.3.0"
build = false
include = [
    "src/**/*",
    "LICENSE-*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pretty line-based diff printouts (bin and library)"
homepage = "https://github.com/adam-gaia/differ"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/adam-gaia/differ"

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

[[bin]]
name = "diff"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
version = "4.5.37"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.diff]
version = "0.1.13"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.pathdiff]
version = "0.2.3"

[dev-dependencies.trycmd]
version = "0.15.9"