# 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 = "sesdiff" version = "0.3.1" authors = ["Maarten van Gompel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generates a shortest edit script (Myers' diff algorithm) to indicate how to get from the strings in column A to the strings in column B. Also provides the edit distance (levenshtein)." homepage = "https://github.com/proycon/sesdiff/" documentation = "https://docs.rs/sesdiff" readme = "README.md" keywords = [ "nlp", "text-processing", "lemmatization", "linguistics", ] categories = [ "science", "text-processing", "command-line-utilities", ] license = "GPL-3.0+" repository = "https://github.com/proycon/sesdiff" [lib] name = "sesdiff" path = "src/lib.rs" [[bin]] name = "sesdiff" path = "src/bin/sesdiff.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.clap] version = "2.33.2" [dependencies.dissimilar] version = "1.0.9"