shed/panichandler/Cargo.toml (39 lines of code) (raw):

# @generated by autocargo [package] name = "panichandler" version = "0.1.0" authors = ["Facebook <opensource+rust-shed@fb.com>"] edition = "2021" description = "Makes it easier to define a handler for panics" readme = "../../README.md" repository = "https://github.com/facebookexperimental/rust-shed/" license = "MIT OR Apache-2.0" [lib] test = false doctest = false [[bin]] name = "test" path = "test/test.rs" test = false [[bin]] name = "test_deep" path = "test/test_deep.rs" test = false [[bin]] name = "testmultithread" path = "test/testmultithread.rs" test = false [[bin]] name = "testmultithread_abort" path = "test/testmultithread_abort.rs" test = false [[test]] name = "panichandler_tests" path = "test/testrunner.rs" [dependencies] backtrace = "0.3" libc = "0.2.121" [dev-dependencies] anyhow = "1.0.51" assert_cmd = "0.12" predicates = "1"