summaryrefslogtreecommitdiffstats
path: root/vendor/pretty_assertions-0.7.2/Cargo.toml
blob: 3f4660d5a0a865e795ae0d5be32e92466b063392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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]
edition = "2018"
name = "pretty_assertions"
version = "0.7.2"
authors = ["Colin Kiegel <kiegel@gmx.de>", "Florent Fayolle <florent.fayolle69@gmail.com>", "Tom Milligan <code@tommilligan.net>"]
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.12.1"

[dependencies.diff]
version = "0.1.12"
[target."cfg(windows)".dependencies.ctor]
version = "0.1.9"

[target."cfg(windows)".dependencies.output_vt100]
version = "0.1.2"
[badges.travis-ci]
repository = "colin-kiegel/rust-pretty-assertions"