forked from nlopes/actix-web-prom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
24 lines (22 loc) · 773 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "actix-web-prom"
version = "0.5.1"
authors = ["Norberto Lopes <nlopes.ml@gmail.com>"]
edition = "2018"
description = "Actix-web middleware to expose Prometheus metrics"
documentation = "https://docs.rs/actix-web-prom"
repository = "https://github.com/nlopes/actix-web-prom.git"
keywords = ["actix", "actix-web", "middleware", "prometheus", "web"]
categories = ["web-programming"]
license = "MIT"
readme = "README.md"
exclude = [".gitignore", ".travis.yml"]
[badges]
travis-ci = { repository = "nlopes/actix-web-prom", branch = "master" }
[dependencies]
actix-service = "^1.0"
actix-web = { version = "^3.2", default-features = false }
actix-http = "^2.1"
futures = "^0.3"
pin-project = "^1.0"
prometheus = { version = "^0.11", default-features = false }