[package] name = "sesdiff" version = "0.3.1" #also adapt in sesdiff.rs and python/Cargo.toml authors = ["Maarten van Gompel "] 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/" repository = "https://github.com/proycon/sesdiff" documentation = "https://docs.rs/sesdiff" categories = ["science","text-processing", "command-line-utilities"] keywords = ["nlp","text-processing","lemmatization","linguistics"] license = "GPL-3.0+" readme = "README.md" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dissimilar = "1.0.9" clap = "2.33.2"