[package] name = "panic_discard" version = "0.1.0" edition = "2021" authors = ["Mason Soroka-Gill "] description = "A proc-macro that discards panics that happen within a function." repository = "https://github.com/Mordinel/panic_discard" license = "MIT OR Apache-2.0" [lib] crate-type = ["proc-macro"] [dependencies] quote = "1.0.33" syn = { version = "2.0.38", features = ["full"] }