sentry-backtrace 0.32.3

Sentry integration and utilities for dealing with stacktraces.
Documentation
[package]
name = "sentry-backtrace"
version = "0.32.3"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/getsentry/sentry-rust"
homepage = "https://sentry.io/welcome/"
description = """
Sentry integration and utilities for dealing with stacktraces.
"""
edition = "2021"
rust-version = "1.73"

[dependencies]
backtrace = "0.3.44"
once_cell = "1"
regex = { version = "1.5.5", default-features = false, features = [
    "std",
    "unicode-perl",
] }
sentry-core = { version = "0.32.3", path = "../sentry-core" }