[[bench]]
harness = false
name = "speedtest"
[dependencies.percent-encoding]
version = "2.2.0"
[dev-dependencies.criterion]
version = "0.4.0"
[dev-dependencies.regex]
version = "1"
[package]
authors = ["Andelf <andelf@gmail.com>"]
categories = ["algorithms", "text-editors", "text-processing"]
description = "Rewrite of diff-match-patch in Rust"
edition = "2021"
homepage = "https://github.com/andelf/diffmatchpatch"
keywords = ["dmp", "diff", "diff-match-patch"]
license = "MIT/Apache-2.0"
name = "diffmatchpatch"
publish = true
readme = "README.md"
repository = "https://github.com/andelf/diffmatchpatch"
version = "0.0.4"