hotmic-prometheus 0.1.0

a Prometheus exporter for hotmic
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "hotmic-prometheus"
version = "0.1.0"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
description = "a Prometheus exporter for hotmic"
homepage = "https://github.com/nuclearfurnace/hotmic-prometheus"
documentation = "https://docs.rs/hotmic-prometheus"
readme = "README.md"
keywords = ["hotmic", "prometheus", "exporter", "metrics", "telemetry"]
license = "MIT"
repository = "https://github.com/nuclearfurnace/hotmic-prometheus"
[profile.release]
opt-level = 3
lto = true
debug = true
[dependencies.futures]
version = "^0.1"

[dependencies.hotmic]
version = "^0.8"

[dependencies.hyper]
version = "^0.12"

[dependencies.tokio-sync]
version = "^0.1"