[package]
edition = "2024"
name = "test_panic"
version = "0.8.0"
authors = ["Nossie531"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility for test cases with panic."
readme = "README.md"
keywords = [
"test",
"panic",
"should_panic",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nossie531/test_panic"
[lib]
name = "test_panic"
path = "src/lib.rs"
[[test]]
name = "it"
path = "tests/it/main.rs"