[package] name = "clawsync-hdf5" description = "ClawSync dataset-granular HDF5 manifest diff and patch" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true readme = "README.md" keywords = ["hdf5", "sync", "diff", "manifest", "dataset"] categories = ["filesystem", "science", "data-structures"] [dependencies] clawhdf5 = { workspace = true } clawhdf5-format = { workspace = true } blake3 = { workspace = true } thiserror = { workspace = true } [dev-dependencies] tempfile = "3"