sentry-anyhow 0.35.0

Sentry integration for anyhow.
Documentation
[dependencies.anyhow]
version = "1.0.39"

[dependencies.sentry-backtrace]
version = "0.35.0"

[dependencies.sentry-core]
version = "0.35.0"

[dev-dependencies]

[features]
backtrace = ["anyhow/backtrace"]
default = ["backtrace"]

[lib]
name = "sentry_anyhow"
path = "src/lib.rs"

[package]
authors = ["Sentry <hello@sentry.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Sentry integration for anyhow.
"""
edition = "2021"
homepage = "https://sentry.io/welcome/"
license = "Apache-2.0"
name = "sentry-anyhow"
readme = "README.md"
repository = "https://github.com/getsentry/sentry-rust"
rust-version = "1.73"
version = "0.35.0"