facet-diff-core 0.43.2

Core types and helpers for diff rendering in Facet
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-core"
version = "0.43.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and helpers for diff rendering in Facet"
homepage = "https://facet.rs"
readme = "README.md"
keywords = [
    "diff",
    "serialization",
    "reflection",
    "facet",
]
categories = [
    "encoding",
    "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",
]

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

[dependencies.confusables]
version = "0.1"

[dependencies.facet]
version = "0.43.2"

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

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

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

[dependencies.indextree]
version = "^4.7.4"

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

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

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

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

[dev-dependencies]

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