[package] name = "catch_std_exception" version = "0.1.0" edition = "2021" [dependencies] unwinding = { path = "../../", features = ["panic"] } libc = "0.2"