# 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 = "diff-match-patch-rs" version = "0.3.2" authors = ["Anubhab Bandyopadhyay"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance port of Myer's diff algorithm to perform the operations required for synchronizing plain text." homepage = "https://docs.rs/diff-match-patch-rs" readme = "README.md" keywords = [ "diff", "match", "patch", "text-synchronization", ] categories = [ "algorithms", "text-processing", "text-editors", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AnubhabB/diff-match-patch-rs.git" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = [ "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-unknown-unknown", ] [lib] name = "diff_match_patch_rs" path = "src/lib.rs" [[example]] name = "compat" path = "examples/compat.rs" [[example]] name = "delta" path = "examples/delta.rs" [[example]] name = "efficiency" path = "examples/efficiency.rs" [[test]] name = "compat" path = "tests/compat.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.percent-encoding] version = "2" [target.wasm32-unknown-unknown.dependencies.chrono] version = "0"