facet-diff 0.32.1

Diffing capabilities for types implementing the Facet trait
Documentation
[package]
name = "facet-diff"
version = "0.32.1"
edition = "2024"
rust-version = "1.89.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"
description = "Diffing capabilities for types implementing the Facet trait"
keywords = ["facet", "diff", "comparison", "reflection", "data-structures"]
categories = ["development-tools", "data-structures"]

[features]
ci = [] # CI feature
default = []

[dependencies]
cinereus = { path = "../cinereus", version = "0.32.1" }
confusables = "0.1"
facet = { path = "../facet", version = "0.32.1" }
facet-core = { path = "../facet-core", version = "0.32.1" }
facet-diff-core = { path = "../facet-diff-core", version = "0.32.1" }
facet-pretty = { path = "../facet-pretty", version = "0.32.1" }
facet-reflect = { path = "../facet-reflect", version = "0.32.1" }
owo-colors = "4"
log = "0.4"

[dev-dependencies]
boxen = "0.1"
insta = "1.43.1"
owo-colors = "4"
facet-value = { path = "../facet-value" }
facet-testhelpers = { path = "../facet-testhelpers" }
confusables = "0.1"