[badges.maintenance]
status = "passively-maintained"
[dependencies.exit-no-std]
version = "0.3.0"
[lib]
name = "panic_no_std"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
[package]
authors = ["warlock <internalmike@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "no-std"]
description = "Panic handler for `no_std` apps."
documentation = "https://docs.rs/panic-no-std/"
edition = "2021"
keywords = ["panic", "no_std", "panic_handler", "windows", "linux"]
license = "MIT OR Apache-2.0"
name = "panic-no-std"
readme = "README.md"
repository = "https://github.com/A1-Triard/panic-no-std"
rust-version = "1.91"
version = "0.2.0"
[target."cfg(all(not(dos), not(windows)))".dependencies.libc]
default-features = false
version = "0.2.139"
[target."cfg(all(not(dos), windows))".dependencies.winapi]
features = ["fileapi", "handleapi", "processenv", "winbase"]
version = "0.3.9"
[target."cfg(dos)".dependencies.pc-ints]
version = "0.4.0"