[package]
name = "mothcdc"
version = "0.7.2"
authors = ["Russell Romney"]
license = "Zlib"
repository = "https://github.com/russellromney/mothcdc"
readme = "README.md"
keywords = ["cdc", "chunking", "deduplication"]
categories = ["algorithms", "compression"]
description = "Fast content-defined chunking that stores repeated data with fewer records."
edition = "2024"
rust-version = "1.89"
exclude = ["assets", "tools"]
[features]
capi = []
[dev-dependencies]
rand = "0.9.2"
fastcdc = "4.0.1"
foldhash = "0.2.0"
proptest = "1"
criterion = "0.5"
[dependencies]
[[bench]]
name = "throughput"
harness = false