# 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 = "slice-diff-patch" version = "1.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library crate providing utility functions for diff and patch of slices" homepage = "https://github.com/qtfkwk/slice-diff-patch" documentation = "https://docs.rs/slice-diff-patch/latest/slice_diff_patch" readme = "README.md" license = "MIT" repository = "https://github.com/qtfkwk/slice-diff-patch" [lib] name = "slice_diff_patch" path = "src/lib.rs" [dependencies.diff] version = "0.1.13" [dependencies.lcs-diff] version = "0.1.1" [dependencies.wu-diff] version = "0.1.2"