[package] name = "clawsync-onion" description = "ClawSync onion-aware diff, layer packaging, and manifest protocol" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true readme = "README.md" keywords = ["sync", "hdf5", "onion", "delta", "revision"] categories = ["filesystem", "network-programming", "science"] [dependencies] clawhdf5-onion = { workspace = true } clawsync-core = { workspace = true } rkyv = { workspace = true } blake3 = { workspace = true } xxhash-rust = { workspace = true } thiserror = { workspace = true } serde = { version = "1", features = ["derive"] } [dev-dependencies] criterion = { workspace = true } proptest = { workspace = true } tempfile = "3" [[bench]] name = "iblt_bench" harness = false