assert2 0.3.17-beta2

assert!(...) and check!(...) macros inspired by Catch2, now with diffs!
Documentation
# 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 = "2021"
rust-version = "1.70"
name = "assert2"
version = "0.3.17-beta2"
authors = [
    "Maarten de Vries <maarten@de-vri.es>",
    "Mara Bos <m-ou.se@m-ou.se>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "assert!(...) and check!(...) macros inspired by Catch2, now with diffs!"
documentation = "https://docs.rs/assert2"
readme = "README.md"
keywords = [
    "assert",
    "check",
    "test",
    "unit-test",
]
categories = [
    "development-tools::debugging",
    "development-tools::testing",
]
license = "BSD-2-Clause"
repository = "https://github.com/de-vri-es/assert2-rs"

[lib]
name = "assert2"
path = "src/lib.rs"

[[example]]
name = "images"
path = "examples/images.rs"

[[example]]
name = "let-chain"
path = "examples/let-chain.rs"

[[example]]
name = "macrorules"
path = "examples/macrorules.rs"

[[test]]
name = "assert-captures"
path = "tests/assert-captures.rs"

[[test]]
name = "check"
path = "tests/check.rs"

[[test]]
name = "let_assert"
path = "tests/let_assert.rs"

[[test]]
name = "no_prelude"
path = "tests/no_prelude.rs"

[dependencies.assert2-macros]
version = "=0.3.17-beta2"

[dependencies.diff]
version = "0.1.13"

[dependencies.term_size]
version = "0.3.2"

[dependencies.unicode-width]
version = "0.2.1"

[dependencies.yansi]
version = "1.0.1"