# 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 = "2018" name = "actix-web-prometheus" version = "0.1.2" authors = ["Kirill Mironov "] description = "Actix web middleware for prometheus metrics" license = "MIT" repository = "https://github.com/atomix-team/actix-web-prometheus" [dependencies.actix-service] version = "2.0.2" default-features = false [dependencies.actix-web] version = "4.2.1" default-features = false [dependencies.futures-lite] version = "1.12.0" [dependencies.pin-project] version = "1.0.12" [dependencies.prometheus] version = "0.13.2" default-features = false [dependencies.quanta] version = "0.10.1" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.tokio] version = "1.21.2" [features] process = ["prometheus/process"]