assert2 0.2.0

assert!(...) and check!(...) macros inspired by Catch2
Documentation
[package]
name = "assert2"
description = "assert!(...) and check!(...) macros inspired by Catch2"
version = "0.2.0"
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"]

[features]
let-assert = ["assert2-macros/let-assert"]
doc-cfg = []

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

[package.metadata.docs.rs]
all-features = true