ledvar-core 0.1.0

Reference implementation of the Ledvar protocol: data model, canonical content-addressed hashing, and well-formedness.
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-core"
version = "0.1.0"
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference implementation of the Ledvar protocol: data model, canonical content-addressed hashing, and well-formedness."
homepage = "https://ledvar.org"
readme = "README.md"
keywords = [
    "ledvar",
    "protocol",
    "state",
    "hashing",
    "diff",
]
categories = [
    "data-structures",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/ledvar/ledvar-rs"
resolver = "2"

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

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

[dependencies.sha2]
version = "0.11"

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