| 1 | [package] |
| 2 | edition = "2021" |
| 3 | name = "new_debug_unreachable" |
| 4 | version = "1.0.6" |
| 5 | authors = ["Matt Brubeck <mbrubeck@limpet.net>" , "Jonathan Reem <jonathan.reem@gmail.com>" ] |
| 6 | repository = "https://github.com/mbrubeck/rust-debug-unreachable" |
| 7 | description = "panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)" |
| 8 | documentation = "https://docs.rs/new_debug_unreachable" |
| 9 | license = "MIT" |
| 10 | keywords = ["optimization" , "macro" ] |
| 11 | categories = ["rust-patterns" , "no-std" ] |
| 12 | |
| 13 | [lib] |
| 14 | name = "debug_unreachable" |
| 15 | path = "src/lib.rs" |
| 16 | |