[package] name = "difflib" version = "0.4.0" authors = ["Dima Kudosh "] description = "Port of Python's difflib library to Rust." documentation = "https://github.com/DimaKudosh/difflib/wiki" homepage = "https://github.com/DimaKudosh/difflib" repository = "https://github.com/DimaKudosh/difflib" keywords = ["difflib", "text", "diff"] license = "MIT" include = [ "**/*.rs", "Cargo.toml", ] edition = "2021" [[test]] name = "tests" [dependencies] rustc-hash = "1.1.0"