# 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" rust-version = "1.65.0" name = "dcl-http-prom-metrics" version = "0.2.0" description = "Decentraland HTTP Prometheus Metrics collector" readme = "./README.md" keywords = [ "http", "decentraland", "prometheus", ] categories = [ "web-programming", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/decentraland/dcl-http-prom-metrics" [dependencies.actix-web] version = "4.2.1" optional = true [dependencies.actix-web-lab] version = "0.18.9" optional = true [dependencies.prometheus] version = "0.13.3" [features] actix = [ "dep:actix-web", "dep:actix-web-lab", ] default = ["actix"]