# 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 = "oopsie_woopsie" version = "4.0.0" description = "A crate to make debugging unexpected panics easier on end-user machines." readme = "README.md" keywords = [ "debugging", "panic", "error", ] categories = [ "rust-patterns", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/Normantas/oopsie-woopsie" [dependencies.anyhow] version = "1.0.75" optional = true [dependencies.directories] version = "5.0.1" optional = true [dependencies.minidump-writer] version = "0.8.2" optional = true [dependencies.panic-message] version = "0.3.0" [dependencies.thread-id] version = "4.2.0" optional = true [features] minidump = [ "dep:minidump-writer", "dep:thread-id", "dep:directories", "dep:anyhow", ] panic_log = [ "dep:directories", "dep:anyhow", ]