version = 4
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "lcs-diff"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c172ea7099cef89eb5a1a6e1f55d79a753823a0201d362f6ec5508028efcf4ed"
[[package]]
name = "slice-diff-patch"
version = "1.2.4"
dependencies = [
"diff",
"lcs-diff",
"wu-diff",
]
[[package]]
name = "wu-diff"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e3e6735fcde06432870db8dc9d7e3ab1b93727c14eaef329969426299f28893"