hoist-diff 0.2.6

Semantic JSON diffing with identity-key-based array matching
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 = "2021"
rust-version = "1.82"
name = "hoist-diff"
version = "0.2.6"
authors = ["hoist contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic JSON diffing with identity-key-based array matching"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mklab-se/hoist"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.similar]
version = "2.6"

[dependencies.thiserror]
version = "2.0"