[features]
alloc = []
std = ["alloc"]
[lib]
name = "panic_ext"
path = "src/lib.rs"
[package]
authors = ["Douman <douman@gmx.se>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std"]
description = "Extension library to panic facilities to make it more usable"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["panic"]
license = "BSL-1.0"
name = "panic-ext"
readme = "README.md"
repository = "https://github.com/DoumanAsh/panic-ext"
version = "1.1.0"
[[test]]
name = "verify"
path = "tests/verify.rs"