# 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 = "tonic_prometheus_layer" version = "0.1.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tonic-compatible Tower Layer for Prometheus Metrics" homepage = "https://github.com/blkmlk/tonic-prometheus-layer" readme = "README.md" keywords = [ "tonic", "prometheus", "layer", "middleware", "metrics", ] categories = [ "web-programming", "network-programming", "asynchronous", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/blkmlk/tonic-prometheus-layer" [lib] name = "tonic_prometheus_layer" path = "src/lib.rs" [dependencies.once_cell] version = "1.19.0" [dependencies.pin-project] version = "1.1.5" [dependencies.prometheus] version = "0.13.4" [dependencies.thiserror] version = "1.0.61" [dependencies.tonic] version = "0.12" [dependencies.tower] version = "0.5" [dev-dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tonic-health] version = "0.12"