[package] name = "diff" version = "0.1.13" authors = ["Utkarsh Kukreti "] description = "An LCS based slice and string diffing implementation." license = "MIT OR Apache-2.0" documentation = "https://docs.rs/diff" homepage = "https://github.com/utkarshkukreti/diff.rs" repository = "https://github.com/utkarshkukreti/diff.rs" [dev-dependencies] speculate = "0.1.2" quickcheck = "1.0.3" criterion = "0.3.5" [[bench]] name = "benches" harness = false