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