# 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 = "actix-web-prom" version = "0.9.0" authors = ["Norberto Lopes "] build = false exclude = [ ".gitignore", ".github/", "README.tpl", "examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Actix Web middleware to expose Prometheus metrics" documentation = "https://docs.rs/actix-web-prom" readme = "README.md" keywords = [ "actix", "actix-web", "middleware", "prometheus", "web", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/nlopes/actix-web-prom.git" [lib] name = "actix_web_prom" path = "src/lib.rs" [dependencies.actix-web] version = "4.0" features = ["macros"] default-features = false [dependencies.futures-core] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pin-project-lite] version = "0.2" [dependencies.prometheus] version = "0.13" default-features = false [dependencies.regex] version = "^1.4" [dependencies.strfmt] version = "0.2.4" [features] process = ["prometheus/process"]