[package] name = "sentry-backtrace" version = "0.35.0" authors = ["Sentry "] 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.35.0", path = "../sentry-core" }