hashmark 0.1.0

Merkle tree hashing for efficient change detection
Documentation
[dependencies.bevy_reflect]
version = "0.15"

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

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.bevy_reflect]
version = "0.15"

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

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

[[example]]
name = "reflect"
path = "examples/reflect.rs"

[[example]]
name = "remote_sync"
path = "examples/remote_sync.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding"]
description = "Merkle tree hashing for efficient change detection"
documentation = "https://docs.rs/hashmark"
edition = "2021"
homepage = "https://github.com/jerry73204/hashmark"
keywords = ["merkle", "hash", "diff", "serde", "change-detection"]
license = "MIT"
name = "hashmark"
readme = "README.md"
repository = "https://github.com/jerry73204/hashmark"
version = "0.1.0"