colored-diff 0.1.1

Format the difference between two strings with ANSI colors
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "colored-diff"
version = "0.1.1"
authors = ["Christopher Durham <cad97@cad97.com>"]
exclude = ["/.github/**/*", "/.idea/**/*", "/colored-diff.iml"]
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.11.0"

[dependencies.difference]
version = "2.0.0"

[dependencies.itertools]
version = "0.7.8"
default-features = false
[badges.is-it-maintained-issue-resolution]
repository = "https://github.com/CAD97/colored-diff"

[badges.is-it-maintained-open-issues]
repository = "https://github.com/CAD97/colored-diff"

[badges.maintenace]
status = "passively-maintained"