deduplication/Cargo.toml (16 lines of code) (raw):
[package]
name = "deduplication"
version = "0.14.5"
edition = "2021"
[dependencies]
mdb_shard = { path = "../mdb_shard" }
merkledb = { path = "../merkledb" }
merklehash = { path = "../merklehash" }
progress_tracking = { path = "../progress_tracking" }
utils = { path = "../utils" }
async-trait = { workspace = true }
gearhash = { workspace = true }
more-asserts = { workspace = true }
bytes = { workspace = true }
[dev-dependencies]
rand = { workspace = true }