sentry-anyhow 0.46.2

Sentry integration for anyhow.
Documentation
# 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 = "2021"
rust-version = "1.81"
name = "sentry-anyhow"
version = "0.46.2"
authors = ["Sentry <hello@sentry.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Sentry integration for anyhow.
"""
homepage = "https://sentry.io/welcome/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/getsentry/sentry-rust"

[features]
backtrace = []
default = ["backtrace"]

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

[dependencies.anyhow]
version = "1.0.77"

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

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

[dev-dependencies]