assert2 0.1.2

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

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.1.0", path = "assert2-macros" }
proc-macro-hack = "0.5.11"
yansi = "0.5.0"