[dependencies.derive_more]
version = "0.99"
[dependencies.futures-util]
default-features = false
features = ["io"]
version = "0.3.1"
[dependencies.log]
version = "0.4.8"
[dependencies.prometheus]
default-features = false
version = "0.10.0"
[package]
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["cryptography::cryptocurrencies"]
description = "Endpoint to expose Prometheus metrics"
documentation = "https://docs.rs/prometheus-endpoint"
edition = "2018"
homepage = "https://core.tetcoin.org"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
license = "Apache-2.0"
name = "prometheus-endpoint"
readme = "README.md"
repository = "https://github.com/tetcoin/tetcore"
version = "2.1.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[target.'cfg(not(target_os = "unknown"))'.dependencies.async-std]
features = ["unstable"]
version = "1.6.5"
[target.'cfg(not(target_os = "unknown"))'.dependencies.hyper]
default-features = false
features = ["stream"]
version = "0.13.9"
[target.'cfg(not(target_os = "unknown"))'.dependencies.tokio]
version = "0.2"