[package]
name = "dipstick"
version = "0.4.4"
authors = ["Francis Lalonde <fralalonde@gmail.com>"]
description = "A fast and modular metrics library decoupling app instrumentation from reporting backend.\n Similar to popular logging frameworks, but with counters and timers.\n Can be configured for combined outputs (log + statsd), random sampling, local aggregation of metrics, recurrent background publication, etc."
homepage = "https://github.com/fralalonde/dipstick"
documentation = "https://docs.rs/dipstick"
readme = "README.md"
keywords = ["metrics", "statsd", "timer", "counter", "monitoring"]
license = "MIT/Apache-2.0"
repository = "https://github.com/fralalonde/dipstick"
[dependencies.log]
version = "0.3.8"
[dependencies.num]
version = "0.1.40"
[dependencies.cached]
version = "0.4.1"
[dependencies.error-chain]
version = "0.10.0"
[dependencies.time]
version = "0.1"
[features]
bench = []
[badges.travis-ci]
repository = "fralalonde/dipstick"
branch = "master"