]> git.proxmox.com Git - rustc.git/blob - vendor/pretty_assertions/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / pretty_assertions / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "pretty_assertions"
15 version = "1.3.0"
16 authors = [
17 "Colin Kiegel <kiegel@gmx.de>",
18 "Florent Fayolle <florent.fayolle69@gmail.com>",
19 "Tom Milligan <code@tommilligan.net>",
20 ]
21 description = "Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs."
22 documentation = "https://docs.rs/pretty_assertions"
23 readme = "README.md"
24 keywords = [
25 "assert",
26 "diff",
27 "pretty",
28 "color",
29 ]
30 categories = ["development-tools"]
31 license = "MIT OR Apache-2.0"
32 repository = "https://github.com/rust-pretty-assertions/rust-pretty-assertions"
33
34 [dependencies.diff]
35 version = "0.1.12"
36
37 [dependencies.yansi]
38 version = "0.5"
39
40 [features]
41 alloc = []
42 default = ["std"]
43 std = []
44 unstable = []
45
46 [target."cfg(windows)".dependencies.ctor]
47 version = "0.1.9"
48
49 [target."cfg(windows)".dependencies.output_vt100]
50 version = "0.1.2"