# 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.63" name = "metrics_server" version = "0.15.0" authors = ["Dan Bond "] include = [ "src/**/*", "tests", "examples", "Cargo.toml", "LICENSE", "README.md", ] description = "A hassle-free, single-responsibility, safe HTTP/S server used to easily expose metrics in an application." homepage = "https://github.com/loshz/metrics_server" documentation = "https://docs.rs/metrics_server" readme = "README.md" keywords = [ "http", "server", "metrics", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/loshz/metrics_server" [lib] doctest = false [dependencies.http] version = "1.1" [dependencies.log] version = "0.4" [dependencies.time] version = "0.3" features = ["formatting"] [dependencies.tiny_http] version = "0.12" [dev-dependencies.ctrlc] version = "3.4" features = ["termination"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.prometheus-client] version = "0.22" [dev-dependencies.reqwest] version = "0.12" features = ["blocking"] [features] default = [] tls = ["tiny_http/ssl-rustls"]