sentry-tower 0.46.2

Sentry integration for tower-based crates.
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-tower"
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 tower-based crates.
"""
homepage = "https://sentry.io/welcome/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/getsentry/sentry-rust"

[package.metadata.docs.rs]
all-features = true

[features]
axum-matched-path = [
    "http",
    "axum/matched-path",
]
default = []
http = [
    "dep:http",
    "pin-project",
    "url",
]

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

[dependencies.axum]
version = "0.8"
optional = true
default-features = false

[dependencies.http]
version = "1.0.0"
optional = true

[dependencies.pin-project]
version = "1.0.10"
optional = true

[dependencies.sentry-core]
version = "0.46.2"
features = ["client"]
default-features = false

[dependencies.tower-layer]
version = "0.3"

[dependencies.tower-service]
version = "0.3"

[dependencies.url]
version = "2.2.2"
optional = true

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.prost]
version = "0.13.3"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tonic]
version = "0.12.3"
features = ["transport"]

[dev-dependencies.tower]
version = "0.5.2"
features = [
    "util",
    "timeout",
]