mothcdc 0.7.2

Fast content-defined chunking that stores repeated data with fewer records.
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.89"
name = "mothcdc"
version = "0.7.2"
authors = ["Russell Romney"]
build = false
exclude = [
    "assets",
    "tools",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast content-defined chunking that stores repeated data with fewer records."
readme = "README.md"
keywords = [
    "cdc",
    "chunking",
    "deduplication",
]
categories = [
    "algorithms",
    "compression",
]
license = "Zlib"
repository = "https://github.com/russellromney/mothcdc"

[features]
capi = []

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

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

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

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

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

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

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

[[test]]
name = "invariants"
path = "tests/invariants.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[[bench]]
name = "throughput"
path = "benches/throughput.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.fastcdc]
version = "4.0.1"

[dev-dependencies.foldhash]
version = "0.2.0"

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

[dev-dependencies.rand]
version = "0.9.2"