ledvar-core 0.1.0

Reference implementation of the Ledvar protocol: data model, canonical content-addressed hashing, and well-formedness.
Documentation
[package]
name = "ledvar-core"
description = "Reference implementation of the Ledvar protocol: data model, canonical content-addressed hashing, and well-formedness."
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", "encoding"]
keywords = ["ledvar", "protocol", "state", "hashing", "diff"]
# 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]
serde = { workspace = true }
sha2 = { workspace = true }

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