substrate-prometheus-endpoint 0.9.0

Endpoint to expose Prometheus metrics
Documentation
[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.11.0"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Endpoint to expose Prometheus metrics"
edition = "2018"
homepage = "https://substrate.dev"
license = "Apache-2.0"
name = "substrate-prometheus-endpoint"
readme = "README.md"
repository = "https://github.com/paritytech/substrate/"
version = "0.9.0"
[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"