assert2 0.0.9

assert!(...) and check!(...) macros inspired by Catch2
Documentation
[package]
name = "assert2"
description = "assert!(...) and check!(...) macros inspired by Catch2"
version = "0.0.9"
license = "BSD-2-Clause"
authors = ["Maarten de Vries <maarten@de-vri.es>"]

edition = "2018"

repository = "https://github.com/de-vri-es/assert2-rs"
documentation = "https://docs.rs/assert2"
readme = "README.md"
keywords = ["assert", "check", "test", "unit-test"]
categories = ["development-tools::debugging", "development-tools::testing"]

[dependencies]
assert2-macros = { version = "=0.0.9", path = "assert2-macros" }
proc-macro-hack = "0.5.11"
yansi = "0.5.0"