[package] name = "dochy_diff" version = "0.10.1" authors = ["juzy "] edition = "2018" license = "MIT OR Apache-2.0" description = "Calculates Dochy Diff." repository = "https://github.com/dochy-ksti/dochy" readme = "readme.md" keywords = ["data","diff"] [dependencies] dochy_core = { path="../dochy_core", version="0.10.0" } dochy_compaction = {path="../dochy_compaction", version="0.10.0"} bit-vec = "0.6.1" anyhow = "1.0.34" with_capacity_safe = "0.4.0"