| # 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 = "pretty_assertions" |
| version = "0.5.1" |
| authors = ["Colin Kiegel <kiegel@gmx.de>", "Florent Fayolle <florent.fayolle69@gmail.com>"] |
| description = "Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs." |
| documentation = "https://docs.rs/pretty_assertions" |
| readme = "README.md" |
| keywords = ["assert", "diff", "pretty", "color"] |
| categories = ["development-tools"] |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/colin-kiegel/rust-pretty-assertions" |
| [dependencies.ansi_term] |
| version = "0.11" |
| |
| [dependencies.difference] |
| version = "2.0.0" |
| [badges.travis-ci] |
| repository = "colin-kiegel/rust-pretty-assertions" |