# 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" name = "axum-insights" version = "0.4.0" authors = ["Aaron Roney "] description = "An Azure Application Insights exporter for axum via tracing." homepage = "https://github.com/twitchax/axum-insights" readme = "README.md" keywords = [ "axum", "application", "insights", "appinsights", "tracing", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/twitchax/axum-insights" [dependencies.axum] version = "0.7.5" features = ["macros"] [dependencies.futures] version = "0.3.28" [dependencies.http] version = "1.1.0" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.4.1" features = ["full"] [dependencies.opentelemetry] version = "0.24.0" [dependencies.opentelemetry-application-insights] version = "0.34.0" features = [ "reqwest-client", "metrics", "live-metrics", ] [dependencies.opentelemetry_sdk] version = "0.24.1" features = ["rt-tokio"] [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", "signal", "parking_lot", ] [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-opentelemetry] version = "0.25.0" [dependencies.tracing-subscriber] version = "0.3.17"