# 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.73" name = "sentry-tower" version = "0.34.0" authors = ["Sentry "] description = """ Sentry integration for tower-based crates. """ homepage = "https://sentry.io/welcome/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/getsentry/sentry-rust" [package.metadata.docs.rs] all-features = true [dependencies.axum] version = "0.7" 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.34.0" 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.12.3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tonic] version = "0.11" features = ["transport"] [dev-dependencies.tower] version = "0.4" features = [ "util", "timeout", ] [features] axum-matched-path = [ "http", "axum/matched-path", ] http = [ "dep:http", "pin-project", "url", ]