# 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.56" name = "prometheus_exporter" version = "0.8.5" authors = ["Alexander Thaller "] description = "Helper libary to export prometheus metrics using tiny-http." homepage = "https://github.com/AlexanderThaller/prometheus_exporter" documentation = "https://docs.rs/prometheus_exporter/" readme = "README.md" keywords = [ "prometheus-exporter", "prometheus-metrics", "metrics", "helper-libary", "prometheus", ] license = "MIT" repository = "https://github.com/AlexanderThaller/prometheus_exporter" [package.metadata.docs.rs] features = [ "logging", "internal_metrics", ] [dependencies.ascii] version = "1" [dependencies.lazy_static] version = "1" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.prometheus] version = "0.13" default-features = false [dependencies.thiserror] version = "1" [dependencies.tiny_http] version = "0.10" default-features = false [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.reqwest] version = "0.11" features = ["blocking"] [features] default = [ "logging", "internal_metrics", ] internal_metrics = ["lazy_static"] logging = ["log"]