# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "diffmatchpatch" version = "0.0.4" authors = ["Andelf "] publish = true description = "Rewrite of diff-match-patch in Rust" homepage = "https://github.com/andelf/diffmatchpatch" readme = "README.md" keywords = [ "dmp", "diff", "diff-match-patch", ] categories = [ "algorithms", "text-editors", "text-processing", ] license = "MIT/Apache-2.0" repository = "https://github.com/andelf/diffmatchpatch" [[bench]] name = "speedtest" harness = false [dependencies.percent-encoding] version = "2.2.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.regex] version = "1"