dipstick 0.6.10

A fast and modular metrics library decoupling app instrumentation from reporting backend. Similar to popular logging frameworks, but with counters and timers. Can be configured for combined outputs (log + statsd), random sampling, local aggregation of metrics, recurrent background publication, etc.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "dipstick"
version = "0.6.10"
authors = ["Francis Lalonde <fralalonde@gmail.com>"]
build = "build.rs"
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", "graphite", "timer", "monitoring"]
license = "MIT/Apache-2.0"
repository = "https://github.com/fralalonde/dipstick"
[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = "dipstick = \"{{version}}\""
search = "^dipstick = \"[a-z0-9\\.-]+\""
[dependencies.derivative]
version = "1.0"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.num]
version = "0.1"
default-features = false

[dependencies.skeptic]
version = "0.13"
optional = true

[dependencies.time]
version = "0.1"
[build-dependencies.skeptic]
version = "0.13"
optional = true

[features]
bench = []
default = []
[badges.travis-ci]
branch = "master"
repository = "fralalonde/dipstick"