facet-diff 0.43.2

Structural diffing for Facet types with human-readable output - no PartialEq required
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 = "facet-diff"
version = "0.43.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structural diffing for Facet types with human-readable output - no PartialEq required"
homepage = "https://facet.rs"
readme = "README.md"
keywords = [
    "facet",
    "diff",
    "comparison",
    "reflection",
    "data-structures",
]
categories = [
    "development-tools",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"

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

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

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

[[example]]
name = "diff_format_mockups"
path = "examples/diff_format_mockups.rs"

[[example]]
name = "diff_showcase"
path = "examples/diff_showcase.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.facet]
version = "0.43.2"

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

[dependencies.facet-diff-core]
version = "0.43.2"

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

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

[dependencies.log]
version = "^0.4.29"
features = ["std"]

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

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.boxen]
version = "^0.1.3"

[dev-dependencies.insta]
version = "^1.44.3"

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

[dev-dependencies.tracing]
version = "^0.1.43"
features = ["std"]
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(facet_no_doc)"]