# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "crash-handler" version = "0.6.2" authors = ["Embark "] description = "Allows running of user code during crash events" homepage = "https://github.com/EmbarkStudios/crash-handling/tree/main/crash-handler" documentation = "https://docs.rs/crash-handler" readme = "README.md" keywords = [ "breakpad", "minidump", "crash", "signal", "exception", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/crash-handling" [dependencies.cfg-if] version = "1.0" [dependencies.crash-context] version = "0.6" [dependencies.libc] version = "0.2" [dependencies.parking_lot] version = "0.12" [dev-dependencies] [features] debug-print = [] default = [] [target."cfg(target_os = \"macos\")".dependencies.mach2] version = "0.4"