rediff 0.44.0

Diff and compare Facet values with detailed structural difference reporting
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.90.0"
name = "rediff"
version = "0.44.0"
authors = ["Amos Wenger <amos@bearcove.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Diff and compare Facet values with detailed structural difference reporting"
homepage = "https://github.com/bearcove/rediff"
documentation = "https://docs.rs/rediff"
readme = "README.md"
keywords = [
    "diff",
    "compare",
    "testing",
    "facet",
    "assertion",
]
categories = [
    "development-tools::testing",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/rediff"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

[features]
default = []
tracing = ["dep:tracing"]

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

[dependencies.confusables]
version = "0.1"

[dependencies.facet]
version = "0.44"

[dependencies.facet-core]
version = "0.44"

[dependencies.facet-pretty]
version = "0.44"

[dependencies.facet-reflect]
version = "0.44"

[dependencies.indextree]
version = "4"

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

[dependencies.palette]
version = "0.7"
features = ["std"]
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true
default-features = false

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.facet]
version = "0.44"
features = ["all-impls"]

[dev-dependencies.tracing]
version = "0.1"