[dev-dependencies.version-sync]
version = "0.9"
[package]
authors = ["Tamme Schichler <tamme@schichler.dev>"]
categories = ["development-tools::testing"]
description = "Assert that a panic happens, and optionally what (kind of) panic happens"
documentation = "https://docs.rs/assert-panic/1.0.0-preview.1/assert-panic/macro.assert_panic.html"
edition = "2018"
include = ["/LICENSE*", "/CHANGELOG.md", "/README.md", "/src/**.rs", "/tests/**.rs"]
keywords = ["assert", "panic"]
license = "MIT OR Apache-2.0"
name = "assert-panic"
readme = "README.md"
repository = "https://github.com/Tamschi/assert-panic"
version = "1.0.0"