[dependencies.clap]
version = "2.33.2"
[dependencies.dissimilar]
version = "1.0.2"
[package]
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
categories = ["science", "text-processing", "command-line-utilities"]
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)."
documentation = "https://docs.rs/sesdiff"
edition = "2018"
homepage = "https://github.com/proycon/sesdiff/"
keywords = ["nlp", "text-processing", "lemmatization", "linguistics"]
license = "GPL-3.0+"
name = "sesdiff"
readme = "README.md"
repository = "https://github.com/proycon/sesdiff"
version = "0.1.2"