# 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 = "protomask-metrics" version = "0.1.0" authors = ["Evan Pratten "] description = "Internal metrics library used by protomask" homepage = "https://github.com/ewpratten/protomask/tree/master/libs/protomask-metrics" documentation = "https://docs.rs/protomask-metrics" readme = "README.md" keywords = [] categories = [] license = "GPL-3.0" repository = "https://github.com/ewpratten/protomask" [dependencies.hyper] version = "0.14.27" features = [ "server", "http1", "tcp", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "^0.4" [dependencies.prometheus] version = "0.13.3"