[package]
name = "sentry-panic"
version = "0.48.2"
authors = { workspace = true }
license = "MIT"
readme = "README.md"
repository = { workspace = true }
homepage = { workspace = true }
description = """
Sentry integration for capturing panics.
"""
edition = { workspace = true }
rust-version = { workspace = true }
[lints]
workspace = true
[dependencies]
sentry-core = { version = "0.48.2", path = "../sentry-core", features = ["client"] }
sentry-backtrace = { version = "0.48.2", path = "../sentry-backtrace" }
[dev-dependencies]
sentry = { path = "../sentry", default-features = false, features = ["test"] }