blob: 5e7b5959f4aa37b6bf8f8224b5eb79b21f658ca5 [file] [log] [blame] [edit]
# 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.4.1"
authors = [
"Colin Kiegel <[email protected]>",
"Florent Fayolle <[email protected]>",
"Tom Milligan <[email protected]>",
]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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/rust-pretty-assertions/rust-pretty-assertions"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "pretty_assertions"
path = "src/lib.rs"
[[example]]
name = "pretty_assertion"
path = "examples/pretty_assertion.rs"
[[example]]
name = "standard_assertion"
path = "examples/standard_assertion.rs"
[[test]]
name = "macros"
path = "tests/macros.rs"
[dependencies.diff]
version = "0.1.12"
[dependencies.yansi]
version = "1.0.1"
[features]
alloc = []
default = ["std"]
std = []
unstable = []