metrics/metrics-exporter-log/Cargo.toml

23 lines
644 B
TOML

[package]
name = "metrics-exporter-log"
version = "0.3.0"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
edition = "2018"
license = "MIT"
description = "A metrics-core compatible exporter for forwarding metrics to logs."
homepage = "https://github.com/metrics-rs/metrics"
repository = "https://github.com/metrics-rs/metrics"
documentation = "https://docs.rs/metrics-exporter-log"
readme = "README.md"
categories = ["development-tools::debugging"]
keywords = ["metrics", "metrics-core", "exporter", "log"]
[dependencies]
metrics-core = { path = "../metrics-core", version = "^0.5" }
log = "^0.4"
futures = "^0.1"
tokio-timer = "^0.2"