# 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] name = "colored-diff" version = "0.2.3" exclude = ["/.github/**/*"] description = "Format the difference between two strings with ANSI colors" readme = "README.md" keywords = ["pretty-assertions", "diff", "difference"] categories = ["development-tools::testing"] license = "MIT OR Unlicense" repository = "https://github.com/CAD97/colored-diff" [dependencies.ansi_term] version = "0.12" [dependencies.dissimilar] version = "1.0" [dependencies.itertools] version = "0.10" default-features = false [dev-dependencies.regex] version = "1.5" [badges.maintenance] status = "passively-maintained"