blob: de977f9d4c40647a7f56e90679d1ae69a46ee626 [file] [log] [blame]
# 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]
edition = "2018"
name = "pretty_assertions"
version = "1.2.1"
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 OR 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"
[features]
alloc = []
default = ["std"]
std = []
unstable = []
[target."cfg(windows)".dependencies.ctor]
version = "0.1.9"
[target."cfg(windows)".dependencies.output_vt100]
version = "0.1.2"