ledvar-diff 0.1.0

Optional companion standard for the Ledvar protocol: representing the comparison (diff) of two snapshots.
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.96"
name = "ledvar-diff"
version = "0.1.0"
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optional companion standard for the Ledvar protocol: representing the comparison (diff) of two snapshots."
homepage = "https://ledvar.org"
readme = "README.md"
keywords = [
    "ledvar",
    "protocol",
    "diff",
    "drift",
    "state",
]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/ledvar/ledvar-rs"
resolver = "2"

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

[dependencies.ledvar-core]
version = "0.1.0"

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

[dev-dependencies.serde_json]
version = "1"