[package] name = "docchi_diff" version = "0.8.0" authors = ["juzy "] edition = "2018" license = "MIT OR Apache-2.0" description = "Calculates Docchi Diff." repository = "https://github.com/dochy-ksti/docchi" readme = "readme.md" keywords = ["data","diff"] [dependencies] docchi_core = { path="../docchi_core", version="0.8" } docchi_compaction = {path="../docchi_compaction", version="0.8"} anyhow = "1.0.34" with_capacity_safe = "0.4"