# 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 = "2018" name = "sentry-contrib-breakpad" version = "0.9.0" authors = ["Embark "] exclude = [ ".github", "release.toml", "breakpad-handler", "breakpad-sys", ] description = "Unopinionated crash collection for Sentry reporting purposes" homepage = "https://github.com/EmbarkStudios/sentry-contrib-rust" documentation = "https://docs.rs/sentry-contrib-breakpad" readme = "README.md" keywords = [ "breakpad", "sentry", "minidump", "crash", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/sentry-contrib-rust" [dependencies.breakpad-handler] version = "0.2.0" [dependencies.sentry-core] version = ">=0.31.7" features = ["client"] [dependencies.sentry-types] version = ">=0.31.7" [dependencies.serde_json] version = "1.0" [features] debug-logs = [] default = [] [badges.maintenance] status = "passively-maintained"