ledvar-diff 0.1.0

Optional companion standard for the Ledvar protocol: representing the comparison (diff) of two snapshots.
Documentation
[package]
name = "ledvar-diff"
description = "Optional companion standard for the Ledvar protocol: representing the comparison (diff) of two snapshots."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
categories = ["data-structures"]
keywords = ["ledvar", "protocol", "diff", "drift", "state"]
# The integration tests read the workspace-level `conformance/` vectors, which do not ship in the
# package — keep them out so `cargo test` on the published crate does not fail.
exclude = ["tests"]

[dependencies]
ledvar-core = { workspace = true }
serde = { workspace = true }

[dev-dependencies]
serde_json = { workspace = true }