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