1[package]
2name = "dissimilar"
3version = "1.0.3"
4authors = ["David Tolnay <dtolnay@gmail.com>"]
5edition = "2018"
6license = "MIT OR Apache-2.0"
7description = "Diff library with semantic cleanup, based on Google's diff-match-patch"
8repository = "https://github.com/dtolnay/dissimilar"
9documentation = "https://docs.rs/dissimilar"
10keywords = ["diff"]
11categories = ["algorithms", "text-processing"]
12readme = "README.md"
13
14[package.metadata.docs.rs]
15targets = ["x86_64-unknown-linux-gnu"]
16